Advertisement
Guest User

cb.cc.valgrind

a guest
Oct 16th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.11 KB | None | 0 0
  1. ==6384== Thread 6:
  2. ==6384== Conditional jump or move depends on uninitialised value(s)
  3. ==6384== at 0x257DD929: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2859)
  4. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  5. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  6. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  7. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  8. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  9. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  10. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  11. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  12. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  13. ==6384== Uninitialised value was created by a heap allocation
  14. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  15. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  16. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  17. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  18. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  19. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  20. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  21. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  22. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  23. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  24. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  25. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  26. ==6384==
  27. ==6384== Conditional jump or move depends on uninitialised value(s)
  28. ==6384== at 0x257DDC4B: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2972)
  29. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  30. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  31. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  32. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  33. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  34. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  35. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  36. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  37. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  38. ==6384== Uninitialised value was created by a heap allocation
  39. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  40. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  41. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  42. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  43. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  44. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  45. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  46. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  47. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  48. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  49. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  50. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  51. ==6384==
  52. ==6384== Conditional jump or move depends on uninitialised value(s)
  53. ==6384== at 0xA26C377: iswalnum (in /lib64/libc-2.15.so)
  54. ==6384== by 0x257DDC6D: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2975)
  55. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  56. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  57. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  58. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  59. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  60. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  61. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  62. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  63. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  64. ==6384== Uninitialised value was created by a heap allocation
  65. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  66. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  67. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  68. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  69. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  70. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  71. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  72. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  73. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  74. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  75. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  76. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  77. ==6384==
  78. ==6384== Use of uninitialised value of size 8
  79. ==6384== at 0xA26C407: iswalnum (in /lib64/libc-2.15.so)
  80. ==6384== by 0x257DDC6D: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2975)
  81. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  82. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  83. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  84. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  85. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  86. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  87. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  88. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  89. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  90. ==6384== Uninitialised value was created by a heap allocation
  91. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  92. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  93. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  94. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  95. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  96. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  97. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  98. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  99. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  100. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  101. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  102. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  103. ==6384==
  104. ==6384== Conditional jump or move depends on uninitialised value(s)
  105. ==6384== at 0x257DDCD4: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2990)
  106. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  107. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  108. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  109. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  110. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  111. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  112. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  113. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  114. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  115. ==6384== Uninitialised value was created by a heap allocation
  116. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  117. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  118. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  119. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  120. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  121. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  122. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  123. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  124. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  125. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  126. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  127. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  128. ==6384==
  129. ==6384== Conditional jump or move depends on uninitialised value(s)
  130. ==6384== at 0x257DDCE8: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2854)
  131. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  132. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  133. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  134. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  135. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  136. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  137. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  138. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  139. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  140. ==6384== Uninitialised value was created by a heap allocation
  141. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  142. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  143. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  144. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  145. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  146. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  147. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  148. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  149. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  150. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  151. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  152. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  153. ==6384==
  154. ==6384== Conditional jump or move depends on uninitialised value(s)
  155. ==6384== at 0x257DD8ED: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2856)
  156. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  157. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  158. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  159. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  160. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  161. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  162. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  163. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  164. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  165. ==6384== Uninitialised value was created by a heap allocation
  166. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  167. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  168. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  169. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  170. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  171. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  172. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  173. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  174. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  175. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  176. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  177. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  178. ==6384==
  179. ==6384== Use of uninitialised value of size 8
  180. ==6384== at 0x257DD904: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2856)
  181. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  182. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  183. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  184. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  185. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  186. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  187. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  188. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  189. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  190. ==6384== Uninitialised value was created by a heap allocation
  191. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  192. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  193. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  194. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  195. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  196. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  197. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  198. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  199. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  200. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  201. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  202. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  203. ==6384==
  204. ==6384== Invalid read of size 4
  205. ==6384== at 0x257DDCDF: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2854)
  206. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  207. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  208. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  209. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  210. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  211. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  212. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  213. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  214. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  215. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  216. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  217. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  218. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  219. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  220. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  221. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  222. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  223. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  224. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  225. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  226. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  227. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  228. ==6384==
  229. ==6384== Invalid read of size 4
  230. ==6384== at 0x257DD8E5: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2856)
  231. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  232. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  233. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  234. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  235. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  236. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  237. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  238. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  239. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  240. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  241. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  242. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  243. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  244. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  245. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  246. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  247. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  248. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  249. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  250. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  251. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  252. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  253. ==6384==
  254. ==6384== Invalid read of size 4
  255. ==6384== at 0x257DDC47: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2972)
  256. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  257. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  258. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  259. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  260. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  261. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  262. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  263. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  264. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  265. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  266. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  267. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  268. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  269. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  270. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  271. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  272. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  273. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  274. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  275. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  276. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  277. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  278. ==6384==
  279. ==6384== Invalid read of size 4
  280. ==6384== at 0x257DDC51: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2974)
  281. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  282. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  283. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  284. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  285. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  286. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  287. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  288. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  289. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  290. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  291. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  292. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  293. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  294. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  295. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  296. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  297. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  298. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  299. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  300. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  301. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  302. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  303. ==6384==
  304. ==6384== Invalid read of size 4
  305. ==6384== at 0x257DDC65: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2975)
  306. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  307. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  308. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  309. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  310. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  311. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  312. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  313. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  314. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  315. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  316. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  317. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  318. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  319. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  320. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  321. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  322. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  323. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  324. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  325. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  326. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  327. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  328. ==6384==
  329. ==6384== Invalid read of size 4
  330. ==6384== at 0x257DDC7B: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2976)
  331. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  332. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  333. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  334. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  335. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  336. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  337. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  338. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  339. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  340. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  341. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  342. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  343. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  344. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  345. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  346. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  347. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  348. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  349. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  350. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  351. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  352. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  353. ==6384==
  354. ==6384== Invalid read of size 4
  355. ==6384== at 0x257DDCD0: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2990)
  356. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  357. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  358. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  359. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  360. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  361. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  362. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  363. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  364. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  365. ==6384== Address 0x298e72c8 is 0 bytes after a block of size 6,888 alloc'd
  366. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  367. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  368. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  369. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  370. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  371. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  372. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  373. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  374. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  375. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  376. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  377. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  378. ==6384==
  379. ==6384== Invalid read of size 4
  380. ==6384== at 0x257DD91F: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2859)
  381. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  382. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  383. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  384. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  385. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  386. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  387. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  388. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  389. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  390. ==6384== Address 0x298e72d0 is 8 bytes after a block of size 6,888 alloc'd
  391. ==6384== at 0x4C2C71B: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  392. ==6384== by 0x884FF54: wxStringBase::Alloc(unsigned long) (string.cpp:341)
  393. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  394. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  395. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  396. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  397. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  398. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  399. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  400. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  401. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  402. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  403. ==6384==
  404. ==6384== Conditional jump or move depends on uninitialised value(s)
  405. ==6384== at 0x257DDCAB: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2983)
  406. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  407. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  408. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  409. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  410. ==6384== by 0x257D54BD: ParserThread::DoParse() (parserthread.cpp:801)
  411. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  412. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  413. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  414. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  415. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  416. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  417. ==6384== Uninitialised value was created by a heap allocation
  418. ==6384== at 0x4C2C92E: realloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  419. ==6384== by 0x884FF08: wxStringBase::Alloc(unsigned long) (string.cpp:369)
  420. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  421. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  422. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  423. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  424. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  425. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  426. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  427. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  428. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  429. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  430. ==6384==
  431. ==6384== Conditional jump or move depends on uninitialised value(s)
  432. ==6384== at 0x257DDCBA: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2983)
  433. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  434. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  435. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  436. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  437. ==6384== by 0x257D54BD: ParserThread::DoParse() (parserthread.cpp:801)
  438. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  439. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  440. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  441. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  442. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  443. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  444. ==6384== Uninitialised value was created by a heap allocation
  445. ==6384== at 0x4C2C92E: realloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  446. ==6384== by 0x884FF08: wxStringBase::Alloc(unsigned long) (string.cpp:369)
  447. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  448. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  449. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  450. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  451. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  452. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  453. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  454. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  455. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  456. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  457. ==6384==
  458. ==6384== Invalid read of size 4
  459. ==6384== at 0x257DDCB5: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2983)
  460. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  461. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  462. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  463. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  464. ==6384== by 0x257D54BD: ParserThread::DoParse() (parserthread.cpp:801)
  465. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  466. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  467. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  468. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  469. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  470. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  471. ==6384== Address 0x298066f8 is 0 bytes after a block of size 29,160 alloc'd
  472. ==6384== at 0x4C2C92E: realloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  473. ==6384== by 0x884FF08: wxStringBase::Alloc(unsigned long) (string.cpp:369)
  474. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  475. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  476. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  477. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  478. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  479. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  480. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  481. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  482. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  483. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  484. ==6384==
  485. ==6384== Invalid read of size 4
  486. ==6384== at 0x257DDCA7: ParserThread::GetBaseArgs(wxString const&, wxString&) (parserthread.cpp:2983)
  487. ==6384== by 0x257D747A: ParserThread::DoAddToken(TokenKind, wxString const&, int, int, int, wxString const&, bool, bool) (parserthread.cpp:1308)
  488. ==6384== by 0x257DA338: ParserThread::HandleFunction(wxString const&, bool) (parserthread.cpp:2124)
  489. ==6384== by 0x257D615B: ParserThread::DoParse() (parserthread.cpp:1027)
  490. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  491. ==6384== by 0x257D54BD: ParserThread::DoParse() (parserthread.cpp:801)
  492. ==6384== by 0x257D45BA: ParserThread::Parse() (parserthread.cpp:507)
  493. ==6384== by 0x257DFDBF: ParserThread::Execute() (parserthread.h:156)
  494. ==6384== by 0x8E0955B: cbThreadPool::cbWorkerThread::Entry() (cbthreadpool.cpp:216)
  495. ==6384== by 0x8883CDA: wxThreadInternal::PthreadStart(wxThread*) (threadpsx.cpp:766)
  496. ==6384== by 0x9F68D95: start_thread (in /lib64/libpthread-2.15.so)
  497. ==6384== by 0xA26946C: clone (in /lib64/libc-2.15.so)
  498. ==6384== Address 0x298066f8 is 0 bytes after a block of size 29,160 alloc'd
  499. ==6384== at 0x4C2C92E: realloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
  500. ==6384== by 0x884FF08: wxStringBase::Alloc(unsigned long) (string.cpp:369)
  501. ==6384== by 0x8850E66: wxStringBase::ConcatSelf(unsigned long, wchar_t const*, unsigned long) (string.h:424)
  502. ==6384== by 0x46B6D9: wxStringBase::ConcatSelf(unsigned long, wchar_t const*) (string.h:287)
  503. ==6384== by 0x8F51A92: wxStringBase::append(wchar_t const*, unsigned long) (string.h:450)
  504. ==6384== by 0x257F5D98: wxString::append(wchar_t const*, unsigned long) (string.h:1301)
  505. ==6384== by 0x257F5D66: wxString::Append(wchar_t const*, unsigned long) (string.h:1037)
  506. ==6384== by 0x257F1E38: Tokenizer::ReadParentheses(wxString&) (tokenizer.cpp:803)
  507. ==6384== by 0x257F30AC: Tokenizer::DoGetToken() (tokenizer.cpp:1298)
  508. ==6384== by 0x257F2AD0: Tokenizer::PeekToken() (tokenizer.cpp:1154)
  509. ==6384== by 0x257D5DF7: ParserThread::DoParse() (parserthread.cpp:988)
  510. ==6384== by 0x257D95F2: ParserThread::HandleClass(ParserThread::EClassType) (parserthread.cpp:1928)
  511. ==6384==
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement