Guest User

Untitled

a guest
Jun 19th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 368.41 KB | None | 0 0
  1. ==18912== Memcheck, a memory error detector
  2. ==18912== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
  3. ==18912== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
  4. ==18912== Command: ./runBiodynamoTests
  5. ==18912==
  6. ==18912== Conditional jump or move depends on uninitialised value(s)
  7. ==18912== at 0x5246064: TObject (TObject.h:217)
  8. ==18912== by 0x5246064: TInetAddress::TInetAddress() (TInetAddress.cxx:27)
  9. ==18912== by 0x5332600: TUnixSystem::GetHostByName(char const*) (TUnixSystem.cxx:3012)
  10. ==18912== by 0x528FBDE: TUUID::GetNodeIdentifier() (TUUID.cxx:424)
  11. ==18912== by 0x528FE48: TUUID::TUUID() (TUUID.cxx:180)
  12. ==18912== by 0x5258B5B: TProcessID::AddProcessID() (TProcessID.cxx:128)
  13. ==18912== by 0x51A97F2: TROOT::TROOT(char const*, char const*, void (**)()) (TROOT.cxx:755)
  14. ==18912== by 0x51AA51B: TROOTAllocator (TROOT.cxx:314)
  15. ==18912== by 0x51AA51B: ROOT::Internal::GetROOT1() (TROOT.cxx:356)
  16. ==18912== by 0x519E2FF: __static_initialization_and_destruction_0 (TROOT.cxx:585)
  17. ==18912== by 0x519E2FF: _GLOBAL__sub_I_TROOT.cxx (TROOT.cxx:2979)
  18. ==18912== by 0x4010109: call_init.part.0 (dl-init.c:78)
  19. ==18912== by 0x40101F2: call_init (dl-init.c:36)
  20. ==18912== by 0x40101F2: _dl_init (dl-init.c:126)
  21. ==18912== by 0x4001309: ??? (in /lib/x86_64-linux-gnu/ld-2.19.so)
  22. ==18912==
  23. {
  24. <insert_a_suppression_name_here>
  25. Memcheck:Cond
  26. fun:TObject
  27. fun:_ZN12TInetAddressC1Ev
  28. fun:_ZN11TUnixSystem13GetHostByNameEPKc
  29. fun:_ZN5TUUID17GetNodeIdentifierEv
  30. fun:_ZN5TUUIDC1Ev
  31. fun:_ZN10TProcessID12AddProcessIDEv
  32. fun:_ZN5TROOTC1EPKcS1_PPFvvE
  33. fun:TROOTAllocator
  34. fun:_ZN4ROOT8Internal8GetROOT1Ev
  35. fun:__static_initialization_and_destruction_0
  36. fun:_GLOBAL__sub_I_TROOT.cxx
  37. fun:call_init.part.0
  38. fun:call_init
  39. fun:_dl_init
  40. obj:/lib/x86_64-linux-gnu/ld-2.19.so
  41. }
  42. ==18912== Warning: set address range perms: large range [0xb597000, 0x21abd000) (defined)
  43. ==18912== Warning: set address range perms: large range [0xb597000, 0x21abd000) (noaccess)
  44. ==18912== Warning: set address range perms: large range [0xb597000, 0x21abd000) (defined)
  45. ==18912== Warning: set address range perms: large range [0xb597000, 0x21abd000) (noaccess)
  46. ==18912== Warning: set address range perms: large range [0xb597000, 0x21abd000) (defined)
  47. ==18912== Conditional jump or move depends on uninitialised value(s)
  48. ==18912== at 0x5297597: TObject (TObject.h:217)
  49. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  50. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  51. ==18912== by 0x532E013: TUnixSystem::AccessPathName(char const*, EAccessMode) (TUnixSystem.cxx:1542)
  52. ==18912== by 0x574BD88: TFile::TFile(char const*, char const*, char const*, int) (TFile.cxx:484)
  53. ==18912== by 0x8ADF714: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1326)
  54. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  55. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  56. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  57. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  58. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  59. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  60. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  61. ==18912==
  62. {
  63. <insert_a_suppression_name_here>
  64. Memcheck:Cond
  65. fun:TObject
  66. fun:_ZN4TUrlC1EPKcb
  67. fun:_ZN7TSystem10FindHelperEPKcPv
  68. fun:_ZN11TUnixSystem14AccessPathNameEPKc11EAccessMode
  69. fun:_ZN5TFileC1EPKcS1_S1_i
  70. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  71. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  72. fun:_ZN5TROOT15InitInterpreterEv
  73. fun:_ZN4ROOT8Internal8GetROOT2Ev
  74. fun:_ZN4TEnv8GetvalueEPKc
  75. fun:_ZN4TEnv8GetValueEPKcS1_
  76. fun:_ZN4TUrl19GetSpecialProtocolsEv
  77. fun:_ZN4TUrl6SetUrlEPKcb
  78. }
  79. ==18912== Conditional jump or move depends on uninitialised value(s)
  80. ==18912== at 0x5297597: TObject (TObject.h:217)
  81. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  82. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  83. ==18912== by 0x532E013: TUnixSystem::AccessPathName(char const*, EAccessMode) (TUnixSystem.cxx:1542)
  84. ==18912== by 0x574BF6F: TFile::TFile(char const*, char const*, char const*, int) (TFile.cxx:488)
  85. ==18912== by 0x8ADF714: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1326)
  86. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  87. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  88. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  89. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  90. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  91. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  92. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  93. ==18912==
  94. {
  95. <insert_a_suppression_name_here>
  96. Memcheck:Cond
  97. fun:TObject
  98. fun:_ZN4TUrlC1EPKcb
  99. fun:_ZN7TSystem10FindHelperEPKcPv
  100. fun:_ZN11TUnixSystem14AccessPathNameEPKc11EAccessMode
  101. fun:_ZN5TFileC1EPKcS1_S1_i
  102. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  103. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  104. fun:_ZN5TROOT15InitInterpreterEv
  105. fun:_ZN4ROOT8Internal8GetROOT2Ev
  106. fun:_ZN4TEnv8GetvalueEPKc
  107. fun:_ZN4TEnv8GetValueEPKcS1_
  108. fun:_ZN4TUrl19GetSpecialProtocolsEv
  109. fun:_ZN4TUrl6SetUrlEPKcb
  110. }
  111. ==18912== Conditional jump or move depends on uninitialised value(s)
  112. ==18912== at 0x5297597: TObject (TObject.h:217)
  113. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  114. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  115. ==18912== by 0x53349B2: TUnixSystem::GetPathInfo(char const*, FileStat_t&) (TUnixSystem.cxx:1621)
  116. ==18912== by 0x5282174: TSystem::GetPathInfo(char const*, long*, long long*, long*, long*) (TSystem.cxx:1405)
  117. ==18912== by 0x5740EE3: TFile::GetSize() const (TFile.cxx:1292)
  118. ==18912== by 0x574B094: TFile::Init(bool) (TFile.cxx:785)
  119. ==18912== by 0x574BB6F: TFile::TFile(char const*, char const*, char const*, int) (TFile.cxx:519)
  120. ==18912== by 0x8ADF714: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1326)
  121. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  122. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  123. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  124. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  125. ==18912==
  126. {
  127. <insert_a_suppression_name_here>
  128. Memcheck:Cond
  129. fun:TObject
  130. fun:_ZN4TUrlC1EPKcb
  131. fun:_ZN7TSystem10FindHelperEPKcPv
  132. fun:_ZN11TUnixSystem11GetPathInfoEPKcR10FileStat_t
  133. fun:_ZN7TSystem11GetPathInfoEPKcPlPxS2_S2_
  134. fun:_ZNK5TFile7GetSizeEv
  135. fun:_ZN5TFile4InitEb
  136. fun:_ZN5TFileC1EPKcS1_S1_i
  137. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  138. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  139. fun:_ZN5TROOT15InitInterpreterEv
  140. fun:_ZN4ROOT8Internal8GetROOT2Ev
  141. fun:_ZN4TEnv8GetvalueEPKc
  142. }
  143. ==18912== Conditional jump or move depends on uninitialised value(s)
  144. ==18912== at 0x58015F2: TObject (TObject.h:217)
  145. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  146. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  147. ==18912== by 0x57AB643: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2747)
  148. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  149. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  150. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  151. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  152. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  153. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  154. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  155. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  156. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  157. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  158. ==18912==
  159. {
  160. <insert_a_suppression_name_here>
  161. Memcheck:Cond
  162. fun:TObject
  163. fun:TConfiguredAction
  164. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  165. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  166. fun:_ZN13TStreamerInfo7CompileEv
  167. fun:_ZN13TStreamerInfo5BuildEv
  168. fun:_ZNK6TClass15GetStreamerInfoEi
  169. fun:_ZN13TStreamerBase13InitStreamingEv
  170. fun:_ZN13TStreamerBaseC1EPKcS1_i
  171. fun:_ZN13TStreamerInfo5BuildEv
  172. fun:_ZNK6TClass15GetStreamerInfoEi
  173. fun:_ZN13TStreamerBase13InitStreamingEv
  174. fun:_ZN13TStreamerBaseC1EPKcS1_i
  175. fun:_ZN13TStreamerInfo5BuildEv
  176. }
  177. ==18912== Conditional jump or move depends on uninitialised value(s)
  178. ==18912== at 0x57AFB0E: TObject (TObject.h:217)
  179. ==18912== by 0x57AFB0E: TConfiguredAction (TStreamerInfoActions.h:103)
  180. ==18912== by 0x57AFB0E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  181. ==18912== by 0x57AFB0E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3001)
  182. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  183. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  184. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  185. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  186. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  187. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  188. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  189. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  190. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  191. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  192. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  193. ==18912==
  194. {
  195. <insert_a_suppression_name_here>
  196. Memcheck:Cond
  197. fun:TObject
  198. fun:TConfiguredAction
  199. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  200. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  201. fun:_ZN13TStreamerInfo7CompileEv
  202. fun:_ZN13TStreamerInfo5BuildEv
  203. fun:_ZNK6TClass15GetStreamerInfoEi
  204. fun:_ZN13TStreamerBase13InitStreamingEv
  205. fun:_ZN13TStreamerBaseC1EPKcS1_i
  206. fun:_ZN13TStreamerInfo5BuildEv
  207. fun:_ZNK6TClass15GetStreamerInfoEi
  208. fun:_ZN13TStreamerBase13InitStreamingEv
  209. fun:_ZN13TStreamerBaseC1EPKcS1_i
  210. fun:_ZN13TStreamerInfo5BuildEv
  211. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  212. }
  213. ==18912== Conditional jump or move depends on uninitialised value(s)
  214. ==18912== at 0x58015F2: TObject (TObject.h:217)
  215. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  216. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  217. ==18912== by 0x57AB5AA: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2750)
  218. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  219. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  220. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  221. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  222. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  223. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  224. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  225. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  226. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  227. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  228. ==18912==
  229. {
  230. <insert_a_suppression_name_here>
  231. Memcheck:Cond
  232. fun:TObject
  233. fun:TConfiguredAction
  234. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  235. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  236. fun:_ZN13TStreamerInfo7CompileEv
  237. fun:_ZN13TStreamerInfo5BuildEv
  238. fun:_ZNK6TClass15GetStreamerInfoEi
  239. fun:_ZN13TStreamerBase13InitStreamingEv
  240. fun:_ZN13TStreamerBaseC1EPKcS1_i
  241. fun:_ZN13TStreamerInfo5BuildEv
  242. fun:_ZNK6TClass15GetStreamerInfoEi
  243. fun:_ZN13TStreamerBase13InitStreamingEv
  244. fun:_ZN13TStreamerBaseC1EPKcS1_i
  245. fun:_ZN13TStreamerInfo5BuildEv
  246. }
  247. ==18912== Conditional jump or move depends on uninitialised value(s)
  248. ==18912== at 0x57AFF0F: TObject (TObject.h:217)
  249. ==18912== by 0x57AFF0F: TConfiguredAction (TStreamerInfoActions.h:103)
  250. ==18912== by 0x57AFF0F: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  251. ==18912== by 0x57AFF0F: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3070)
  252. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  253. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  254. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  255. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  256. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  257. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  258. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  259. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  260. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  261. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  262. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  263. ==18912==
  264. {
  265. <insert_a_suppression_name_here>
  266. Memcheck:Cond
  267. fun:TObject
  268. fun:TConfiguredAction
  269. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  270. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  271. fun:_ZN13TStreamerInfo7CompileEv
  272. fun:_ZN13TStreamerInfo5BuildEv
  273. fun:_ZNK6TClass15GetStreamerInfoEi
  274. fun:_ZN13TStreamerBase13InitStreamingEv
  275. fun:_ZN13TStreamerBaseC1EPKcS1_i
  276. fun:_ZN13TStreamerInfo5BuildEv
  277. fun:_ZNK6TClass15GetStreamerInfoEi
  278. fun:_ZN13TStreamerBase13InitStreamingEv
  279. fun:_ZN13TStreamerBaseC1EPKcS1_i
  280. fun:_ZN13TStreamerInfo5BuildEv
  281. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  282. }
  283. ==18912== Conditional jump or move depends on uninitialised value(s)
  284. ==18912== at 0x58015F2: TObject (TObject.h:217)
  285. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  286. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  287. ==18912== by 0x57AB643: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2747)
  288. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  289. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  290. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  291. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  292. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  293. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  294. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  295. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  296. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  297. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  298. ==18912==
  299. {
  300. <insert_a_suppression_name_here>
  301. Memcheck:Cond
  302. fun:TObject
  303. fun:TConfiguredAction
  304. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  305. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  306. fun:_ZN13TStreamerInfo7CompileEv
  307. fun:_ZN13TStreamerInfo5BuildEv
  308. fun:_ZNK6TClass15GetStreamerInfoEi
  309. fun:_ZN13TStreamerBase13InitStreamingEv
  310. fun:_ZN13TStreamerBaseC1EPKcS1_i
  311. fun:_ZN13TStreamerInfo5BuildEv
  312. fun:_ZNK6TClass15GetStreamerInfoEi
  313. fun:_ZN13TStreamerBase13InitStreamingEv
  314. fun:_ZN13TStreamerBaseC1EPKcS1_i
  315. fun:_ZN13TStreamerInfo5BuildEv
  316. }
  317. ==18912== Conditional jump or move depends on uninitialised value(s)
  318. ==18912== at 0x57AFB0E: TObject (TObject.h:217)
  319. ==18912== by 0x57AFB0E: TConfiguredAction (TStreamerInfoActions.h:103)
  320. ==18912== by 0x57AFB0E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  321. ==18912== by 0x57AFB0E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3001)
  322. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  323. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  324. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  325. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  326. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  327. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  328. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  329. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  330. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  331. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  332. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  333. ==18912==
  334. {
  335. <insert_a_suppression_name_here>
  336. Memcheck:Cond
  337. fun:TObject
  338. fun:TConfiguredAction
  339. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  340. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  341. fun:_ZN13TStreamerInfo7CompileEv
  342. fun:_ZN13TStreamerInfo5BuildEv
  343. fun:_ZNK6TClass15GetStreamerInfoEi
  344. fun:_ZN13TStreamerBase13InitStreamingEv
  345. fun:_ZN13TStreamerBaseC1EPKcS1_i
  346. fun:_ZN13TStreamerInfo5BuildEv
  347. fun:_ZNK6TClass15GetStreamerInfoEi
  348. fun:_ZN13TStreamerBase13InitStreamingEv
  349. fun:_ZN13TStreamerBaseC1EPKcS1_i
  350. fun:_ZN13TStreamerInfo5BuildEv
  351. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  352. }
  353. ==18912== Conditional jump or move depends on uninitialised value(s)
  354. ==18912== at 0x57A710C: TObject (TObject.h:217)
  355. ==18912== by 0x57A710C: TConfiguredAction (TStreamerInfoActions.h:99)
  356. ==18912== by 0x57A710C: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2325)
  357. ==18912== by 0x57A710C: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  358. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  359. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  360. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  361. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  362. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  363. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  364. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  365. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  366. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  367. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  368. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  369. ==18912==
  370. {
  371. <insert_a_suppression_name_here>
  372. Memcheck:Cond
  373. fun:TObject
  374. fun:TConfiguredAction
  375. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  376. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  377. fun:_ZN13TStreamerInfo7CompileEv
  378. fun:_ZN13TStreamerInfo5BuildEv
  379. fun:_ZNK6TClass15GetStreamerInfoEi
  380. fun:_ZN13TStreamerBase13InitStreamingEv
  381. fun:_ZN13TStreamerBaseC1EPKcS1_i
  382. fun:_ZN13TStreamerInfo5BuildEv
  383. fun:_ZNK6TClass15GetStreamerInfoEi
  384. fun:_ZN13TStreamerBase13InitStreamingEv
  385. fun:_ZN13TStreamerBaseC1EPKcS1_i
  386. fun:_ZN13TStreamerInfo5BuildEv
  387. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  388. }
  389. ==18912== Conditional jump or move depends on uninitialised value(s)
  390. ==18912== at 0x57A1DDD: TObject (TObject.h:217)
  391. ==18912== by 0x57A1DDD: TConfiguredAction (TStreamerInfoActions.h:103)
  392. ==18912== by 0x57A1DDD: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  393. ==18912== by 0x57A1DDD: TStreamerInfo::AddWriteMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3244)
  394. ==18912== by 0x57B2A13: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2689)
  395. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  396. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  397. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  398. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  399. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  400. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  401. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  402. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  403. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  404. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  405. ==18912==
  406. {
  407. <insert_a_suppression_name_here>
  408. Memcheck:Cond
  409. fun:TObject
  410. fun:TConfiguredAction
  411. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  412. fun:_ZN13TStreamerInfo30AddWriteMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  413. fun:_ZN13TStreamerInfo7CompileEv
  414. fun:_ZN13TStreamerInfo5BuildEv
  415. fun:_ZNK6TClass15GetStreamerInfoEi
  416. fun:_ZN13TStreamerBase13InitStreamingEv
  417. fun:_ZN13TStreamerBaseC1EPKcS1_i
  418. fun:_ZN13TStreamerInfo5BuildEv
  419. fun:_ZNK6TClass15GetStreamerInfoEi
  420. fun:_ZN13TStreamerBase13InitStreamingEv
  421. fun:_ZN13TStreamerBaseC1EPKcS1_i
  422. fun:_ZN13TStreamerInfo5BuildEv
  423. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  424. }
  425. ==18912== Conditional jump or move depends on uninitialised value(s)
  426. ==18912== at 0x57B03AD: TObject (TObject.h:217)
  427. ==18912== by 0x57B03AD: TConfiguredAction (TStreamerInfoActions.h:103)
  428. ==18912== by 0x57B03AD: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  429. ==18912== by 0x57B03AD: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3110)
  430. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  431. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  432. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  433. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  434. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  435. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  436. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  437. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  438. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  439. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  440. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  441. ==18912==
  442. {
  443. <insert_a_suppression_name_here>
  444. Memcheck:Cond
  445. fun:TObject
  446. fun:TConfiguredAction
  447. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  448. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  449. fun:_ZN13TStreamerInfo7CompileEv
  450. fun:_ZN13TStreamerInfo5BuildEv
  451. fun:_ZNK6TClass15GetStreamerInfoEi
  452. fun:_ZN13TStreamerBase13InitStreamingEv
  453. fun:_ZN13TStreamerBaseC1EPKcS1_i
  454. fun:_ZN13TStreamerInfo5BuildEv
  455. fun:_ZNK6TClass15GetStreamerInfoEi
  456. fun:_ZN13TStreamerBase13InitStreamingEv
  457. fun:_ZN13TStreamerBaseC1EPKcS1_i
  458. fun:_ZN13TStreamerInfo5BuildEv
  459. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  460. }
  461. ==18912== Conditional jump or move depends on uninitialised value(s)
  462. ==18912== at 0x58015F2: TObject (TObject.h:217)
  463. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  464. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  465. ==18912== by 0x57AB5AA: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2750)
  466. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  467. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  468. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  469. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  470. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  471. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  472. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  473. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  474. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  475. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  476. ==18912==
  477. {
  478. <insert_a_suppression_name_here>
  479. Memcheck:Cond
  480. fun:TObject
  481. fun:TConfiguredAction
  482. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  483. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  484. fun:_ZN13TStreamerInfo7CompileEv
  485. fun:_ZN13TStreamerInfo5BuildEv
  486. fun:_ZNK6TClass15GetStreamerInfoEi
  487. fun:_ZN13TStreamerBase13InitStreamingEv
  488. fun:_ZN13TStreamerBaseC1EPKcS1_i
  489. fun:_ZN13TStreamerInfo5BuildEv
  490. fun:_ZNK6TClass15GetStreamerInfoEi
  491. fun:_ZN13TStreamerBase13InitStreamingEv
  492. fun:_ZN13TStreamerBaseC1EPKcS1_i
  493. fun:_ZN13TStreamerInfo5BuildEv
  494. }
  495. ==18912== Conditional jump or move depends on uninitialised value(s)
  496. ==18912== at 0x57AFF0F: TObject (TObject.h:217)
  497. ==18912== by 0x57AFF0F: TConfiguredAction (TStreamerInfoActions.h:103)
  498. ==18912== by 0x57AFF0F: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  499. ==18912== by 0x57AFF0F: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3070)
  500. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  501. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  502. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  503. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  504. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  505. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  506. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  507. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  508. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  509. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  510. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  511. ==18912==
  512. {
  513. <insert_a_suppression_name_here>
  514. Memcheck:Cond
  515. fun:TObject
  516. fun:TConfiguredAction
  517. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  518. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  519. fun:_ZN13TStreamerInfo7CompileEv
  520. fun:_ZN13TStreamerInfo5BuildEv
  521. fun:_ZNK6TClass15GetStreamerInfoEi
  522. fun:_ZN13TStreamerBase13InitStreamingEv
  523. fun:_ZN13TStreamerBaseC1EPKcS1_i
  524. fun:_ZN13TStreamerInfo5BuildEv
  525. fun:_ZNK6TClass15GetStreamerInfoEi
  526. fun:_ZN13TStreamerBase13InitStreamingEv
  527. fun:_ZN13TStreamerBaseC1EPKcS1_i
  528. fun:_ZN13TStreamerInfo5BuildEv
  529. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  530. }
  531. ==18912== Conditional jump or move depends on uninitialised value(s)
  532. ==18912== at 0x57A60E4: TObject (TObject.h:217)
  533. ==18912== by 0x57A60E4: TConfiguredAction (TStreamerInfoActions.h:99)
  534. ==18912== by 0x57A60E4: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2328)
  535. ==18912== by 0x57A60E4: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  536. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  537. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  538. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  539. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  540. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  541. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  542. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  543. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  544. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  545. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  546. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  547. ==18912==
  548. {
  549. <insert_a_suppression_name_here>
  550. Memcheck:Cond
  551. fun:TObject
  552. fun:TConfiguredAction
  553. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  554. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  555. fun:_ZN13TStreamerInfo7CompileEv
  556. fun:_ZN13TStreamerInfo5BuildEv
  557. fun:_ZNK6TClass15GetStreamerInfoEi
  558. fun:_ZN13TStreamerBase13InitStreamingEv
  559. fun:_ZN13TStreamerBaseC1EPKcS1_i
  560. fun:_ZN13TStreamerInfo5BuildEv
  561. fun:_ZNK6TClass15GetStreamerInfoEi
  562. fun:_ZN13TStreamerBase13InitStreamingEv
  563. fun:_ZN13TStreamerBaseC1EPKcS1_i
  564. fun:_ZN13TStreamerInfo5BuildEv
  565. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  566. }
  567. ==18912== Conditional jump or move depends on uninitialised value(s)
  568. ==18912== at 0x57B0654: TObject (TObject.h:217)
  569. ==18912== by 0x57B0654: TConfiguredAction (TStreamerInfoActions.h:103)
  570. ==18912== by 0x57B0654: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  571. ==18912== by 0x57B0654: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3210)
  572. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  573. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  574. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  575. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  576. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  577. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  578. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  579. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  580. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  581. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  582. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  583. ==18912==
  584. {
  585. <insert_a_suppression_name_here>
  586. Memcheck:Cond
  587. fun:TObject
  588. fun:TConfiguredAction
  589. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  590. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  591. fun:_ZN13TStreamerInfo7CompileEv
  592. fun:_ZN13TStreamerInfo5BuildEv
  593. fun:_ZNK6TClass15GetStreamerInfoEi
  594. fun:_ZN13TStreamerBase13InitStreamingEv
  595. fun:_ZN13TStreamerBaseC1EPKcS1_i
  596. fun:_ZN13TStreamerInfo5BuildEv
  597. fun:_ZNK6TClass15GetStreamerInfoEi
  598. fun:_ZN13TStreamerBase13InitStreamingEv
  599. fun:_ZN13TStreamerBaseC1EPKcS1_i
  600. fun:_ZN13TStreamerInfo5BuildEv
  601. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  602. }
  603. ==18912== Conditional jump or move depends on uninitialised value(s)
  604. ==18912== at 0x58015F2: TObject (TObject.h:217)
  605. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  606. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  607. ==18912== by 0x57AB393: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2777)
  608. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  609. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  610. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  611. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  612. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  613. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  614. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  615. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  616. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  617. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  618. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  619. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  620. ==18912==
  621. {
  622. <insert_a_suppression_name_here>
  623. Memcheck:Cond
  624. fun:TObject
  625. fun:TConfiguredAction
  626. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  627. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  628. fun:_ZN13TStreamerInfo7CompileEv
  629. fun:_ZN13TStreamerInfo5BuildEv
  630. fun:_ZNK6TClass15GetStreamerInfoEi
  631. fun:_ZN13TStreamerBase13InitStreamingEv
  632. fun:_ZN13TStreamerBaseC1EPKcS1_i
  633. fun:_ZN13TStreamerInfo5BuildEv
  634. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  635. fun:Streamer
  636. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  637. fun:_ZN9TObjArray8StreamerER7TBuffer
  638. fun:Streamer
  639. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  640. }
  641. ==18912== Conditional jump or move depends on uninitialised value(s)
  642. ==18912== at 0x58015F2: TObject (TObject.h:217)
  643. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  644. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  645. ==18912== by 0x57AB3E3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2778)
  646. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  647. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  648. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  649. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  650. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  651. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  652. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  653. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  654. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  655. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  656. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  657. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  658. ==18912==
  659. {
  660. <insert_a_suppression_name_here>
  661. Memcheck:Cond
  662. fun:TObject
  663. fun:TConfiguredAction
  664. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  665. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  666. fun:_ZN13TStreamerInfo7CompileEv
  667. fun:_ZN13TStreamerInfo5BuildEv
  668. fun:_ZNK6TClass15GetStreamerInfoEi
  669. fun:_ZN13TStreamerBase13InitStreamingEv
  670. fun:_ZN13TStreamerBaseC1EPKcS1_i
  671. fun:_ZN13TStreamerInfo5BuildEv
  672. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  673. fun:Streamer
  674. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  675. fun:_ZN9TObjArray8StreamerER7TBuffer
  676. fun:Streamer
  677. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  678. }
  679. ==18912== Conditional jump or move depends on uninitialised value(s)
  680. ==18912== at 0x58015F2: TObject (TObject.h:217)
  681. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  682. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  683. ==18912== by 0x57AB393: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2777)
  684. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  685. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  686. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  687. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  688. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  689. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  690. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  691. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  692. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  693. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  694. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  695. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  696. ==18912==
  697. {
  698. <insert_a_suppression_name_here>
  699. Memcheck:Cond
  700. fun:TObject
  701. fun:TConfiguredAction
  702. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  703. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  704. fun:_ZN13TStreamerInfo7CompileEv
  705. fun:_ZN13TStreamerInfo5BuildEv
  706. fun:_ZNK6TClass15GetStreamerInfoEi
  707. fun:_ZN13TStreamerBase13InitStreamingEv
  708. fun:_ZN13TStreamerBaseC1EPKcS1_i
  709. fun:_ZN13TStreamerInfo5BuildEv
  710. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  711. fun:Streamer
  712. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  713. fun:_ZN9TObjArray8StreamerER7TBuffer
  714. fun:Streamer
  715. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  716. }
  717. ==18912== Conditional jump or move depends on uninitialised value(s)
  718. ==18912== at 0x57A365C: TObject (TObject.h:217)
  719. ==18912== by 0x57A365C: TConfiguredAction (TStreamerInfoActions.h:99)
  720. ==18912== by 0x57A365C: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2355)
  721. ==18912== by 0x57A365C: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  722. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  723. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  724. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  725. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  726. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  727. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  728. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  729. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  730. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  731. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  732. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  733. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  734. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  735. ==18912==
  736. {
  737. <insert_a_suppression_name_here>
  738. Memcheck:Cond
  739. fun:TObject
  740. fun:TConfiguredAction
  741. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  742. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  743. fun:_ZN13TStreamerInfo7CompileEv
  744. fun:_ZN13TStreamerInfo5BuildEv
  745. fun:_ZNK6TClass15GetStreamerInfoEi
  746. fun:_ZN13TStreamerBase13InitStreamingEv
  747. fun:_ZN13TStreamerBaseC1EPKcS1_i
  748. fun:_ZN13TStreamerInfo5BuildEv
  749. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  750. fun:Streamer
  751. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  752. fun:_ZN9TObjArray8StreamerER7TBuffer
  753. fun:Streamer
  754. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  755. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  756. }
  757. ==18912== Conditional jump or move depends on uninitialised value(s)
  758. ==18912== at 0x58015F2: TObject (TObject.h:217)
  759. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  760. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  761. ==18912== by 0x57AB3E3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2778)
  762. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  763. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  764. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  765. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  766. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  767. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  768. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  769. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  770. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  771. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  772. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  773. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  774. ==18912==
  775. {
  776. <insert_a_suppression_name_here>
  777. Memcheck:Cond
  778. fun:TObject
  779. fun:TConfiguredAction
  780. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  781. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  782. fun:_ZN13TStreamerInfo7CompileEv
  783. fun:_ZN13TStreamerInfo5BuildEv
  784. fun:_ZNK6TClass15GetStreamerInfoEi
  785. fun:_ZN13TStreamerBase13InitStreamingEv
  786. fun:_ZN13TStreamerBaseC1EPKcS1_i
  787. fun:_ZN13TStreamerInfo5BuildEv
  788. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  789. fun:Streamer
  790. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  791. fun:_ZN9TObjArray8StreamerER7TBuffer
  792. fun:Streamer
  793. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  794. }
  795. ==18912== Conditional jump or move depends on uninitialised value(s)
  796. ==18912== at 0x57A6038: TObject (TObject.h:217)
  797. ==18912== by 0x57A6038: TConfiguredAction (TStreamerInfoActions.h:99)
  798. ==18912== by 0x57A6038: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2356)
  799. ==18912== by 0x57A6038: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  800. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  801. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  802. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  803. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  804. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  805. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  806. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  807. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  808. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  809. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  810. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  811. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  812. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  813. ==18912==
  814. {
  815. <insert_a_suppression_name_here>
  816. Memcheck:Cond
  817. fun:TObject
  818. fun:TConfiguredAction
  819. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  820. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  821. fun:_ZN13TStreamerInfo7CompileEv
  822. fun:_ZN13TStreamerInfo5BuildEv
  823. fun:_ZNK6TClass15GetStreamerInfoEi
  824. fun:_ZN13TStreamerBase13InitStreamingEv
  825. fun:_ZN13TStreamerBaseC1EPKcS1_i
  826. fun:_ZN13TStreamerInfo5BuildEv
  827. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  828. fun:Streamer
  829. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  830. fun:_ZN9TObjArray8StreamerER7TBuffer
  831. fun:Streamer
  832. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  833. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  834. }
  835. ==18912== Conditional jump or move depends on uninitialised value(s)
  836. ==18912== at 0x58015F2: TObject (TObject.h:217)
  837. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  838. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  839. ==18912== by 0x57AB343: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2774)
  840. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  841. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  842. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  843. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  844. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  845. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  846. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  847. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  848. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  849. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  850. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  851. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  852. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  853. ==18912==
  854. {
  855. <insert_a_suppression_name_here>
  856. Memcheck:Cond
  857. fun:TObject
  858. fun:TConfiguredAction
  859. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  860. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  861. fun:_ZN13TStreamerInfo7CompileEv
  862. fun:_ZN13TStreamerInfo5BuildEv
  863. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  864. fun:Streamer
  865. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  866. fun:_ZN9TObjArray8StreamerER7TBuffer
  867. fun:Streamer
  868. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  869. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  870. fun:GetObject<TObjArray>
  871. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  872. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  873. fun:_ZN5TROOT15InitInterpreterEv
  874. }
  875. ==18912== Conditional jump or move depends on uninitialised value(s)
  876. ==18912== at 0x57AFF0F: TObject (TObject.h:217)
  877. ==18912== by 0x57AFF0F: TConfiguredAction (TStreamerInfoActions.h:103)
  878. ==18912== by 0x57AFF0F: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  879. ==18912== by 0x57AFF0F: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3070)
  880. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  881. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  882. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  883. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  884. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  885. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  886. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  887. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  888. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  889. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  890. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  891. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  892. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  893. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  894. ==18912==
  895. {
  896. <insert_a_suppression_name_here>
  897. Memcheck:Cond
  898. fun:TObject
  899. fun:TConfiguredAction
  900. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  901. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  902. fun:_ZN13TStreamerInfo7CompileEv
  903. fun:_ZN13TStreamerInfo5BuildEv
  904. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  905. fun:Streamer
  906. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  907. fun:_ZN9TObjArray8StreamerER7TBuffer
  908. fun:Streamer
  909. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  910. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  911. fun:GetObject<TObjArray>
  912. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  913. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  914. fun:_ZN5TROOT15InitInterpreterEv
  915. fun:_ZN4ROOT8Internal8GetROOT2Ev
  916. }
  917. ==18912== Conditional jump or move depends on uninitialised value(s)
  918. ==18912== at 0x58015F2: TObject (TObject.h:217)
  919. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  920. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  921. ==18912== by 0x57AB993: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2948)
  922. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  923. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  924. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  925. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  926. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  927. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  928. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  929. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  930. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  931. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  932. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  933. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  934. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  935. ==18912==
  936. {
  937. <insert_a_suppression_name_here>
  938. Memcheck:Cond
  939. fun:TObject
  940. fun:TConfiguredAction
  941. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  942. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  943. fun:_ZN13TStreamerInfo7CompileEv
  944. fun:_ZN13TStreamerInfo5BuildEv
  945. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  946. fun:Streamer
  947. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  948. fun:_ZN9TObjArray8StreamerER7TBuffer
  949. fun:Streamer
  950. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  951. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  952. fun:GetObject<TObjArray>
  953. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  954. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  955. fun:_ZN5TROOT15InitInterpreterEv
  956. }
  957. ==18912== Conditional jump or move depends on uninitialised value(s)
  958. ==18912== at 0x58015F2: TObject (TObject.h:217)
  959. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  960. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  961. ==18912== by 0x57ADF86: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2828)
  962. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  963. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  964. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  965. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  966. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  967. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  968. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  969. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  970. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  971. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  972. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  973. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  974. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  975. ==18912==
  976. {
  977. <insert_a_suppression_name_here>
  978. Memcheck:Cond
  979. fun:TObject
  980. fun:TConfiguredAction
  981. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  982. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  983. fun:_ZN13TStreamerInfo7CompileEv
  984. fun:_ZN13TStreamerInfo5BuildEv
  985. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  986. fun:Streamer
  987. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  988. fun:_ZN9TObjArray8StreamerER7TBuffer
  989. fun:Streamer
  990. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  991. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  992. fun:GetObject<TObjArray>
  993. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  994. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  995. fun:_ZN5TROOT15InitInterpreterEv
  996. }
  997. ==18912== Conditional jump or move depends on uninitialised value(s)
  998. ==18912== at 0x58015F2: TObject (TObject.h:217)
  999. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  1000. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  1001. ==18912== by 0x57AB8A3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2740)
  1002. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  1003. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1004. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1005. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1006. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1007. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1008. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1009. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1010. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1011. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1012. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1013. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1014. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1015. ==18912==
  1016. {
  1017. <insert_a_suppression_name_here>
  1018. Memcheck:Cond
  1019. fun:TObject
  1020. fun:TConfiguredAction
  1021. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  1022. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1023. fun:_ZN13TStreamerInfo7CompileEv
  1024. fun:_ZN13TStreamerInfo5BuildEv
  1025. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1026. fun:Streamer
  1027. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1028. fun:_ZN9TObjArray8StreamerER7TBuffer
  1029. fun:Streamer
  1030. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1031. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1032. fun:GetObject<TObjArray>
  1033. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1034. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1035. fun:_ZN5TROOT15InitInterpreterEv
  1036. }
  1037. ==18912== Conditional jump or move depends on uninitialised value(s)
  1038. ==18912== at 0x57AF50E: TObject (TObject.h:217)
  1039. ==18912== by 0x57AF50E: TConfiguredAction (TStreamerInfoActions.h:103)
  1040. ==18912== by 0x57AF50E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1041. ==18912== by 0x57AF50E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2994)
  1042. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  1043. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1044. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1045. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1046. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1047. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1048. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1049. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1050. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1051. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1052. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1053. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1054. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1055. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1056. ==18912==
  1057. {
  1058. <insert_a_suppression_name_here>
  1059. Memcheck:Cond
  1060. fun:TObject
  1061. fun:TConfiguredAction
  1062. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1063. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1064. fun:_ZN13TStreamerInfo7CompileEv
  1065. fun:_ZN13TStreamerInfo5BuildEv
  1066. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1067. fun:Streamer
  1068. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1069. fun:_ZN9TObjArray8StreamerER7TBuffer
  1070. fun:Streamer
  1071. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1072. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1073. fun:GetObject<TObjArray>
  1074. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1075. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1076. fun:_ZN5TROOT15InitInterpreterEv
  1077. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1078. }
  1079. ==18912== Conditional jump or move depends on uninitialised value(s)
  1080. ==18912== at 0x57AFB0E: TObject (TObject.h:217)
  1081. ==18912== by 0x57AFB0E: TConfiguredAction (TStreamerInfoActions.h:103)
  1082. ==18912== by 0x57AFB0E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1083. ==18912== by 0x57AFB0E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3001)
  1084. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  1085. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1086. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1087. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1088. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1089. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1090. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1091. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1092. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1093. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1094. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1095. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1096. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1097. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1098. ==18912==
  1099. {
  1100. <insert_a_suppression_name_here>
  1101. Memcheck:Cond
  1102. fun:TObject
  1103. fun:TConfiguredAction
  1104. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1105. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1106. fun:_ZN13TStreamerInfo7CompileEv
  1107. fun:_ZN13TStreamerInfo5BuildEv
  1108. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1109. fun:Streamer
  1110. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1111. fun:_ZN9TObjArray8StreamerER7TBuffer
  1112. fun:Streamer
  1113. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1114. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1115. fun:GetObject<TObjArray>
  1116. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1117. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1118. fun:_ZN5TROOT15InitInterpreterEv
  1119. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1120. }
  1121. ==18912== Conditional jump or move depends on uninitialised value(s)
  1122. ==18912== at 0x58015F2: TObject (TObject.h:217)
  1123. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  1124. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  1125. ==18912== by 0x57AB343: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2774)
  1126. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  1127. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1128. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1129. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1130. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1131. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1132. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1133. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1134. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1135. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1136. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1137. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1138. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1139. ==18912==
  1140. {
  1141. <insert_a_suppression_name_here>
  1142. Memcheck:Cond
  1143. fun:TObject
  1144. fun:TConfiguredAction
  1145. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  1146. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1147. fun:_ZN13TStreamerInfo7CompileEv
  1148. fun:_ZN13TStreamerInfo5BuildEv
  1149. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1150. fun:Streamer
  1151. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1152. fun:_ZN9TObjArray8StreamerER7TBuffer
  1153. fun:Streamer
  1154. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1155. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1156. fun:GetObject<TObjArray>
  1157. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1158. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1159. fun:_ZN5TROOT15InitInterpreterEv
  1160. }
  1161. ==18912== Conditional jump or move depends on uninitialised value(s)
  1162. ==18912== at 0x57AFF0F: TObject (TObject.h:217)
  1163. ==18912== by 0x57AFF0F: TConfiguredAction (TStreamerInfoActions.h:103)
  1164. ==18912== by 0x57AFF0F: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1165. ==18912== by 0x57AFF0F: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3070)
  1166. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  1167. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1168. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1169. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1170. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1171. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1172. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1173. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1174. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1175. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1176. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1177. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1178. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1179. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1180. ==18912==
  1181. {
  1182. <insert_a_suppression_name_here>
  1183. Memcheck:Cond
  1184. fun:TObject
  1185. fun:TConfiguredAction
  1186. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1187. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1188. fun:_ZN13TStreamerInfo7CompileEv
  1189. fun:_ZN13TStreamerInfo5BuildEv
  1190. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1191. fun:Streamer
  1192. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1193. fun:_ZN9TObjArray8StreamerER7TBuffer
  1194. fun:Streamer
  1195. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1196. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1197. fun:GetObject<TObjArray>
  1198. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1199. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1200. fun:_ZN5TROOT15InitInterpreterEv
  1201. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1202. }
  1203. ==18912== Conditional jump or move depends on uninitialised value(s)
  1204. ==18912== at 0x57A6583: TObject (TObject.h:217)
  1205. ==18912== by 0x57A6583: TConfiguredAction (TStreamerInfoActions.h:99)
  1206. ==18912== by 0x57A6583: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2352)
  1207. ==18912== by 0x57A6583: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  1208. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  1209. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1210. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1211. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1212. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1213. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1214. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1215. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1216. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1217. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1218. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1219. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1220. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1221. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1222. ==18912==
  1223. {
  1224. <insert_a_suppression_name_here>
  1225. Memcheck:Cond
  1226. fun:TObject
  1227. fun:TConfiguredAction
  1228. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  1229. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1230. fun:_ZN13TStreamerInfo7CompileEv
  1231. fun:_ZN13TStreamerInfo5BuildEv
  1232. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1233. fun:Streamer
  1234. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1235. fun:_ZN9TObjArray8StreamerER7TBuffer
  1236. fun:Streamer
  1237. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1238. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1239. fun:GetObject<TObjArray>
  1240. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1241. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1242. fun:_ZN5TROOT15InitInterpreterEv
  1243. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1244. }
  1245. ==18912== Conditional jump or move depends on uninitialised value(s)
  1246. ==18912== at 0x57A1DDD: TObject (TObject.h:217)
  1247. ==18912== by 0x57A1DDD: TConfiguredAction (TStreamerInfoActions.h:103)
  1248. ==18912== by 0x57A1DDD: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1249. ==18912== by 0x57A1DDD: TStreamerInfo::AddWriteMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3244)
  1250. ==18912== by 0x57B2A13: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2689)
  1251. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1252. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1253. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1254. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1255. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1256. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1257. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1258. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1259. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1260. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1261. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1262. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1263. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1264. ==18912==
  1265. {
  1266. <insert_a_suppression_name_here>
  1267. Memcheck:Cond
  1268. fun:TObject
  1269. fun:TConfiguredAction
  1270. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1271. fun:_ZN13TStreamerInfo30AddWriteMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1272. fun:_ZN13TStreamerInfo7CompileEv
  1273. fun:_ZN13TStreamerInfo5BuildEv
  1274. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1275. fun:Streamer
  1276. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1277. fun:_ZN9TObjArray8StreamerER7TBuffer
  1278. fun:Streamer
  1279. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1280. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1281. fun:GetObject<TObjArray>
  1282. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1283. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1284. fun:_ZN5TROOT15InitInterpreterEv
  1285. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1286. }
  1287. ==18912== Conditional jump or move depends on uninitialised value(s)
  1288. ==18912== at 0x57B0654: TObject (TObject.h:217)
  1289. ==18912== by 0x57B0654: TConfiguredAction (TStreamerInfoActions.h:103)
  1290. ==18912== by 0x57B0654: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1291. ==18912== by 0x57B0654: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3210)
  1292. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  1293. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1294. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1295. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1296. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1297. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1298. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1299. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1300. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1301. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1302. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1303. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1304. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1305. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1306. ==18912==
  1307. {
  1308. <insert_a_suppression_name_here>
  1309. Memcheck:Cond
  1310. fun:TObject
  1311. fun:TConfiguredAction
  1312. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1313. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1314. fun:_ZN13TStreamerInfo7CompileEv
  1315. fun:_ZN13TStreamerInfo5BuildEv
  1316. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1317. fun:Streamer
  1318. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1319. fun:_ZN9TObjArray8StreamerER7TBuffer
  1320. fun:Streamer
  1321. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1322. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1323. fun:GetObject<TObjArray>
  1324. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1325. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1326. fun:_ZN5TROOT15InitInterpreterEv
  1327. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1328. }
  1329. ==18912== Conditional jump or move depends on uninitialised value(s)
  1330. ==18912== at 0x58015F2: TObject (TObject.h:217)
  1331. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  1332. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  1333. ==18912== by 0x57AB993: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2948)
  1334. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  1335. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1336. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1337. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1338. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1339. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1340. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1341. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1342. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1343. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1344. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1345. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1346. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1347. ==18912==
  1348. {
  1349. <insert_a_suppression_name_here>
  1350. Memcheck:Cond
  1351. fun:TObject
  1352. fun:TConfiguredAction
  1353. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  1354. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1355. fun:_ZN13TStreamerInfo7CompileEv
  1356. fun:_ZN13TStreamerInfo5BuildEv
  1357. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1358. fun:Streamer
  1359. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1360. fun:_ZN9TObjArray8StreamerER7TBuffer
  1361. fun:Streamer
  1362. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1363. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1364. fun:GetObject<TObjArray>
  1365. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1366. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1367. fun:_ZN5TROOT15InitInterpreterEv
  1368. }
  1369. ==18912== Conditional jump or move depends on uninitialised value(s)
  1370. ==18912== at 0x57A5072: TObject (TObject.h:217)
  1371. ==18912== by 0x57A5072: TConfiguredAction (TStreamerInfoActions.h:99)
  1372. ==18912== by 0x57A5072: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2430)
  1373. ==18912== by 0x57A5072: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  1374. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  1375. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1376. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1377. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1378. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1379. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1380. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1381. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1382. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1383. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1384. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1385. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1386. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1387. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1388. ==18912==
  1389. {
  1390. <insert_a_suppression_name_here>
  1391. Memcheck:Cond
  1392. fun:TObject
  1393. fun:TConfiguredAction
  1394. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  1395. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1396. fun:_ZN13TStreamerInfo7CompileEv
  1397. fun:_ZN13TStreamerInfo5BuildEv
  1398. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1399. fun:Streamer
  1400. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1401. fun:_ZN9TObjArray8StreamerER7TBuffer
  1402. fun:Streamer
  1403. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1404. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1405. fun:GetObject<TObjArray>
  1406. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1407. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1408. fun:_ZN5TROOT15InitInterpreterEv
  1409. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1410. }
  1411. ==18912== Conditional jump or move depends on uninitialised value(s)
  1412. ==18912== at 0x58015F2: TObject (TObject.h:217)
  1413. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  1414. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  1415. ==18912== by 0x57ADF86: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2828)
  1416. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  1417. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1418. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1419. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1420. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1421. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1422. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1423. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1424. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1425. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1426. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1427. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1428. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1429. ==18912==
  1430. {
  1431. <insert_a_suppression_name_here>
  1432. Memcheck:Cond
  1433. fun:TObject
  1434. fun:TConfiguredAction
  1435. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  1436. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1437. fun:_ZN13TStreamerInfo7CompileEv
  1438. fun:_ZN13TStreamerInfo5BuildEv
  1439. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1440. fun:Streamer
  1441. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1442. fun:_ZN9TObjArray8StreamerER7TBuffer
  1443. fun:Streamer
  1444. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1445. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1446. fun:GetObject<TObjArray>
  1447. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1448. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1449. fun:_ZN5TROOT15InitInterpreterEv
  1450. }
  1451. ==18912== Conditional jump or move depends on uninitialised value(s)
  1452. ==18912== at 0x57A66D0: TObject (TObject.h:217)
  1453. ==18912== by 0x57A66D0: TConfiguredAction (TStreamerInfoActions.h:99)
  1454. ==18912== by 0x57A66D0: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2360)
  1455. ==18912== by 0x57A66D0: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  1456. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  1457. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1458. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1459. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1460. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1461. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1462. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1463. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1464. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1465. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1466. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1467. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1468. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1469. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1470. ==18912==
  1471. {
  1472. <insert_a_suppression_name_here>
  1473. Memcheck:Cond
  1474. fun:TObject
  1475. fun:TConfiguredAction
  1476. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  1477. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1478. fun:_ZN13TStreamerInfo7CompileEv
  1479. fun:_ZN13TStreamerInfo5BuildEv
  1480. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1481. fun:Streamer
  1482. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1483. fun:_ZN9TObjArray8StreamerER7TBuffer
  1484. fun:Streamer
  1485. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1486. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1487. fun:GetObject<TObjArray>
  1488. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1489. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1490. fun:_ZN5TROOT15InitInterpreterEv
  1491. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1492. }
  1493. ==18912== Conditional jump or move depends on uninitialised value(s)
  1494. ==18912== at 0x58015F2: TObject (TObject.h:217)
  1495. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  1496. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  1497. ==18912== by 0x57AB8A3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2740)
  1498. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  1499. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1500. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1501. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1502. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1503. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1504. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1505. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1506. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1507. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1508. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1509. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1510. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1511. ==18912==
  1512. {
  1513. <insert_a_suppression_name_here>
  1514. Memcheck:Cond
  1515. fun:TObject
  1516. fun:TConfiguredAction
  1517. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  1518. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1519. fun:_ZN13TStreamerInfo7CompileEv
  1520. fun:_ZN13TStreamerInfo5BuildEv
  1521. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1522. fun:Streamer
  1523. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1524. fun:_ZN9TObjArray8StreamerER7TBuffer
  1525. fun:Streamer
  1526. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1527. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1528. fun:GetObject<TObjArray>
  1529. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1530. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1531. fun:_ZN5TROOT15InitInterpreterEv
  1532. }
  1533. ==18912== Conditional jump or move depends on uninitialised value(s)
  1534. ==18912== at 0x57AF50E: TObject (TObject.h:217)
  1535. ==18912== by 0x57AF50E: TConfiguredAction (TStreamerInfoActions.h:103)
  1536. ==18912== by 0x57AF50E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1537. ==18912== by 0x57AF50E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2994)
  1538. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  1539. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1540. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1541. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1542. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1543. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1544. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1545. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1546. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1547. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1548. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1549. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1550. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1551. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1552. ==18912==
  1553. {
  1554. <insert_a_suppression_name_here>
  1555. Memcheck:Cond
  1556. fun:TObject
  1557. fun:TConfiguredAction
  1558. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1559. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1560. fun:_ZN13TStreamerInfo7CompileEv
  1561. fun:_ZN13TStreamerInfo5BuildEv
  1562. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1563. fun:Streamer
  1564. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1565. fun:_ZN9TObjArray8StreamerER7TBuffer
  1566. fun:Streamer
  1567. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1568. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1569. fun:GetObject<TObjArray>
  1570. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1571. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1572. fun:_ZN5TROOT15InitInterpreterEv
  1573. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1574. }
  1575. ==18912== Conditional jump or move depends on uninitialised value(s)
  1576. ==18912== at 0x57A30A7: TObject (TObject.h:217)
  1577. ==18912== by 0x57A30A7: TConfiguredAction (TStreamerInfoActions.h:99)
  1578. ==18912== by 0x57A30A7: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2318)
  1579. ==18912== by 0x57A30A7: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  1580. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  1581. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1582. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1583. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1584. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1585. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1586. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1587. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1588. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1589. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1590. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1591. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1592. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1593. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1594. ==18912==
  1595. {
  1596. <insert_a_suppression_name_here>
  1597. Memcheck:Cond
  1598. fun:TObject
  1599. fun:TConfiguredAction
  1600. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  1601. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1602. fun:_ZN13TStreamerInfo7CompileEv
  1603. fun:_ZN13TStreamerInfo5BuildEv
  1604. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1605. fun:Streamer
  1606. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1607. fun:_ZN9TObjArray8StreamerER7TBuffer
  1608. fun:Streamer
  1609. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1610. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1611. fun:GetObject<TObjArray>
  1612. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1613. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1614. fun:_ZN5TROOT15InitInterpreterEv
  1615. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1616. }
  1617. ==18912== Conditional jump or move depends on uninitialised value(s)
  1618. ==18912== at 0x57B0903: TObject (TObject.h:217)
  1619. ==18912== by 0x57B0903: TConfiguredAction (TStreamerInfoActions.h:103)
  1620. ==18912== by 0x57B0903: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1621. ==18912== by 0x57B0903: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3103)
  1622. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  1623. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1624. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1625. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1626. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1627. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1628. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1629. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1630. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1631. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1632. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1633. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1634. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1635. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1636. ==18912==
  1637. {
  1638. <insert_a_suppression_name_here>
  1639. Memcheck:Cond
  1640. fun:TObject
  1641. fun:TConfiguredAction
  1642. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1643. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1644. fun:_ZN13TStreamerInfo7CompileEv
  1645. fun:_ZN13TStreamerInfo5BuildEv
  1646. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1647. fun:Streamer
  1648. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1649. fun:_ZN9TObjArray8StreamerER7TBuffer
  1650. fun:Streamer
  1651. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1652. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1653. fun:GetObject<TObjArray>
  1654. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1655. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1656. fun:_ZN5TROOT15InitInterpreterEv
  1657. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1658. }
  1659. ==18912== Conditional jump or move depends on uninitialised value(s)
  1660. ==18912== at 0x57AFB0E: TObject (TObject.h:217)
  1661. ==18912== by 0x57AFB0E: TConfiguredAction (TStreamerInfoActions.h:103)
  1662. ==18912== by 0x57AFB0E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1663. ==18912== by 0x57AFB0E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3001)
  1664. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  1665. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1666. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1667. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1668. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1669. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1670. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1671. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1672. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1673. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1674. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1675. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1676. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1677. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1678. ==18912==
  1679. {
  1680. <insert_a_suppression_name_here>
  1681. Memcheck:Cond
  1682. fun:TObject
  1683. fun:TConfiguredAction
  1684. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1685. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1686. fun:_ZN13TStreamerInfo7CompileEv
  1687. fun:_ZN13TStreamerInfo5BuildEv
  1688. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1689. fun:Streamer
  1690. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1691. fun:_ZN9TObjArray8StreamerER7TBuffer
  1692. fun:Streamer
  1693. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1694. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1695. fun:GetObject<TObjArray>
  1696. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1697. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1698. fun:_ZN5TROOT15InitInterpreterEv
  1699. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1700. }
  1701. ==18912== Conditional jump or move depends on uninitialised value(s)
  1702. ==18912== at 0x57A710C: TObject (TObject.h:217)
  1703. ==18912== by 0x57A710C: TConfiguredAction (TStreamerInfoActions.h:99)
  1704. ==18912== by 0x57A710C: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2325)
  1705. ==18912== by 0x57A710C: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  1706. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  1707. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1708. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1709. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1710. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1711. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1712. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1713. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1714. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1715. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1716. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1717. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1718. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1719. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1720. ==18912==
  1721. {
  1722. <insert_a_suppression_name_here>
  1723. Memcheck:Cond
  1724. fun:TObject
  1725. fun:TConfiguredAction
  1726. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  1727. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1728. fun:_ZN13TStreamerInfo7CompileEv
  1729. fun:_ZN13TStreamerInfo5BuildEv
  1730. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1731. fun:Streamer
  1732. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1733. fun:_ZN9TObjArray8StreamerER7TBuffer
  1734. fun:Streamer
  1735. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1736. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1737. fun:GetObject<TObjArray>
  1738. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1739. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1740. fun:_ZN5TROOT15InitInterpreterEv
  1741. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1742. }
  1743. ==18912== Conditional jump or move depends on uninitialised value(s)
  1744. ==18912== at 0x57B03AD: TObject (TObject.h:217)
  1745. ==18912== by 0x57B03AD: TConfiguredAction (TStreamerInfoActions.h:103)
  1746. ==18912== by 0x57B03AD: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1747. ==18912== by 0x57B03AD: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3110)
  1748. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  1749. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1750. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1751. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1752. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1753. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1754. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1755. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1756. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1757. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1758. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1759. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1760. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1761. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1762. ==18912==
  1763. {
  1764. <insert_a_suppression_name_here>
  1765. Memcheck:Cond
  1766. fun:TObject
  1767. fun:TConfiguredAction
  1768. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1769. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1770. fun:_ZN13TStreamerInfo7CompileEv
  1771. fun:_ZN13TStreamerInfo5BuildEv
  1772. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1773. fun:Streamer
  1774. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1775. fun:_ZN9TObjArray8StreamerER7TBuffer
  1776. fun:Streamer
  1777. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1778. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1779. fun:GetObject<TObjArray>
  1780. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1781. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1782. fun:_ZN5TROOT15InitInterpreterEv
  1783. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1784. }
  1785. ==18912== Conditional jump or move depends on uninitialised value(s)
  1786. ==18912== at 0x58015F2: TObject (TObject.h:217)
  1787. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  1788. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  1789. ==18912== by 0x57AB853: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2741)
  1790. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  1791. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1792. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1793. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1794. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1795. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1796. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1797. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1798. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1799. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1800. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1801. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1802. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1803. ==18912==
  1804. {
  1805. <insert_a_suppression_name_here>
  1806. Memcheck:Cond
  1807. fun:TObject
  1808. fun:TConfiguredAction
  1809. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  1810. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1811. fun:_ZN13TStreamerInfo7CompileEv
  1812. fun:_ZN13TStreamerInfo5BuildEv
  1813. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1814. fun:Streamer
  1815. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1816. fun:_ZN9TObjArray8StreamerER7TBuffer
  1817. fun:Streamer
  1818. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1819. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1820. fun:GetObject<TObjArray>
  1821. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1822. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1823. fun:_ZN5TROOT15InitInterpreterEv
  1824. }
  1825. ==18912== Conditional jump or move depends on uninitialised value(s)
  1826. ==18912== at 0x57AF60E: TObject (TObject.h:217)
  1827. ==18912== by 0x57AF60E: TConfiguredAction (TStreamerInfoActions.h:103)
  1828. ==18912== by 0x57AF60E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1829. ==18912== by 0x57AF60E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2995)
  1830. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  1831. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1832. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1833. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1834. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1835. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1836. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1837. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1838. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1839. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1840. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1841. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1842. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1843. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1844. ==18912==
  1845. {
  1846. <insert_a_suppression_name_here>
  1847. Memcheck:Cond
  1848. fun:TObject
  1849. fun:TConfiguredAction
  1850. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1851. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1852. fun:_ZN13TStreamerInfo7CompileEv
  1853. fun:_ZN13TStreamerInfo5BuildEv
  1854. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1855. fun:Streamer
  1856. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1857. fun:_ZN9TObjArray8StreamerER7TBuffer
  1858. fun:Streamer
  1859. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1860. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1861. fun:GetObject<TObjArray>
  1862. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1863. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1864. fun:_ZN5TROOT15InitInterpreterEv
  1865. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1866. }
  1867. ==18912== Conditional jump or move depends on uninitialised value(s)
  1868. ==18912== at 0x57A5F93: TObject (TObject.h:217)
  1869. ==18912== by 0x57A5F93: TConfiguredAction (TStreamerInfoActions.h:99)
  1870. ==18912== by 0x57A5F93: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2319)
  1871. ==18912== by 0x57A5F93: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  1872. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  1873. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1874. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1875. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1876. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1877. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1878. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1879. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1880. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1881. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1882. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1883. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1884. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1885. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1886. ==18912==
  1887. {
  1888. <insert_a_suppression_name_here>
  1889. Memcheck:Cond
  1890. fun:TObject
  1891. fun:TConfiguredAction
  1892. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  1893. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1894. fun:_ZN13TStreamerInfo7CompileEv
  1895. fun:_ZN13TStreamerInfo5BuildEv
  1896. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1897. fun:Streamer
  1898. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1899. fun:_ZN9TObjArray8StreamerER7TBuffer
  1900. fun:Streamer
  1901. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1902. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1903. fun:GetObject<TObjArray>
  1904. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1905. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1906. fun:_ZN5TROOT15InitInterpreterEv
  1907. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1908. }
  1909. ==18912== Conditional jump or move depends on uninitialised value(s)
  1910. ==18912== at 0x57B0504: TObject (TObject.h:217)
  1911. ==18912== by 0x57B0504: TConfiguredAction (TStreamerInfoActions.h:103)
  1912. ==18912== by 0x57B0504: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1913. ==18912== by 0x57B0504: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3104)
  1914. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  1915. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1916. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  1917. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  1918. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  1919. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  1920. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  1921. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  1922. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  1923. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  1924. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  1925. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  1926. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  1927. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  1928. ==18912==
  1929. {
  1930. <insert_a_suppression_name_here>
  1931. Memcheck:Cond
  1932. fun:TObject
  1933. fun:TConfiguredAction
  1934. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1935. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1936. fun:_ZN13TStreamerInfo7CompileEv
  1937. fun:_ZN13TStreamerInfo5BuildEv
  1938. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  1939. fun:Streamer
  1940. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  1941. fun:_ZN9TObjArray8StreamerER7TBuffer
  1942. fun:Streamer
  1943. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  1944. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  1945. fun:GetObject<TObjArray>
  1946. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  1947. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  1948. fun:_ZN5TROOT15InitInterpreterEv
  1949. fun:_ZN4ROOT8Internal8GetROOT2Ev
  1950. }
  1951. ==18912== Conditional jump or move depends on uninitialised value(s)
  1952. ==18912== at 0x57AF50E: TObject (TObject.h:217)
  1953. ==18912== by 0x57AF50E: TConfiguredAction (TStreamerInfoActions.h:103)
  1954. ==18912== by 0x57AF50E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1955. ==18912== by 0x57AF50E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2994)
  1956. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  1957. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1958. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  1959. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  1960. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  1961. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  1962. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  1963. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  1964. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  1965. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  1966. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  1967. ==18912==
  1968. {
  1969. <insert_a_suppression_name_here>
  1970. Memcheck:Cond
  1971. fun:TObject
  1972. fun:TConfiguredAction
  1973. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  1974. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  1975. fun:_ZN13TStreamerInfo7CompileEv
  1976. fun:_ZN13TStreamerInfo5BuildEv
  1977. fun:_ZNK6TClass15GetStreamerInfoEi
  1978. fun:_ZN13TStreamerBase13InitStreamingEv
  1979. fun:_ZN13TStreamerBaseC1EPKcS1_i
  1980. fun:_ZN13TStreamerInfo5BuildEv
  1981. fun:_ZNK6TClass15GetStreamerInfoEi
  1982. fun:_ZN13TStreamerBase13InitStreamingEv
  1983. fun:_ZN13TStreamerBaseC1EPKcS1_i
  1984. fun:_ZN13TStreamerInfo5BuildEv
  1985. fun:_ZNK6TClass15GetStreamerInfoEi
  1986. }
  1987. ==18912== Conditional jump or move depends on uninitialised value(s)
  1988. ==18912== at 0x57AF50E: TObject (TObject.h:217)
  1989. ==18912== by 0x57AF50E: TConfiguredAction (TStreamerInfoActions.h:103)
  1990. ==18912== by 0x57AF50E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  1991. ==18912== by 0x57AF50E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2994)
  1992. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  1993. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  1994. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  1995. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  1996. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  1997. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  1998. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  1999. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2000. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2001. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2002. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2003. ==18912==
  2004. {
  2005. <insert_a_suppression_name_here>
  2006. Memcheck:Cond
  2007. fun:TObject
  2008. fun:TConfiguredAction
  2009. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2010. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2011. fun:_ZN13TStreamerInfo7CompileEv
  2012. fun:_ZN13TStreamerInfo5BuildEv
  2013. fun:_ZNK6TClass15GetStreamerInfoEi
  2014. fun:_ZN13TStreamerBase13InitStreamingEv
  2015. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2016. fun:_ZN13TStreamerInfo5BuildEv
  2017. fun:_ZNK6TClass15GetStreamerInfoEi
  2018. fun:_ZN13TStreamerBase13InitStreamingEv
  2019. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2020. fun:_ZN13TStreamerInfo5BuildEv
  2021. fun:_ZNK6TClass15GetStreamerInfoEi
  2022. }
  2023. ==18912== Conditional jump or move depends on uninitialised value(s)
  2024. ==18912== at 0x57A30A7: TObject (TObject.h:217)
  2025. ==18912== by 0x57A30A7: TConfiguredAction (TStreamerInfoActions.h:99)
  2026. ==18912== by 0x57A30A7: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2318)
  2027. ==18912== by 0x57A30A7: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2028. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2029. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2030. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2031. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2032. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2033. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2034. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2035. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2036. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2037. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2038. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2039. ==18912==
  2040. {
  2041. <insert_a_suppression_name_here>
  2042. Memcheck:Cond
  2043. fun:TObject
  2044. fun:TConfiguredAction
  2045. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2046. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2047. fun:_ZN13TStreamerInfo7CompileEv
  2048. fun:_ZN13TStreamerInfo5BuildEv
  2049. fun:_ZNK6TClass15GetStreamerInfoEi
  2050. fun:_ZN13TStreamerBase13InitStreamingEv
  2051. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2052. fun:_ZN13TStreamerInfo5BuildEv
  2053. fun:_ZNK6TClass15GetStreamerInfoEi
  2054. fun:_ZN13TStreamerBase13InitStreamingEv
  2055. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2056. fun:_ZN13TStreamerInfo5BuildEv
  2057. fun:_ZNK6TClass15GetStreamerInfoEi
  2058. }
  2059. ==18912== Conditional jump or move depends on uninitialised value(s)
  2060. ==18912== at 0x57B0903: TObject (TObject.h:217)
  2061. ==18912== by 0x57B0903: TConfiguredAction (TStreamerInfoActions.h:103)
  2062. ==18912== by 0x57B0903: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2063. ==18912== by 0x57B0903: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3103)
  2064. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  2065. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2066. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2067. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2068. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2069. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2070. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2071. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2072. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2073. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2074. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2075. ==18912==
  2076. {
  2077. <insert_a_suppression_name_here>
  2078. Memcheck:Cond
  2079. fun:TObject
  2080. fun:TConfiguredAction
  2081. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2082. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2083. fun:_ZN13TStreamerInfo7CompileEv
  2084. fun:_ZN13TStreamerInfo5BuildEv
  2085. fun:_ZNK6TClass15GetStreamerInfoEi
  2086. fun:_ZN13TStreamerBase13InitStreamingEv
  2087. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2088. fun:_ZN13TStreamerInfo5BuildEv
  2089. fun:_ZNK6TClass15GetStreamerInfoEi
  2090. fun:_ZN13TStreamerBase13InitStreamingEv
  2091. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2092. fun:_ZN13TStreamerInfo5BuildEv
  2093. fun:_ZNK6TClass15GetStreamerInfoEi
  2094. }
  2095. ==18912== Conditional jump or move depends on uninitialised value(s)
  2096. ==18912== at 0x57A4403: TObject (TObject.h:217)
  2097. ==18912== by 0x57A4403: TConfiguredAction (TStreamerInfoActions.h:99)
  2098. ==18912== by 0x57A4403: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2361)
  2099. ==18912== by 0x57A4403: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2100. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2101. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2102. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2103. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2104. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2105. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2106. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2107. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2108. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2109. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2110. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2111. ==18912==
  2112. {
  2113. <insert_a_suppression_name_here>
  2114. Memcheck:Cond
  2115. fun:TObject
  2116. fun:TConfiguredAction
  2117. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2118. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2119. fun:_ZN13TStreamerInfo7CompileEv
  2120. fun:_ZN13TStreamerInfo5BuildEv
  2121. fun:_ZNK6TClass15GetStreamerInfoEi
  2122. fun:_ZN13TStreamerBase13InitStreamingEv
  2123. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2124. fun:_ZN13TStreamerInfo5BuildEv
  2125. fun:_ZNK6TClass15GetStreamerInfoEi
  2126. fun:_ZN13TStreamerBase13InitStreamingEv
  2127. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2128. fun:_ZN13TStreamerInfo5BuildEv
  2129. fun:_ZNK6TClass15GetStreamerInfoEi
  2130. }
  2131. ==18912== Conditional jump or move depends on uninitialised value(s)
  2132. ==18912== at 0x57A4403: TObject (TObject.h:217)
  2133. ==18912== by 0x57A4403: TConfiguredAction (TStreamerInfoActions.h:99)
  2134. ==18912== by 0x57A4403: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2361)
  2135. ==18912== by 0x57A4403: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2136. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2137. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2138. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  2139. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2140. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2141. ==18912== by 0x570AC42: TBufferFile::ReadFastArray(void**, TClass const*, int, bool, TMemberStreamer*, TClass const*) (TBufferFile.cxx:1709)
  2142. ==18912== by 0x589FC1F: int TStreamerInfo::ReadBuffer<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoReadBuffer.cxx:1079)
  2143. ==18912== by 0x57966CC: TStreamerInfoActions::GenericReadAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:168)
  2144. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2145. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2146. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2147. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2148. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2149. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2150. ==18912==
  2151. {
  2152. <insert_a_suppression_name_here>
  2153. Memcheck:Cond
  2154. fun:TObject
  2155. fun:TConfiguredAction
  2156. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2157. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2158. fun:_ZN13TStreamerInfo7CompileEv
  2159. fun:_ZN13TStreamerInfo5BuildEv
  2160. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2161. fun:Streamer
  2162. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2163. fun:_ZN11TBufferFile13ReadFastArrayEPPvPK6TClassibP15TMemberStreamerS4_
  2164. fun:_ZN13TStreamerInfo10ReadBufferIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  2165. fun:_ZN20TStreamerInfoActions17GenericReadActionER7TBufferPvPKNS_14TConfigurationE
  2166. fun:operator()
  2167. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2168. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2169. fun:Streamer
  2170. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2171. fun:_ZN9TObjArray8StreamerER7TBuffer
  2172. }
  2173. ==18912== Conditional jump or move depends on uninitialised value(s)
  2174. ==18912== at 0x58015F2: TObject (TObject.h:217)
  2175. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  2176. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  2177. ==18912== by 0x57AB853: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2741)
  2178. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  2179. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2180. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2181. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2182. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2183. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2184. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2185. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2186. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2187. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2188. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2189. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2190. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2191. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2192. ==18912==
  2193. {
  2194. <insert_a_suppression_name_here>
  2195. Memcheck:Cond
  2196. fun:TObject
  2197. fun:TConfiguredAction
  2198. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  2199. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2200. fun:_ZN13TStreamerInfo7CompileEv
  2201. fun:_ZN13TStreamerInfo5BuildEv
  2202. fun:_ZNK6TClass15GetStreamerInfoEi
  2203. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2204. fun:ReadSTLMemberWiseSameClass
  2205. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2206. fun:operator()
  2207. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2208. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2209. fun:Streamer
  2210. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2211. fun:_ZN9TObjArray8StreamerER7TBuffer
  2212. fun:Streamer
  2213. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2214. }
  2215. ==18912== Conditional jump or move depends on uninitialised value(s)
  2216. ==18912== at 0x57AF60E: TObject (TObject.h:217)
  2217. ==18912== by 0x57AF60E: TConfiguredAction (TStreamerInfoActions.h:103)
  2218. ==18912== by 0x57AF60E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2219. ==18912== by 0x57AF60E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2995)
  2220. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  2221. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2222. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2223. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2224. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2225. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2226. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2227. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2228. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2229. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2230. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2231. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2232. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2233. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2234. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2235. ==18912==
  2236. {
  2237. <insert_a_suppression_name_here>
  2238. Memcheck:Cond
  2239. fun:TObject
  2240. fun:TConfiguredAction
  2241. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2242. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2243. fun:_ZN13TStreamerInfo7CompileEv
  2244. fun:_ZN13TStreamerInfo5BuildEv
  2245. fun:_ZNK6TClass15GetStreamerInfoEi
  2246. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2247. fun:ReadSTLMemberWiseSameClass
  2248. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2249. fun:operator()
  2250. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2251. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2252. fun:Streamer
  2253. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2254. fun:_ZN9TObjArray8StreamerER7TBuffer
  2255. fun:Streamer
  2256. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2257. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2258. }
  2259. ==18912== Conditional jump or move depends on uninitialised value(s)
  2260. ==18912== at 0x58015F2: TObject (TObject.h:217)
  2261. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  2262. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  2263. ==18912== by 0x57AB943: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2738)
  2264. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  2265. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2266. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2267. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2268. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2269. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2270. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2271. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2272. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2273. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2274. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2275. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2276. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2277. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2278. ==18912==
  2279. {
  2280. <insert_a_suppression_name_here>
  2281. Memcheck:Cond
  2282. fun:TObject
  2283. fun:TConfiguredAction
  2284. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  2285. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2286. fun:_ZN13TStreamerInfo7CompileEv
  2287. fun:_ZN13TStreamerInfo5BuildEv
  2288. fun:_ZNK6TClass15GetStreamerInfoEi
  2289. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2290. fun:ReadSTLMemberWiseSameClass
  2291. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2292. fun:operator()
  2293. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2294. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2295. fun:Streamer
  2296. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2297. fun:_ZN9TObjArray8StreamerER7TBuffer
  2298. fun:Streamer
  2299. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2300. }
  2301. ==18912== Conditional jump or move depends on uninitialised value(s)
  2302. ==18912== at 0x57AF2FE: TObject (TObject.h:217)
  2303. ==18912== by 0x57AF2FE: TConfiguredAction (TStreamerInfoActions.h:103)
  2304. ==18912== by 0x57AF2FE: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2305. ==18912== by 0x57AF2FE: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2992)
  2306. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  2307. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2308. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2309. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2310. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2311. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2312. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2313. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2314. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2315. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2316. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2317. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2318. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2319. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2320. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2321. ==18912==
  2322. {
  2323. <insert_a_suppression_name_here>
  2324. Memcheck:Cond
  2325. fun:TObject
  2326. fun:TConfiguredAction
  2327. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2328. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2329. fun:_ZN13TStreamerInfo7CompileEv
  2330. fun:_ZN13TStreamerInfo5BuildEv
  2331. fun:_ZNK6TClass15GetStreamerInfoEi
  2332. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2333. fun:ReadSTLMemberWiseSameClass
  2334. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2335. fun:operator()
  2336. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2337. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2338. fun:Streamer
  2339. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2340. fun:_ZN9TObjArray8StreamerER7TBuffer
  2341. fun:Streamer
  2342. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2343. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2344. }
  2345. ==18912== Conditional jump or move depends on uninitialised value(s)
  2346. ==18912== at 0x57AF60E: TObject (TObject.h:217)
  2347. ==18912== by 0x57AF60E: TConfiguredAction (TStreamerInfoActions.h:103)
  2348. ==18912== by 0x57AF60E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2349. ==18912== by 0x57AF60E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2995)
  2350. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  2351. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2352. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2353. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2354. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2355. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2356. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2357. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2358. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2359. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2360. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2361. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2362. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2363. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2364. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2365. ==18912==
  2366. {
  2367. <insert_a_suppression_name_here>
  2368. Memcheck:Cond
  2369. fun:TObject
  2370. fun:TConfiguredAction
  2371. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2372. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2373. fun:_ZN13TStreamerInfo7CompileEv
  2374. fun:_ZN13TStreamerInfo5BuildEv
  2375. fun:_ZNK6TClass15GetStreamerInfoEi
  2376. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2377. fun:ReadSTLMemberWiseSameClass
  2378. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2379. fun:operator()
  2380. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2381. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2382. fun:Streamer
  2383. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2384. fun:_ZN9TObjArray8StreamerER7TBuffer
  2385. fun:Streamer
  2386. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2387. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2388. }
  2389. ==18912== Conditional jump or move depends on uninitialised value(s)
  2390. ==18912== at 0x57A5F93: TObject (TObject.h:217)
  2391. ==18912== by 0x57A5F93: TConfiguredAction (TStreamerInfoActions.h:99)
  2392. ==18912== by 0x57A5F93: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2319)
  2393. ==18912== by 0x57A5F93: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2394. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2395. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2396. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2397. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2398. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2399. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2400. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2401. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2402. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2403. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2404. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2405. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2406. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2407. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2408. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2409. ==18912==
  2410. {
  2411. <insert_a_suppression_name_here>
  2412. Memcheck:Cond
  2413. fun:TObject
  2414. fun:TConfiguredAction
  2415. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2416. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2417. fun:_ZN13TStreamerInfo7CompileEv
  2418. fun:_ZN13TStreamerInfo5BuildEv
  2419. fun:_ZNK6TClass15GetStreamerInfoEi
  2420. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2421. fun:ReadSTLMemberWiseSameClass
  2422. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2423. fun:operator()
  2424. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2425. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2426. fun:Streamer
  2427. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2428. fun:_ZN9TObjArray8StreamerER7TBuffer
  2429. fun:Streamer
  2430. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2431. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2432. }
  2433. ==18912== Conditional jump or move depends on uninitialised value(s)
  2434. ==18912== at 0x57B0504: TObject (TObject.h:217)
  2435. ==18912== by 0x57B0504: TConfiguredAction (TStreamerInfoActions.h:103)
  2436. ==18912== by 0x57B0504: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2437. ==18912== by 0x57B0504: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3104)
  2438. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  2439. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2440. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2441. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2442. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2443. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2444. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2445. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2446. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2447. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2448. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2449. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2450. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2451. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2452. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2453. ==18912==
  2454. {
  2455. <insert_a_suppression_name_here>
  2456. Memcheck:Cond
  2457. fun:TObject
  2458. fun:TConfiguredAction
  2459. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2460. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2461. fun:_ZN13TStreamerInfo7CompileEv
  2462. fun:_ZN13TStreamerInfo5BuildEv
  2463. fun:_ZNK6TClass15GetStreamerInfoEi
  2464. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2465. fun:ReadSTLMemberWiseSameClass
  2466. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2467. fun:operator()
  2468. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2469. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2470. fun:Streamer
  2471. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2472. fun:_ZN9TObjArray8StreamerER7TBuffer
  2473. fun:Streamer
  2474. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2475. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2476. }
  2477. ==18912== Conditional jump or move depends on uninitialised value(s)
  2478. ==18912== at 0x58015F2: TObject (TObject.h:217)
  2479. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  2480. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  2481. ==18912== by 0x57AB943: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2738)
  2482. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  2483. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2484. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2485. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2486. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2487. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2488. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2489. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2490. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2491. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2492. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2493. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2494. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2495. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2496. ==18912==
  2497. {
  2498. <insert_a_suppression_name_here>
  2499. Memcheck:Cond
  2500. fun:TObject
  2501. fun:TConfiguredAction
  2502. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  2503. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2504. fun:_ZN13TStreamerInfo7CompileEv
  2505. fun:_ZN13TStreamerInfo5BuildEv
  2506. fun:_ZNK6TClass15GetStreamerInfoEi
  2507. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2508. fun:ReadSTLMemberWiseSameClass
  2509. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2510. fun:operator()
  2511. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2512. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2513. fun:Streamer
  2514. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2515. fun:_ZN9TObjArray8StreamerER7TBuffer
  2516. fun:Streamer
  2517. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2518. }
  2519. ==18912== Conditional jump or move depends on uninitialised value(s)
  2520. ==18912== at 0x57AF2FE: TObject (TObject.h:217)
  2521. ==18912== by 0x57AF2FE: TConfiguredAction (TStreamerInfoActions.h:103)
  2522. ==18912== by 0x57AF2FE: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2523. ==18912== by 0x57AF2FE: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2992)
  2524. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  2525. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2526. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2527. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2528. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2529. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2530. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2531. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2532. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2533. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2534. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2535. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2536. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2537. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2538. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2539. ==18912==
  2540. {
  2541. <insert_a_suppression_name_here>
  2542. Memcheck:Cond
  2543. fun:TObject
  2544. fun:TConfiguredAction
  2545. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2546. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2547. fun:_ZN13TStreamerInfo7CompileEv
  2548. fun:_ZN13TStreamerInfo5BuildEv
  2549. fun:_ZNK6TClass15GetStreamerInfoEi
  2550. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2551. fun:ReadSTLMemberWiseSameClass
  2552. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2553. fun:operator()
  2554. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2555. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2556. fun:Streamer
  2557. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2558. fun:_ZN9TObjArray8StreamerER7TBuffer
  2559. fun:Streamer
  2560. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2561. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2562. }
  2563. ==18912== Conditional jump or move depends on uninitialised value(s)
  2564. ==18912== at 0x57A6189: TObject (TObject.h:217)
  2565. ==18912== by 0x57A6189: TConfiguredAction (TStreamerInfoActions.h:99)
  2566. ==18912== by 0x57A6189: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2316)
  2567. ==18912== by 0x57A6189: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2568. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2569. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2570. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2571. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2572. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2573. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2574. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2575. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2576. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2577. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2578. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2579. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2580. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2581. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2582. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2583. ==18912==
  2584. {
  2585. <insert_a_suppression_name_here>
  2586. Memcheck:Cond
  2587. fun:TObject
  2588. fun:TConfiguredAction
  2589. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2590. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2591. fun:_ZN13TStreamerInfo7CompileEv
  2592. fun:_ZN13TStreamerInfo5BuildEv
  2593. fun:_ZNK6TClass15GetStreamerInfoEi
  2594. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2595. fun:ReadSTLMemberWiseSameClass
  2596. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2597. fun:operator()
  2598. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2599. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2600. fun:Streamer
  2601. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2602. fun:_ZN9TObjArray8StreamerER7TBuffer
  2603. fun:Streamer
  2604. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2605. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2606. }
  2607. ==18912== Conditional jump or move depends on uninitialised value(s)
  2608. ==18912== at 0x57B0F9C: TObject (TObject.h:217)
  2609. ==18912== by 0x57B0F9C: TConfiguredAction (TStreamerInfoActions.h:103)
  2610. ==18912== by 0x57B0F9C: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2611. ==18912== by 0x57B0F9C: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3101)
  2612. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  2613. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2614. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2615. ==18912== by 0x575D9AC: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1733)
  2616. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2617. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2618. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2619. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2620. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2621. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2622. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2623. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2624. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2625. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2626. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2627. ==18912==
  2628. {
  2629. <insert_a_suppression_name_here>
  2630. Memcheck:Cond
  2631. fun:TObject
  2632. fun:TConfiguredAction
  2633. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2634. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2635. fun:_ZN13TStreamerInfo7CompileEv
  2636. fun:_ZN13TStreamerInfo5BuildEv
  2637. fun:_ZNK6TClass15GetStreamerInfoEi
  2638. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2639. fun:ReadSTLMemberWiseSameClass
  2640. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2641. fun:operator()
  2642. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2643. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2644. fun:Streamer
  2645. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2646. fun:_ZN9TObjArray8StreamerER7TBuffer
  2647. fun:Streamer
  2648. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2649. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2650. }
  2651. ==18912== Conditional jump or move depends on uninitialised value(s)
  2652. ==18912== at 0x57A00D0: TObject (TObject.h:217)
  2653. ==18912== by 0x57A00D0: TConfiguredAction (TStreamerInfoActions.h:103)
  2654. ==18912== by 0x57A00D0: TStreamerInfoActions::TConfiguredAction GetCollectionReadAction<TStreamerInfoActions::VectorLooper>(TVirtualStreamerInfo*, TStreamerElement*, int, unsigned int, TStreamerInfo::TCompInfo*, int) [clone .constprop.755] (TStreamerInfoActions.cxx:2319)
  2655. ==18912== by 0x57A2903: TStreamerInfoActions::TActionSequence::CreateReadMemberWiseActions(TVirtualStreamerInfo*, TVirtualCollectionProxy&) (TStreamerInfoActions.cxx:3347)
  2656. ==18912== by 0x575D9B7: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1735)
  2657. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  2658. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  2659. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2660. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2661. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2662. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2663. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2664. ==18912== by 0x52B7A8F: TObjArray::Streamer(TBuffer&) (TObjArray.cxx:433)
  2665. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  2666. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  2667. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  2668. ==18912== by 0x8ADF984: GetObject<TObjArray> (TDirectoryFile.h:80)
  2669. ==18912== by 0x8ADF984: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1350)
  2670. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  2671. ==18912==
  2672. {
  2673. <insert_a_suppression_name_here>
  2674. Memcheck:Cond
  2675. fun:TObject
  2676. fun:TConfiguredAction
  2677. fun:_Z23GetCollectionReadActionIN20TStreamerInfoActions12VectorLooperEENS0_17TConfiguredActionEP20TVirtualStreamerInfoP16TStreamerElementijPN13TStreamerInfo9TCompInfoEi.constprop.755
  2678. fun:_ZN20TStreamerInfoActions15TActionSequence27CreateReadMemberWiseActionsEP20TVirtualStreamerInfoR23TVirtualCollectionProxy
  2679. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  2680. fun:ReadSTLMemberWiseSameClass
  2681. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2682. fun:operator()
  2683. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2684. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2685. fun:Streamer
  2686. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2687. fun:_ZN9TObjArray8StreamerER7TBuffer
  2688. fun:Streamer
  2689. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  2690. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  2691. fun:GetObject<TObjArray>
  2692. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  2693. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  2694. }
  2695. ==18912== Conditional jump or move depends on uninitialised value(s)
  2696. ==18912== at 0x57A6583: TObject (TObject.h:217)
  2697. ==18912== by 0x57A6583: TConfiguredAction (TStreamerInfoActions.h:99)
  2698. ==18912== by 0x57A6583: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2352)
  2699. ==18912== by 0x57A6583: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2700. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2701. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2702. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2703. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2704. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2705. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2706. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  2707. ==18912== by 0x52F5B8C: TDataMember::Streamer(TBuffer&) (TDataMember.cxx:930)
  2708. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2709. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2710. ==18912== by 0x5765500: TGenCollectionStreamer::ReadObjects(int, TBuffer&, TClass const*) (TGenCollectionStreamer.cxx:395)
  2711. ==18912== by 0x5766146: TGenCollectionStreamer::ReadBufferGeneric(TBuffer&, void*, TClass const*) (TGenCollectionStreamer.cxx:1367)
  2712. ==18912==
  2713. {
  2714. <insert_a_suppression_name_here>
  2715. Memcheck:Cond
  2716. fun:TObject
  2717. fun:TConfiguredAction
  2718. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2719. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2720. fun:_ZN13TStreamerInfo7CompileEv
  2721. fun:_ZN13TStreamerInfo5BuildEv
  2722. fun:_ZNK6TClass15GetStreamerInfoEi
  2723. fun:_ZN13TStreamerBase13InitStreamingEv
  2724. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2725. fun:_ZN13TStreamerInfo5BuildEv
  2726. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2727. fun:_ZN11TDataMember8StreamerER7TBuffer
  2728. fun:Streamer
  2729. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2730. fun:_ZN22TGenCollectionStreamer11ReadObjectsEiR7TBufferPK6TClass
  2731. fun:_ZN22TGenCollectionStreamer17ReadBufferGenericER7TBufferPvPK6TClass
  2732. }
  2733. ==18912== Conditional jump or move depends on uninitialised value(s)
  2734. ==18912== at 0x57A5072: TObject (TObject.h:217)
  2735. ==18912== by 0x57A5072: TConfiguredAction (TStreamerInfoActions.h:99)
  2736. ==18912== by 0x57A5072: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2430)
  2737. ==18912== by 0x57A5072: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2738. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2739. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2740. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  2741. ==18912== by 0x5315EA1: TStreamerBase::InitStreaming() (TStreamerElement.cxx:695)
  2742. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  2743. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  2744. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  2745. ==18912== by 0x52F5B8C: TDataMember::Streamer(TBuffer&) (TDataMember.cxx:930)
  2746. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2747. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2748. ==18912== by 0x5765500: TGenCollectionStreamer::ReadObjects(int, TBuffer&, TClass const*) (TGenCollectionStreamer.cxx:395)
  2749. ==18912== by 0x5766146: TGenCollectionStreamer::ReadBufferGeneric(TBuffer&, void*, TClass const*) (TGenCollectionStreamer.cxx:1367)
  2750. ==18912==
  2751. {
  2752. <insert_a_suppression_name_here>
  2753. Memcheck:Cond
  2754. fun:TObject
  2755. fun:TConfiguredAction
  2756. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2757. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2758. fun:_ZN13TStreamerInfo7CompileEv
  2759. fun:_ZN13TStreamerInfo5BuildEv
  2760. fun:_ZNK6TClass15GetStreamerInfoEi
  2761. fun:_ZN13TStreamerBase13InitStreamingEv
  2762. fun:_ZN13TStreamerBaseC1EPKcS1_i
  2763. fun:_ZN13TStreamerInfo5BuildEv
  2764. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2765. fun:_ZN11TDataMember8StreamerER7TBuffer
  2766. fun:Streamer
  2767. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2768. fun:_ZN22TGenCollectionStreamer11ReadObjectsEiR7TBufferPK6TClass
  2769. fun:_ZN22TGenCollectionStreamer17ReadBufferGenericER7TBufferPvPK6TClass
  2770. }
  2771. ==18912== Conditional jump or move depends on uninitialised value(s)
  2772. ==18912== at 0x57AF60E: TObject (TObject.h:217)
  2773. ==18912== by 0x57AF60E: TConfiguredAction (TStreamerInfoActions.h:103)
  2774. ==18912== by 0x57AF60E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  2775. ==18912== by 0x57AF60E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2995)
  2776. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  2777. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2778. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  2779. ==18912== by 0x52F5B8C: TDataMember::Streamer(TBuffer&) (TDataMember.cxx:930)
  2780. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2781. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2782. ==18912== by 0x5765500: TGenCollectionStreamer::ReadObjects(int, TBuffer&, TClass const*) (TGenCollectionStreamer.cxx:395)
  2783. ==18912== by 0x5766146: TGenCollectionStreamer::ReadBufferGeneric(TBuffer&, void*, TClass const*) (TGenCollectionStreamer.cxx:1367)
  2784. ==18912== by 0x570A76B: Streamer (TClass.h:537)
  2785. ==18912== by 0x570A76B: TBufferFile::ReadFastArray(void*, TClass const*, int, TMemberStreamer*, TClass const*) (TBufferFile.cxx:1677)
  2786. ==18912== by 0x57FA3C3: ReadSTLObjectWiseFastArray (TStreamerInfoActions.cxx:921)
  2787. ==18912== by 0x57FA3C3: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:964)
  2788. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2789. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2790. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2791. ==18912==
  2792. {
  2793. <insert_a_suppression_name_here>
  2794. Memcheck:Cond
  2795. fun:TObject
  2796. fun:TConfiguredAction
  2797. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  2798. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2799. fun:_ZN13TStreamerInfo7CompileEv
  2800. fun:_ZN13TStreamerInfo5BuildEv
  2801. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2802. fun:_ZN11TDataMember8StreamerER7TBuffer
  2803. fun:Streamer
  2804. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2805. fun:_ZN22TGenCollectionStreamer11ReadObjectsEiR7TBufferPK6TClass
  2806. fun:_ZN22TGenCollectionStreamer17ReadBufferGenericER7TBufferPvPK6TClass
  2807. fun:Streamer
  2808. fun:_ZN11TBufferFile13ReadFastArrayEPvPK6TClassiP15TMemberStreamerS3_
  2809. fun:ReadSTLObjectWiseFastArray
  2810. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2811. fun:operator()
  2812. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2813. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2814. }
  2815. ==18912== Conditional jump or move depends on uninitialised value(s)
  2816. ==18912== at 0x57A6038: TObject (TObject.h:217)
  2817. ==18912== by 0x57A6038: TConfiguredAction (TStreamerInfoActions.h:99)
  2818. ==18912== by 0x57A6038: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2356)
  2819. ==18912== by 0x57A6038: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  2820. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  2821. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  2822. ==18912== by 0x570A129: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3915)
  2823. ==18912== by 0x52F5B8C: TDataMember::Streamer(TBuffer&) (TDataMember.cxx:930)
  2824. ==18912== by 0x5710E43: Streamer (TClass.h:537)
  2825. ==18912== by 0x5710E43: TBufferFile::ReadObjectAny(TClass const*) (TBufferFile.cxx:2539)
  2826. ==18912== by 0x5765500: TGenCollectionStreamer::ReadObjects(int, TBuffer&, TClass const*) (TGenCollectionStreamer.cxx:395)
  2827. ==18912== by 0x5766146: TGenCollectionStreamer::ReadBufferGeneric(TBuffer&, void*, TClass const*) (TGenCollectionStreamer.cxx:1367)
  2828. ==18912== by 0x570A76B: Streamer (TClass.h:537)
  2829. ==18912== by 0x570A76B: TBufferFile::ReadFastArray(void*, TClass const*, int, TMemberStreamer*, TClass const*) (TBufferFile.cxx:1677)
  2830. ==18912== by 0x57FA3C3: ReadSTLObjectWiseFastArray (TStreamerInfoActions.cxx:921)
  2831. ==18912== by 0x57FA3C3: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:964)
  2832. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  2833. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  2834. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  2835. ==18912==
  2836. {
  2837. <insert_a_suppression_name_here>
  2838. Memcheck:Cond
  2839. fun:TObject
  2840. fun:TConfiguredAction
  2841. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  2842. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  2843. fun:_ZN13TStreamerInfo7CompileEv
  2844. fun:_ZN13TStreamerInfo5BuildEv
  2845. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2846. fun:_ZN11TDataMember8StreamerER7TBuffer
  2847. fun:Streamer
  2848. fun:_ZN11TBufferFile13ReadObjectAnyEPK6TClass
  2849. fun:_ZN22TGenCollectionStreamer11ReadObjectsEiR7TBufferPK6TClass
  2850. fun:_ZN22TGenCollectionStreamer17ReadBufferGenericER7TBufferPvPK6TClass
  2851. fun:Streamer
  2852. fun:_ZN11TBufferFile13ReadFastArrayEPvPK6TClassiP15TMemberStreamerS3_
  2853. fun:ReadSTLObjectWiseFastArray
  2854. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  2855. fun:operator()
  2856. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  2857. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  2858. }
  2859. ==18912== Conditional jump or move depends on uninitialised value(s)
  2860. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  2861. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  2862. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  2863. ==18912== by 0x52B45DB: TList (TList.h:68)
  2864. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  2865. ==18912== by 0x52B1522: THashList::Delete(char const*) (THashList.cxx:191)
  2866. ==18912== by 0x57344FF: TDirectoryFile::Close(char const*) (TDirectoryFile.cxx:557)
  2867. ==18912== by 0x574C27B: TFile::Close(char const*) (TFile.cxx:941)
  2868. ==18912== by 0x574C680: TFile::~TFile() (TFile.cxx:546)
  2869. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  2870. ==18912== by 0x8AE00DB: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1448)
  2871. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  2872. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  2873. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  2874. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  2875. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  2876. ==18912==
  2877. {
  2878. <insert_a_suppression_name_here>
  2879. Memcheck:Cond
  2880. fun:TObject
  2881. fun:TCollection
  2882. fun:TSeqCollection
  2883. fun:TList
  2884. fun:_ZN5TList6DeleteEPKc
  2885. fun:_ZN9THashList6DeleteEPKc
  2886. fun:_ZN14TDirectoryFile5CloseEPKc
  2887. fun:_ZN5TFile5CloseEPKc
  2888. fun:_ZN5TFileD1Ev
  2889. fun:_ZN5TFileD0Ev
  2890. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  2891. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  2892. fun:_ZN5TROOT15InitInterpreterEv
  2893. fun:_ZN4ROOT8Internal8GetROOT2Ev
  2894. fun:_ZN4TEnv8GetvalueEPKc
  2895. fun:_ZN4TEnv8GetValueEPKcS1_
  2896. }
  2897. ==18912== Conditional jump or move depends on uninitialised value(s)
  2898. ==18912== at 0x52B1568: TObject (TObject.h:217)
  2899. ==18912== by 0x52B1568: TCollection (TCollection.h:140)
  2900. ==18912== by 0x52B1568: TSeqCollection (TSeqCollection.h:33)
  2901. ==18912== by 0x52B1568: TList (TList.h:68)
  2902. ==18912== by 0x52B1568: THashList::Delete(char const*) (THashList.cxx:193)
  2903. ==18912== by 0x573452A: TDirectoryFile::Close(char const*) (TDirectoryFile.cxx:563)
  2904. ==18912== by 0x574C27B: TFile::Close(char const*) (TFile.cxx:941)
  2905. ==18912== by 0x574C680: TFile::~TFile() (TFile.cxx:546)
  2906. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  2907. ==18912== by 0x8AE00DB: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1448)
  2908. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  2909. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  2910. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  2911. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  2912. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  2913. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  2914. ==18912==
  2915. {
  2916. <insert_a_suppression_name_here>
  2917. Memcheck:Cond
  2918. fun:TObject
  2919. fun:TCollection
  2920. fun:TSeqCollection
  2921. fun:TList
  2922. fun:_ZN9THashList6DeleteEPKc
  2923. fun:_ZN14TDirectoryFile5CloseEPKc
  2924. fun:_ZN5TFile5CloseEPKc
  2925. fun:_ZN5TFileD1Ev
  2926. fun:_ZN5TFileD0Ev
  2927. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  2928. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  2929. fun:_ZN5TROOT15InitInterpreterEv
  2930. fun:_ZN4ROOT8Internal8GetROOT2Ev
  2931. fun:_ZN4TEnv8GetvalueEPKc
  2932. fun:_ZN4TEnv8GetValueEPKcS1_
  2933. fun:_ZN4TUrl19GetSpecialProtocolsEv
  2934. }
  2935. ==18912== Conditional jump or move depends on uninitialised value(s)
  2936. ==18912== at 0x574C39F: TObject (TObject.h:217)
  2937. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  2938. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  2939. ==18912== by 0x574C39F: TList (TList.h:68)
  2940. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  2941. ==18912== by 0x574C680: TFile::~TFile() (TFile.cxx:546)
  2942. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  2943. ==18912== by 0x8AE00DB: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1448)
  2944. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  2945. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  2946. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  2947. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  2948. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  2949. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  2950. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  2951. ==18912== by 0x5297673: TUrl::TUrl(char const*, bool) (TUrl.cxx:78)
  2952. ==18912==
  2953. {
  2954. <insert_a_suppression_name_here>
  2955. Memcheck:Cond
  2956. fun:TObject
  2957. fun:TCollection
  2958. fun:TSeqCollection
  2959. fun:TList
  2960. fun:_ZN5TFile5CloseEPKc
  2961. fun:_ZN5TFileD1Ev
  2962. fun:_ZN5TFileD0Ev
  2963. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  2964. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  2965. fun:_ZN5TROOT15InitInterpreterEv
  2966. fun:_ZN4ROOT8Internal8GetROOT2Ev
  2967. fun:_ZN4TEnv8GetvalueEPKc
  2968. fun:_ZN4TEnv8GetValueEPKcS1_
  2969. fun:_ZN4TUrl19GetSpecialProtocolsEv
  2970. fun:_ZN4TUrl6SetUrlEPKcb
  2971. fun:_ZN4TUrlC1EPKcb
  2972. }
  2973. ==18912== Conditional jump or move depends on uninitialised value(s)
  2974. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  2975. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  2976. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  2977. ==18912== by 0x52B45DB: TList (TList.h:68)
  2978. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  2979. ==18912== by 0x574C4BE: TFile::Close(char const*) (TFile.cxx:985)
  2980. ==18912== by 0x574C680: TFile::~TFile() (TFile.cxx:546)
  2981. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  2982. ==18912== by 0x8AE00DB: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1448)
  2983. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  2984. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  2985. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  2986. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  2987. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  2988. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  2989. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  2990. ==18912==
  2991. {
  2992. <insert_a_suppression_name_here>
  2993. Memcheck:Cond
  2994. fun:TObject
  2995. fun:TCollection
  2996. fun:TSeqCollection
  2997. fun:TList
  2998. fun:_ZN5TList6DeleteEPKc
  2999. fun:_ZN5TFile5CloseEPKc
  3000. fun:_ZN5TFileD1Ev
  3001. fun:_ZN5TFileD0Ev
  3002. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  3003. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  3004. fun:_ZN5TROOT15InitInterpreterEv
  3005. fun:_ZN4ROOT8Internal8GetROOT2Ev
  3006. fun:_ZN4TEnv8GetvalueEPKc
  3007. fun:_ZN4TEnv8GetValueEPKcS1_
  3008. fun:_ZN4TUrl19GetSpecialProtocolsEv
  3009. fun:_ZN4TUrl6SetUrlEPKcb
  3010. }
  3011. ==18912== Conditional jump or move depends on uninitialised value(s)
  3012. ==18912== at 0x52B1568: TObject (TObject.h:217)
  3013. ==18912== by 0x52B1568: TCollection (TCollection.h:140)
  3014. ==18912== by 0x52B1568: TSeqCollection (TSeqCollection.h:33)
  3015. ==18912== by 0x52B1568: TList (TList.h:68)
  3016. ==18912== by 0x52B1568: THashList::Delete(char const*) (THashList.cxx:193)
  3017. ==18912== by 0x57387AA: TDirectoryFile::~TDirectoryFile() (TDirectoryFile.cxx:182)
  3018. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  3019. ==18912== by 0x8AE00DB: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1448)
  3020. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  3021. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  3022. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  3023. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  3024. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  3025. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  3026. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  3027. ==18912== by 0x5297673: TUrl::TUrl(char const*, bool) (TUrl.cxx:78)
  3028. ==18912==
  3029. {
  3030. <insert_a_suppression_name_here>
  3031. Memcheck:Cond
  3032. fun:TObject
  3033. fun:TCollection
  3034. fun:TSeqCollection
  3035. fun:TList
  3036. fun:_ZN9THashList6DeleteEPKc
  3037. fun:_ZN14TDirectoryFileD1Ev
  3038. fun:_ZN5TFileD0Ev
  3039. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  3040. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  3041. fun:_ZN5TROOT15InitInterpreterEv
  3042. fun:_ZN4ROOT8Internal8GetROOT2Ev
  3043. fun:_ZN4TEnv8GetvalueEPKc
  3044. fun:_ZN4TEnv8GetValueEPKcS1_
  3045. fun:_ZN4TUrl19GetSpecialProtocolsEv
  3046. fun:_ZN4TUrl6SetUrlEPKcb
  3047. fun:_ZN4TUrlC1EPKcb
  3048. }
  3049. ==18912== Conditional jump or move depends on uninitialised value(s)
  3050. ==18912== at 0x52B1568: TObject (TObject.h:217)
  3051. ==18912== by 0x52B1568: TCollection (TCollection.h:140)
  3052. ==18912== by 0x52B1568: TSeqCollection (TSeqCollection.h:33)
  3053. ==18912== by 0x52B1568: TList (TList.h:68)
  3054. ==18912== by 0x52B1568: THashList::Delete(char const*) (THashList.cxx:193)
  3055. ==18912== by 0x57387E5: TDirectoryFile::~TDirectoryFile() (TDirectoryFile.cxx:196)
  3056. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  3057. ==18912== by 0x8AE00DB: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1448)
  3058. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  3059. ==18912== by 0x51A5024: TROOT::InitInterpreter() (TROOT.cxx:1997)
  3060. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  3061. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  3062. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  3063. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  3064. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  3065. ==18912== by 0x5297673: TUrl::TUrl(char const*, bool) (TUrl.cxx:78)
  3066. ==18912==
  3067. {
  3068. <insert_a_suppression_name_here>
  3069. Memcheck:Cond
  3070. fun:TObject
  3071. fun:TCollection
  3072. fun:TSeqCollection
  3073. fun:TList
  3074. fun:_ZN9THashList6DeleteEPKc
  3075. fun:_ZN14TDirectoryFileD1Ev
  3076. fun:_ZN5TFileD0Ev
  3077. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  3078. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  3079. fun:_ZN5TROOT15InitInterpreterEv
  3080. fun:_ZN4ROOT8Internal8GetROOT2Ev
  3081. fun:_ZN4TEnv8GetvalueEPKc
  3082. fun:_ZN4TEnv8GetValueEPKcS1_
  3083. fun:_ZN4TUrl19GetSpecialProtocolsEv
  3084. fun:_ZN4TUrl6SetUrlEPKcb
  3085. fun:_ZN4TUrlC1EPKcb
  3086. }
  3087. ==18912== Conditional jump or move depends on uninitialised value(s)
  3088. ==18912== at 0x530EFBF: TObject (TObject.h:217)
  3089. ==18912== by 0x530EFBF: TObjString (TObjString.h:34)
  3090. ==18912== by 0x530EFBF: ROOT::TSchemaRule::ProcessList(TObjArray*, TString const&) (TSchemaRule.cxx:939)
  3091. ==18912== by 0x530FDF5: ROOT::TSchemaRule::SetFromRule(char const*) (TSchemaRule.cxx:353)
  3092. ==18912== by 0x52E94F0: TClass::AddRule(char const*) (TClass.cxx:1805)
  3093. ==18912== by 0x52E9773: (anonymous namespace)::ReadRulesContent(_IO_FILE*) (TClass.cxx:1683)
  3094. ==18912== by 0x52E99A6: TClass::ReadRules() (TClass.cxx:1742)
  3095. ==18912== by 0x51A5110: TROOT::InitInterpreter() (TROOT.cxx:2006)
  3096. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  3097. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  3098. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  3099. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  3100. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  3101. ==18912== by 0x5297673: TUrl::TUrl(char const*, bool) (TUrl.cxx:78)
  3102. ==18912==
  3103. {
  3104. <insert_a_suppression_name_here>
  3105. Memcheck:Cond
  3106. fun:TObject
  3107. fun:TObjString
  3108. fun:_ZN4ROOT11TSchemaRule11ProcessListEP9TObjArrayRK7TString
  3109. fun:_ZN4ROOT11TSchemaRule11SetFromRuleEPKc
  3110. fun:_ZN6TClass7AddRuleEPKc
  3111. fun:_ZN12_GLOBAL__N_116ReadRulesContentEP8_IO_FILE
  3112. fun:_ZN6TClass9ReadRulesEv
  3113. fun:_ZN5TROOT15InitInterpreterEv
  3114. fun:_ZN4ROOT8Internal8GetROOT2Ev
  3115. fun:_ZN4TEnv8GetvalueEPKc
  3116. fun:_ZN4TEnv8GetValueEPKcS1_
  3117. fun:_ZN4TUrl19GetSpecialProtocolsEv
  3118. fun:_ZN4TUrl6SetUrlEPKcb
  3119. fun:_ZN4TUrlC1EPKcb
  3120. }
  3121. ==18912== Conditional jump or move depends on uninitialised value(s)
  3122. ==18912== at 0x5297597: TObject (TObject.h:217)
  3123. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  3124. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  3125. ==18912== by 0x53347FA: TUnixSystem::OpenDirectory(char const*) (TUnixSystem.cxx:1361)
  3126. ==18912== by 0x8AE9596: TCling::LoadLibraryMap(char const*) (TCling.cxx:4840)
  3127. ==18912== by 0x8AC66CE: TCling::EnableAutoLoading() (TCling.cxx:2539)
  3128. ==18912== by 0x51A5120: TROOT::InitInterpreter() (TROOT.cxx:2009)
  3129. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  3130. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  3131. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  3132. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  3133. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  3134. ==18912== by 0x5297673: TUrl::TUrl(char const*, bool) (TUrl.cxx:78)
  3135. ==18912==
  3136. {
  3137. <insert_a_suppression_name_here>
  3138. Memcheck:Cond
  3139. fun:TObject
  3140. fun:_ZN4TUrlC1EPKcb
  3141. fun:_ZN7TSystem10FindHelperEPKcPv
  3142. fun:_ZN11TUnixSystem13OpenDirectoryEPKc
  3143. fun:_ZN6TCling14LoadLibraryMapEPKc
  3144. fun:_ZN6TCling17EnableAutoLoadingEv
  3145. fun:_ZN5TROOT15InitInterpreterEv
  3146. fun:_ZN4ROOT8Internal8GetROOT2Ev
  3147. fun:_ZN4TEnv8GetvalueEPKc
  3148. fun:_ZN4TEnv8GetValueEPKcS1_
  3149. fun:_ZN4TUrl19GetSpecialProtocolsEv
  3150. fun:_ZN4TUrl6SetUrlEPKcb
  3151. fun:_ZN4TUrlC1EPKcb
  3152. }
  3153. ==18912== Conditional jump or move depends on uninitialised value(s)
  3154. ==18912== at 0x5297597: TObject (TObject.h:217)
  3155. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  3156. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  3157. ==18912== by 0x532E013: TUnixSystem::AccessPathName(char const*, EAccessMode) (TUnixSystem.cxx:1542)
  3158. ==18912== by 0x8AE96B9: TCling::LoadLibraryMap(char const*) (TCling.cxx:4851)
  3159. ==18912== by 0x8AC66CE: TCling::EnableAutoLoading() (TCling.cxx:2539)
  3160. ==18912== by 0x51A5120: TROOT::InitInterpreter() (TROOT.cxx:2009)
  3161. ==18912== by 0x51A53C5: ROOT::Internal::GetROOT2() (TROOT.cxx:364)
  3162. ==18912== by 0x523A49A: TEnv::Getvalue(char const*) (TEnv.cxx:445)
  3163. ==18912== by 0x523A9A8: TEnv::GetValue(char const*, char const*) (TEnv.cxx:528)
  3164. ==18912== by 0x5296A15: TUrl::GetSpecialProtocols() (TUrl.cxx:594)
  3165. ==18912== by 0x529702B: TUrl::SetUrl(char const*, bool) (TUrl.cxx:144)
  3166. ==18912== by 0x5297673: TUrl::TUrl(char const*, bool) (TUrl.cxx:78)
  3167. ==18912==
  3168. {
  3169. <insert_a_suppression_name_here>
  3170. Memcheck:Cond
  3171. fun:TObject
  3172. fun:_ZN4TUrlC1EPKcb
  3173. fun:_ZN7TSystem10FindHelperEPKcPv
  3174. fun:_ZN11TUnixSystem14AccessPathNameEPKc11EAccessMode
  3175. fun:_ZN6TCling14LoadLibraryMapEPKc
  3176. fun:_ZN6TCling17EnableAutoLoadingEv
  3177. fun:_ZN5TROOT15InitInterpreterEv
  3178. fun:_ZN4ROOT8Internal8GetROOT2Ev
  3179. fun:_ZN4TEnv8GetvalueEPKc
  3180. fun:_ZN4TEnv8GetValueEPKcS1_
  3181. fun:_ZN4TUrl19GetSpecialProtocolsEv
  3182. fun:_ZN4TUrl6SetUrlEPKcb
  3183. fun:_ZN4TUrlC1EPKcb
  3184. }
  3185. ==18912== Conditional jump or move depends on uninitialised value(s)
  3186. ==18912== at 0x5297597: TObject (TObject.h:217)
  3187. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  3188. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  3189. ==18912== by 0x532E013: TUnixSystem::AccessPathName(char const*, EAccessMode) (TUnixSystem.cxx:1542)
  3190. ==18912== by 0x574BE60: TFile::TFile(char const*, char const*, char const*, int) (TFile.cxx:458)
  3191. ==18912== by 0x5DFB00: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3192. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3193. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3194. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3195. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3196. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3197. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3198. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3199. ==18912==
  3200. {
  3201. <insert_a_suppression_name_here>
  3202. Memcheck:Cond
  3203. fun:TObject
  3204. fun:_ZN4TUrlC1EPKcb
  3205. fun:_ZN7TSystem10FindHelperEPKcPv
  3206. fun:_ZN11TUnixSystem14AccessPathNameEPKc11EAccessMode
  3207. fun:_ZN5TFileC1EPKcS1_S1_i
  3208. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3209. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3210. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3211. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3212. fun:_ZN7testing4Test3RunEv
  3213. fun:_ZN7testing8TestInfo3RunEv
  3214. fun:_ZN7testing8TestCase3RunEv
  3215. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  3216. }
  3217. ==18912== Conditional jump or move depends on uninitialised value(s)
  3218. ==18912== at 0x5297597: TObject (TObject.h:217)
  3219. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  3220. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  3221. ==18912== by 0x532E013: TUnixSystem::AccessPathName(char const*, EAccessMode) (TUnixSystem.cxx:1542)
  3222. ==18912== by 0x574BEA8: TFile::TFile(char const*, char const*, char const*, int) (TFile.cxx:469)
  3223. ==18912== by 0x5DFB00: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3224. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3225. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3226. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3227. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3228. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3229. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3230. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3231. ==18912==
  3232. {
  3233. <insert_a_suppression_name_here>
  3234. Memcheck:Cond
  3235. fun:TObject
  3236. fun:_ZN4TUrlC1EPKcb
  3237. fun:_ZN7TSystem10FindHelperEPKcPv
  3238. fun:_ZN11TUnixSystem14AccessPathNameEPKc11EAccessMode
  3239. fun:_ZN5TFileC1EPKcS1_S1_i
  3240. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3241. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3242. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3243. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3244. fun:_ZN7testing4Test3RunEv
  3245. fun:_ZN7testing8TestInfo3RunEv
  3246. fun:_ZN7testing8TestCase3RunEv
  3247. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  3248. }
  3249. ==18912== Conditional jump or move depends on uninitialised value(s)
  3250. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  3251. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  3252. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  3253. ==18912== by 0x52B45DB: TList (TList.h:68)
  3254. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  3255. ==18912== by 0x52B1522: THashList::Delete(char const*) (THashList.cxx:191)
  3256. ==18912== by 0x52FFCAD: TListOfEnums::~TListOfEnums() (TListOfEnums.cxx:47)
  3257. ==18912== by 0x52FFCF8: TListOfEnums::~TListOfEnums() (TListOfEnums.cxx:51)
  3258. ==18912== by 0x5307E68: TProtoClass::FillTClass(TClass*) (TProtoClass.cxx:295)
  3259. ==18912== by 0x52E61B4: TClass::Init(char const*, short, std::type_info const*, TVirtualIsAProxy*, char const*, char const*, int, int, ClassInfo_t*, bool) (TClass.cxx:1436)
  3260. ==18912== by 0x52EF607: TClass::TClass(char const*, short, std::type_info const&, TVirtualIsAProxy*, char const*, char const*, int, int, bool) (TClass.cxx:1290)
  3261. ==18912== by 0x52EFB0A: ROOT::CreateClass(char const*, short, std::type_info const&, TVirtualIsAProxy*, char const*, char const*, int, int) (TClass.cxx:5513)
  3262. ==18912== by 0x52FC521: CreateClass (Rtypes.h:173)
  3263. ==18912== by 0x52FC521: ROOT::TGenericClassInfo::GetClass() (TGenericClassInfo.cxx:248)
  3264. ==18912== by 0x64BE1B: ROOT::bdmcLcLSoaSimulationObjectlEbdmcLcLSoagR_Dictionary() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3265. ==18912== by 0x52E762B: TClass::GetClass(char const*, bool, bool) (TClass.cxx:2932)
  3266. ==18912== by 0x5307C04: TProtoClass::FillTClass(TClass*) (TProtoClass.cxx:250)
  3267. ==18912==
  3268. {
  3269. <insert_a_suppression_name_here>
  3270. Memcheck:Cond
  3271. fun:TObject
  3272. fun:TCollection
  3273. fun:TSeqCollection
  3274. fun:TList
  3275. fun:_ZN5TList6DeleteEPKc
  3276. fun:_ZN9THashList6DeleteEPKc
  3277. fun:_ZN12TListOfEnumsD1Ev
  3278. fun:_ZN12TListOfEnumsD0Ev
  3279. fun:_ZN11TProtoClass10FillTClassEP6TClass
  3280. fun:_ZN6TClass4InitEPKcsPKSt9type_infoP16TVirtualIsAProxyS1_S1_iiP11ClassInfo_tb
  3281. fun:_ZN6TClassC1EPKcsRKSt9type_infoP16TVirtualIsAProxyS1_S1_iib
  3282. fun:_ZN4ROOT11CreateClassEPKcsRKSt9type_infoP16TVirtualIsAProxyS1_S1_ii
  3283. fun:CreateClass
  3284. fun:_ZN4ROOT17TGenericClassInfo8GetClassEv
  3285. fun:_ZN4ROOTL51bdmcLcLSoaSimulationObjectlEbdmcLcLSoagR_DictionaryEv
  3286. fun:_ZN6TClass8GetClassEPKcbb
  3287. fun:_ZN11TProtoClass10FillTClassEP6TClass
  3288. }
  3289. ==18912== Conditional jump or move depends on uninitialised value(s)
  3290. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  3291. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  3292. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  3293. ==18912== by 0x52B45DB: TList (TList.h:68)
  3294. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  3295. ==18912== by 0x52B1522: THashList::Delete(char const*) (THashList.cxx:191)
  3296. ==18912== by 0x52FFCCD: TListOfEnums::~TListOfEnums() (TListOfEnums.cxx:49)
  3297. ==18912== by 0x52FFCF8: TListOfEnums::~TListOfEnums() (TListOfEnums.cxx:51)
  3298. ==18912== by 0x5307E68: TProtoClass::FillTClass(TClass*) (TProtoClass.cxx:295)
  3299. ==18912== by 0x52E61B4: TClass::Init(char const*, short, std::type_info const*, TVirtualIsAProxy*, char const*, char const*, int, int, ClassInfo_t*, bool) (TClass.cxx:1436)
  3300. ==18912== by 0x52EF607: TClass::TClass(char const*, short, std::type_info const&, TVirtualIsAProxy*, char const*, char const*, int, int, bool) (TClass.cxx:1290)
  3301. ==18912== by 0x52EFB0A: ROOT::CreateClass(char const*, short, std::type_info const&, TVirtualIsAProxy*, char const*, char const*, int, int) (TClass.cxx:5513)
  3302. ==18912== by 0x52FC521: CreateClass (Rtypes.h:173)
  3303. ==18912== by 0x52FC521: ROOT::TGenericClassInfo::GetClass() (TGenericClassInfo.cxx:248)
  3304. ==18912== by 0x64BE1B: ROOT::bdmcLcLSoaSimulationObjectlEbdmcLcLSoagR_Dictionary() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3305. ==18912== by 0x52E762B: TClass::GetClass(char const*, bool, bool) (TClass.cxx:2932)
  3306. ==18912== by 0x5307C04: TProtoClass::FillTClass(TClass*) (TProtoClass.cxx:250)
  3307. ==18912==
  3308. {
  3309. <insert_a_suppression_name_here>
  3310. Memcheck:Cond
  3311. fun:TObject
  3312. fun:TCollection
  3313. fun:TSeqCollection
  3314. fun:TList
  3315. fun:_ZN5TList6DeleteEPKc
  3316. fun:_ZN9THashList6DeleteEPKc
  3317. fun:_ZN12TListOfEnumsD1Ev
  3318. fun:_ZN12TListOfEnumsD0Ev
  3319. fun:_ZN11TProtoClass10FillTClassEP6TClass
  3320. fun:_ZN6TClass4InitEPKcsPKSt9type_infoP16TVirtualIsAProxyS1_S1_iiP11ClassInfo_tb
  3321. fun:_ZN6TClassC1EPKcsRKSt9type_infoP16TVirtualIsAProxyS1_S1_iib
  3322. fun:_ZN4ROOT11CreateClassEPKcsRKSt9type_infoP16TVirtualIsAProxyS1_S1_ii
  3323. fun:CreateClass
  3324. fun:_ZN4ROOT17TGenericClassInfo8GetClassEv
  3325. fun:_ZN4ROOTL51bdmcLcLSoaSimulationObjectlEbdmcLcLSoagR_DictionaryEv
  3326. fun:_ZN6TClass8GetClassEPKcbb
  3327. fun:_ZN11TProtoClass10FillTClassEP6TClass
  3328. }
  3329. ==18912== Conditional jump or move depends on uninitialised value(s)
  3330. ==18912== at 0x58015F2: TObject (TObject.h:217)
  3331. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  3332. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  3333. ==18912== by 0x57AB5F3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2748)
  3334. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  3335. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3336. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3337. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3338. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3339. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3340. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3341. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3342. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3343. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3344. ==18912==
  3345. {
  3346. <insert_a_suppression_name_here>
  3347. Memcheck:Cond
  3348. fun:TObject
  3349. fun:TConfiguredAction
  3350. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  3351. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3352. fun:_ZN13TStreamerInfo7CompileEv
  3353. fun:_ZN13TStreamerInfo5BuildEv
  3354. fun:_ZNK6TClass15GetStreamerInfoEi
  3355. fun:_ZN13TStreamerBase13InitStreamingEv
  3356. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3357. fun:_ZN13TStreamerInfo5BuildEv
  3358. fun:_ZNK6TClass15GetStreamerInfoEi
  3359. fun:_ZN13TStreamerBase13InitStreamingEv
  3360. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3361. fun:_ZN13TStreamerInfo5BuildEv
  3362. }
  3363. ==18912== Conditional jump or move depends on uninitialised value(s)
  3364. ==18912== at 0x57AFC0E: TObject (TObject.h:217)
  3365. ==18912== by 0x57AFC0E: TConfiguredAction (TStreamerInfoActions.h:103)
  3366. ==18912== by 0x57AFC0E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3367. ==18912== by 0x57AFC0E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3002)
  3368. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  3369. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3370. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3371. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3372. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3373. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3374. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3375. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3376. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3377. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3378. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3379. ==18912==
  3380. {
  3381. <insert_a_suppression_name_here>
  3382. Memcheck:Cond
  3383. fun:TObject
  3384. fun:TConfiguredAction
  3385. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3386. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3387. fun:_ZN13TStreamerInfo7CompileEv
  3388. fun:_ZN13TStreamerInfo5BuildEv
  3389. fun:_ZNK6TClass15GetStreamerInfoEi
  3390. fun:_ZN13TStreamerBase13InitStreamingEv
  3391. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3392. fun:_ZN13TStreamerInfo5BuildEv
  3393. fun:_ZNK6TClass15GetStreamerInfoEi
  3394. fun:_ZN13TStreamerBase13InitStreamingEv
  3395. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3396. fun:_ZN13TStreamerInfo5BuildEv
  3397. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3398. }
  3399. ==18912== Conditional jump or move depends on uninitialised value(s)
  3400. ==18912== at 0x58015F2: TObject (TObject.h:217)
  3401. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  3402. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  3403. ==18912== by 0x57AB5F3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2748)
  3404. ==18912== by 0x57B29C8: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2686)
  3405. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3406. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3407. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3408. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3409. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3410. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3411. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3412. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3413. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3414. ==18912==
  3415. {
  3416. <insert_a_suppression_name_here>
  3417. Memcheck:Cond
  3418. fun:TObject
  3419. fun:TConfiguredAction
  3420. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  3421. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3422. fun:_ZN13TStreamerInfo7CompileEv
  3423. fun:_ZN13TStreamerInfo5BuildEv
  3424. fun:_ZNK6TClass15GetStreamerInfoEi
  3425. fun:_ZN13TStreamerBase13InitStreamingEv
  3426. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3427. fun:_ZN13TStreamerInfo5BuildEv
  3428. fun:_ZNK6TClass15GetStreamerInfoEi
  3429. fun:_ZN13TStreamerBase13InitStreamingEv
  3430. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3431. fun:_ZN13TStreamerInfo5BuildEv
  3432. }
  3433. ==18912== Conditional jump or move depends on uninitialised value(s)
  3434. ==18912== at 0x57AFC0E: TObject (TObject.h:217)
  3435. ==18912== by 0x57AFC0E: TConfiguredAction (TStreamerInfoActions.h:103)
  3436. ==18912== by 0x57AFC0E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3437. ==18912== by 0x57AFC0E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3002)
  3438. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  3439. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3440. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3441. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3442. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3443. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3444. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3445. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3446. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3447. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3448. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3449. ==18912==
  3450. {
  3451. <insert_a_suppression_name_here>
  3452. Memcheck:Cond
  3453. fun:TObject
  3454. fun:TConfiguredAction
  3455. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3456. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3457. fun:_ZN13TStreamerInfo7CompileEv
  3458. fun:_ZN13TStreamerInfo5BuildEv
  3459. fun:_ZNK6TClass15GetStreamerInfoEi
  3460. fun:_ZN13TStreamerBase13InitStreamingEv
  3461. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3462. fun:_ZN13TStreamerInfo5BuildEv
  3463. fun:_ZNK6TClass15GetStreamerInfoEi
  3464. fun:_ZN13TStreamerBase13InitStreamingEv
  3465. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3466. fun:_ZN13TStreamerInfo5BuildEv
  3467. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3468. }
  3469. ==18912== Conditional jump or move depends on uninitialised value(s)
  3470. ==18912== at 0x57A71B1: TObject (TObject.h:217)
  3471. ==18912== by 0x57A71B1: TConfiguredAction (TStreamerInfoActions.h:99)
  3472. ==18912== by 0x57A71B1: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2326)
  3473. ==18912== by 0x57A71B1: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  3474. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  3475. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3476. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3477. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3478. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3479. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3480. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3481. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3482. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3483. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3484. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3485. ==18912==
  3486. {
  3487. <insert_a_suppression_name_here>
  3488. Memcheck:Cond
  3489. fun:TObject
  3490. fun:TConfiguredAction
  3491. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  3492. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3493. fun:_ZN13TStreamerInfo7CompileEv
  3494. fun:_ZN13TStreamerInfo5BuildEv
  3495. fun:_ZNK6TClass15GetStreamerInfoEi
  3496. fun:_ZN13TStreamerBase13InitStreamingEv
  3497. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3498. fun:_ZN13TStreamerInfo5BuildEv
  3499. fun:_ZNK6TClass15GetStreamerInfoEi
  3500. fun:_ZN13TStreamerBase13InitStreamingEv
  3501. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3502. fun:_ZN13TStreamerInfo5BuildEv
  3503. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3504. }
  3505. ==18912== Conditional jump or move depends on uninitialised value(s)
  3506. ==18912== at 0x57B11B3: TObject (TObject.h:217)
  3507. ==18912== by 0x57B11B3: TConfiguredAction (TStreamerInfoActions.h:103)
  3508. ==18912== by 0x57B11B3: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3509. ==18912== by 0x57B11B3: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3111)
  3510. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  3511. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3512. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3513. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3514. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3515. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3516. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3517. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3518. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3519. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3520. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3521. ==18912==
  3522. {
  3523. <insert_a_suppression_name_here>
  3524. Memcheck:Cond
  3525. fun:TObject
  3526. fun:TConfiguredAction
  3527. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3528. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3529. fun:_ZN13TStreamerInfo7CompileEv
  3530. fun:_ZN13TStreamerInfo5BuildEv
  3531. fun:_ZNK6TClass15GetStreamerInfoEi
  3532. fun:_ZN13TStreamerBase13InitStreamingEv
  3533. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3534. fun:_ZN13TStreamerInfo5BuildEv
  3535. fun:_ZNK6TClass15GetStreamerInfoEi
  3536. fun:_ZN13TStreamerBase13InitStreamingEv
  3537. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3538. fun:_ZN13TStreamerInfo5BuildEv
  3539. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3540. }
  3541. ==18912== Conditional jump or move depends on uninitialised value(s)
  3542. ==18912== at 0x57A66D0: TObject (TObject.h:217)
  3543. ==18912== by 0x57A66D0: TConfiguredAction (TStreamerInfoActions.h:99)
  3544. ==18912== by 0x57A66D0: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2360)
  3545. ==18912== by 0x57A66D0: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  3546. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  3547. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3548. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3549. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3550. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3551. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3552. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  3553. ==18912== by 0x5315EBD: TStreamerBase::InitStreaming() (TStreamerElement.cxx:697)
  3554. ==18912== by 0x5316055: TStreamerBase::TStreamerBase(char const*, char const*, int) (TStreamerElement.cxx:637)
  3555. ==18912== by 0x57943C3: TStreamerInfo::Build() (TStreamerInfo.cxx:338)
  3556. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3557. ==18912==
  3558. {
  3559. <insert_a_suppression_name_here>
  3560. Memcheck:Cond
  3561. fun:TObject
  3562. fun:TConfiguredAction
  3563. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  3564. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3565. fun:_ZN13TStreamerInfo7CompileEv
  3566. fun:_ZN13TStreamerInfo5BuildEv
  3567. fun:_ZNK6TClass15GetStreamerInfoEi
  3568. fun:_ZN13TStreamerBase13InitStreamingEv
  3569. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3570. fun:_ZN13TStreamerInfo5BuildEv
  3571. fun:_ZNK6TClass15GetStreamerInfoEi
  3572. fun:_ZN13TStreamerBase13InitStreamingEv
  3573. fun:_ZN13TStreamerBaseC1EPKcS1_i
  3574. fun:_ZN13TStreamerInfo5BuildEv
  3575. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3576. }
  3577. ==18912== Conditional jump or move depends on uninitialised value(s)
  3578. ==18912== at 0x57AFF0F: TObject (TObject.h:217)
  3579. ==18912== by 0x57AFF0F: TConfiguredAction (TStreamerInfoActions.h:103)
  3580. ==18912== by 0x57AFF0F: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3581. ==18912== by 0x57AFF0F: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3070)
  3582. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  3583. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3584. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3585. ==18912== by 0x5773602: Streamer (TClass.h:537)
  3586. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  3587. ==18912== by 0x573F390: TFile::CreateKey(TDirectory*, void const*, TClass const*, char const*, int) (TFile.cxx:1010)
  3588. ==18912== by 0x57384C9: TDirectoryFile::WriteObjectAny(void const*, TClass const*, char const*, char const*, int) (TDirectoryFile.cxx:2020)
  3589. ==18912== by 0x5E4C45: int TDirectory::WriteObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > const*, char const*, char const*, int) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3590. ==18912== by 0x5DFB23: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3591. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3592. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3593. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3594. ==18912==
  3595. {
  3596. <insert_a_suppression_name_here>
  3597. Memcheck:Cond
  3598. fun:TObject
  3599. fun:TConfiguredAction
  3600. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3601. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3602. fun:_ZN13TStreamerInfo7CompileEv
  3603. fun:_ZN13TStreamerInfo5BuildEv
  3604. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3605. fun:Streamer
  3606. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  3607. fun:_ZN5TFile9CreateKeyEP10TDirectoryPKvPK6TClassPKci
  3608. fun:_ZN14TDirectoryFile14WriteObjectAnyEPKvPK6TClassPKcS6_i
  3609. fun:_ZN10TDirectory11WriteObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEiPKT_PKcSF_i
  3610. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3611. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3612. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3613. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3614. }
  3615. ==18912== Conditional jump or move depends on uninitialised value(s)
  3616. ==18912== at 0x57AFF0F: TObject (TObject.h:217)
  3617. ==18912== by 0x57AFF0F: TConfiguredAction (TStreamerInfoActions.h:103)
  3618. ==18912== by 0x57AFF0F: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3619. ==18912== by 0x57AFF0F: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3070)
  3620. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  3621. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3622. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3623. ==18912== by 0x5773602: Streamer (TClass.h:537)
  3624. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  3625. ==18912== by 0x573F390: TFile::CreateKey(TDirectory*, void const*, TClass const*, char const*, int) (TFile.cxx:1010)
  3626. ==18912== by 0x57384C9: TDirectoryFile::WriteObjectAny(void const*, TClass const*, char const*, char const*, int) (TDirectoryFile.cxx:2020)
  3627. ==18912== by 0x5E4C45: int TDirectory::WriteObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > const*, char const*, char const*, int) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3628. ==18912== by 0x5DFB23: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3629. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3630. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3631. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3632. ==18912==
  3633. {
  3634. <insert_a_suppression_name_here>
  3635. Memcheck:Cond
  3636. fun:TObject
  3637. fun:TConfiguredAction
  3638. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3639. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3640. fun:_ZN13TStreamerInfo7CompileEv
  3641. fun:_ZN13TStreamerInfo5BuildEv
  3642. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3643. fun:Streamer
  3644. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  3645. fun:_ZN5TFile9CreateKeyEP10TDirectoryPKvPK6TClassPKci
  3646. fun:_ZN14TDirectoryFile14WriteObjectAnyEPKvPK6TClassPKcS6_i
  3647. fun:_ZN10TDirectory11WriteObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEiPKT_PKcSF_i
  3648. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3649. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3650. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3651. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3652. }
  3653. ==18912== Conditional jump or move depends on uninitialised value(s)
  3654. ==18912== at 0x57A4403: TObject (TObject.h:217)
  3655. ==18912== by 0x57A4403: TConfiguredAction (TStreamerInfoActions.h:99)
  3656. ==18912== by 0x57A4403: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2361)
  3657. ==18912== by 0x57A4403: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  3658. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  3659. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3660. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3661. ==18912== by 0x5773602: Streamer (TClass.h:537)
  3662. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  3663. ==18912== by 0x573F390: TFile::CreateKey(TDirectory*, void const*, TClass const*, char const*, int) (TFile.cxx:1010)
  3664. ==18912== by 0x57384C9: TDirectoryFile::WriteObjectAny(void const*, TClass const*, char const*, char const*, int) (TDirectoryFile.cxx:2020)
  3665. ==18912== by 0x5E4C45: int TDirectory::WriteObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > const*, char const*, char const*, int) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3666. ==18912== by 0x5DFB23: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3667. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3668. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3669. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3670. ==18912==
  3671. {
  3672. <insert_a_suppression_name_here>
  3673. Memcheck:Cond
  3674. fun:TObject
  3675. fun:TConfiguredAction
  3676. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  3677. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3678. fun:_ZN13TStreamerInfo7CompileEv
  3679. fun:_ZN13TStreamerInfo5BuildEv
  3680. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3681. fun:Streamer
  3682. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  3683. fun:_ZN5TFile9CreateKeyEP10TDirectoryPKvPK6TClassPKci
  3684. fun:_ZN14TDirectoryFile14WriteObjectAnyEPKvPK6TClassPKcS6_i
  3685. fun:_ZN10TDirectory11WriteObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEiPKT_PKcSF_i
  3686. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3687. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3688. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3689. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3690. }
  3691. ==18912== Conditional jump or move depends on uninitialised value(s)
  3692. ==18912== at 0x57A1DDD: TObject (TObject.h:217)
  3693. ==18912== by 0x57A1DDD: TConfiguredAction (TStreamerInfoActions.h:103)
  3694. ==18912== by 0x57A1DDD: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3695. ==18912== by 0x57A1DDD: TStreamerInfo::AddWriteMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3244)
  3696. ==18912== by 0x57B2A13: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2689)
  3697. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3698. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3699. ==18912== by 0x5773602: Streamer (TClass.h:537)
  3700. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  3701. ==18912== by 0x573F390: TFile::CreateKey(TDirectory*, void const*, TClass const*, char const*, int) (TFile.cxx:1010)
  3702. ==18912== by 0x57384C9: TDirectoryFile::WriteObjectAny(void const*, TClass const*, char const*, char const*, int) (TDirectoryFile.cxx:2020)
  3703. ==18912== by 0x5E4C45: int TDirectory::WriteObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > const*, char const*, char const*, int) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3704. ==18912== by 0x5DFB23: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3705. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3706. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3707. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3708. ==18912==
  3709. {
  3710. <insert_a_suppression_name_here>
  3711. Memcheck:Cond
  3712. fun:TObject
  3713. fun:TConfiguredAction
  3714. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3715. fun:_ZN13TStreamerInfo30AddWriteMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3716. fun:_ZN13TStreamerInfo7CompileEv
  3717. fun:_ZN13TStreamerInfo5BuildEv
  3718. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3719. fun:Streamer
  3720. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  3721. fun:_ZN5TFile9CreateKeyEP10TDirectoryPKvPK6TClassPKci
  3722. fun:_ZN14TDirectoryFile14WriteObjectAnyEPKvPK6TClassPKcS6_i
  3723. fun:_ZN10TDirectory11WriteObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEiPKT_PKcSF_i
  3724. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3725. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3726. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3727. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3728. }
  3729. ==18912== Conditional jump or move depends on uninitialised value(s)
  3730. ==18912== at 0x57B0654: TObject (TObject.h:217)
  3731. ==18912== by 0x57B0654: TConfiguredAction (TStreamerInfoActions.h:103)
  3732. ==18912== by 0x57B0654: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  3733. ==18912== by 0x57B0654: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3210)
  3734. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  3735. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3736. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3737. ==18912== by 0x5773602: Streamer (TClass.h:537)
  3738. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  3739. ==18912== by 0x573F390: TFile::CreateKey(TDirectory*, void const*, TClass const*, char const*, int) (TFile.cxx:1010)
  3740. ==18912== by 0x57384C9: TDirectoryFile::WriteObjectAny(void const*, TClass const*, char const*, char const*, int) (TDirectoryFile.cxx:2020)
  3741. ==18912== by 0x5E4C45: int TDirectory::WriteObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > const*, char const*, char const*, int) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3742. ==18912== by 0x5DFB23: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3743. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3744. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3745. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3746. ==18912==
  3747. {
  3748. <insert_a_suppression_name_here>
  3749. Memcheck:Cond
  3750. fun:TObject
  3751. fun:TConfiguredAction
  3752. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  3753. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3754. fun:_ZN13TStreamerInfo7CompileEv
  3755. fun:_ZN13TStreamerInfo5BuildEv
  3756. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3757. fun:Streamer
  3758. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  3759. fun:_ZN5TFile9CreateKeyEP10TDirectoryPKvPK6TClassPKci
  3760. fun:_ZN14TDirectoryFile14WriteObjectAnyEPKvPK6TClassPKcS6_i
  3761. fun:_ZN10TDirectory11WriteObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEiPKT_PKcSF_i
  3762. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3763. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3764. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3765. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3766. }
  3767. ==18912== Conditional jump or move depends on uninitialised value(s)
  3768. ==18912== at 0x57A66D0: TObject (TObject.h:217)
  3769. ==18912== by 0x57A66D0: TConfiguredAction (TStreamerInfoActions.h:99)
  3770. ==18912== by 0x57A66D0: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2360)
  3771. ==18912== by 0x57A66D0: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  3772. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  3773. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  3774. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  3775. ==18912== by 0x5773602: Streamer (TClass.h:537)
  3776. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  3777. ==18912== by 0x573F390: TFile::CreateKey(TDirectory*, void const*, TClass const*, char const*, int) (TFile.cxx:1010)
  3778. ==18912== by 0x57384C9: TDirectoryFile::WriteObjectAny(void const*, TClass const*, char const*, char const*, int) (TDirectoryFile.cxx:2020)
  3779. ==18912== by 0x5E4C45: int TDirectory::WriteObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > const*, char const*, char const*, int) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3780. ==18912== by 0x5DFB23: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3781. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3782. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3783. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3784. ==18912==
  3785. {
  3786. <insert_a_suppression_name_here>
  3787. Memcheck:Cond
  3788. fun:TObject
  3789. fun:TConfiguredAction
  3790. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  3791. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  3792. fun:_ZN13TStreamerInfo7CompileEv
  3793. fun:_ZN13TStreamerInfo5BuildEv
  3794. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  3795. fun:Streamer
  3796. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  3797. fun:_ZN5TFile9CreateKeyEP10TDirectoryPKvPK6TClassPKci
  3798. fun:_ZN14TDirectoryFile14WriteObjectAnyEPKvPK6TClassPKcS6_i
  3799. fun:_ZN10TDirectory11WriteObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEiPKT_PKcSF_i
  3800. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3801. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3802. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3803. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3804. }
  3805. ==18912== Conditional jump or move depends on uninitialised value(s)
  3806. ==18912== at 0x5297597: TObject (TObject.h:217)
  3807. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  3808. ==18912== by 0x5288A5E: TSystem::FindHelper(char const*, void*) (TSystem.cxx:760)
  3809. ==18912== by 0x532E013: TUnixSystem::AccessPathName(char const*, EAccessMode) (TUnixSystem.cxx:1542)
  3810. ==18912== by 0x5337700: TUnixSystem::GetLinkedLibraries() (TUnixSystem.cxx:2908)
  3811. ==18912== by 0x527F1D5: TSystem::GetLibraries(char const*, char const*, bool) (TSystem.cxx:2100)
  3812. ==18912== by 0x5282358: TSystem::Load(char const*, char const*, bool) (TSystem.cxx:1828)
  3813. ==18912== by 0x51A5506: TROOT::LoadClass(char const*, char const*, bool) (TROOT.cxx:2053)
  3814. ==18912== by 0x8ACB38C: TCling::AutoLoad(char const*, bool) (TCling.cxx:5287)
  3815. ==18912== by 0x52E778A: TClass::GetClass(char const*, bool, bool) (TClass.cxx:2987)
  3816. ==18912== by 0x52E7CEB: TClass::CanSplitBaseAllow() (TClass.cxx:2180)
  3817. ==18912== by 0x52E816E: TClass::CanSplit() const (TClass.cxx:2305)
  3818. ==18912== by 0x52E80CA: TClass::CanSplit() const (TClass.cxx:2267)
  3819. ==18912==
  3820. {
  3821. <insert_a_suppression_name_here>
  3822. Memcheck:Cond
  3823. fun:TObject
  3824. fun:_ZN4TUrlC1EPKcb
  3825. fun:_ZN7TSystem10FindHelperEPKcPv
  3826. fun:_ZN11TUnixSystem14AccessPathNameEPKc11EAccessMode
  3827. fun:_ZN11TUnixSystem18GetLinkedLibrariesEv
  3828. fun:_ZN7TSystem12GetLibrariesEPKcS1_b
  3829. fun:_ZN7TSystem4LoadEPKcS1_b
  3830. fun:_ZN5TROOT9LoadClassEPKcS1_b
  3831. fun:_ZN6TCling8AutoLoadEPKcb
  3832. fun:_ZN6TClass8GetClassEPKcbb
  3833. fun:_ZN6TClass17CanSplitBaseAllowEv
  3834. fun:_ZNK6TClass8CanSplitEv
  3835. fun:_ZNK6TClass8CanSplitEv
  3836. }
  3837. ==18912== Conditional jump or move depends on uninitialised value(s)
  3838. ==18912== at 0x574C39F: TObject (TObject.h:217)
  3839. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  3840. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  3841. ==18912== by 0x574C39F: TList (TList.h:68)
  3842. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  3843. ==18912== by 0x574C680: TFile::~TFile() (TFile.cxx:546)
  3844. ==18912== by 0x574C958: TFile::~TFile() (TFile.cxx:572)
  3845. ==18912== by 0x8ADF766: TCling::LoadPCM(TString, char const**, void (*)()) const (TCling.cxx:1341)
  3846. ==18912== by 0x8AE2866: TCling::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**, bool) (TCling.cxx:1754)
  3847. ==18912== by 0x51A7816: TROOT::RegisterModule(char const*, char const**, char const**, char const*, char const*, void (*)(), std::vector<std::pair<std::string, int>, std::allocator<std::pair<std::string, int> > > const&, char const**) (TROOT.cxx:2456)
  3848. ==18912== by 0x256C2D4E: (anonymous namespace)::TriggerDictionaryInitialization_libNet_Impl() (G__Net.cxx:3708)
  3849. ==18912== by 0x4010109: call_init.part.0 (dl-init.c:78)
  3850. ==18912== by 0x40101F2: call_init (dl-init.c:36)
  3851. ==18912== by 0x40101F2: _dl_init (dl-init.c:126)
  3852. ==18912== by 0x4014C2F: dl_open_worker (dl-open.c:577)
  3853. ==18912== by 0x400FFC3: _dl_catch_error (dl-error.c:187)
  3854. ==18912== by 0x401437A: _dl_open (dl-open.c:661)
  3855. ==18912==
  3856. {
  3857. <insert_a_suppression_name_here>
  3858. Memcheck:Cond
  3859. fun:TObject
  3860. fun:TCollection
  3861. fun:TSeqCollection
  3862. fun:TList
  3863. fun:_ZN5TFile5CloseEPKc
  3864. fun:_ZN5TFileD1Ev
  3865. fun:_ZN5TFileD0Ev
  3866. fun:_ZNK6TCling7LoadPCME7TStringPPKcPFvvE
  3867. fun:_ZN6TCling14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_b
  3868. fun:_ZN5TROOT14RegisterModuleEPKcPS1_S2_S1_S1_PFvvERKSt6vectorISt4pairISsiESaIS7_EES2_
  3869. fun:_ZN12_GLOBAL__N_143TriggerDictionaryInitialization_libNet_ImplEv
  3870. fun:call_init.part.0
  3871. fun:call_init
  3872. fun:_dl_init
  3873. fun:dl_open_worker
  3874. fun:_dl_catch_error
  3875. fun:_dl_open
  3876. }
  3877. ==18912==
  3878. ==18912== More than 100 errors detected. Subsequent errors
  3879. ==18912== will still be recorded, but in less detail than before.
  3880. ==18912== Conditional jump or move depends on uninitialised value(s)
  3881. ==18912== at 0x530EFBF: TObject (TObject.h:217)
  3882. ==18912== by 0x530EFBF: TObjString (TObjString.h:34)
  3883. ==18912== by 0x530EFBF: ROOT::TSchemaRule::ProcessList(TObjArray*, TString const&) (TSchemaRule.cxx:939)
  3884. ==18912== by 0x52FC19F: ROOT::TGenericClassInfo::CreateRuleSet(std::vector<ROOT::Internal::TSchemaHelper, std::allocator<ROOT::Internal::TSchemaHelper> >&, bool) (TGenericClassInfo.cxx:315)
  3885. ==18912== by 0x52FC625: ROOT::TGenericClassInfo::GetClass() (TGenericClassInfo.cxx:284)
  3886. ==18912== by 0x25166230: TTree::Dictionary() (G__Tree.cxx:2256)
  3887. ==18912== by 0x52DE21F: TClass::LoadClassDefault(char const*, bool) (TClass.cxx:5428)
  3888. ==18912== by 0x52E78A5: TClass::GetClass(char const*, bool, bool) (TClass.cxx:2988)
  3889. ==18912== by 0x52E7CEB: TClass::CanSplitBaseAllow() (TClass.cxx:2180)
  3890. ==18912== by 0x52E816E: TClass::CanSplit() const (TClass.cxx:2305)
  3891. ==18912== by 0x52E80CA: TClass::CanSplit() const (TClass.cxx:2267)
  3892. ==18912== by 0x58B33BA: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:555)
  3893. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  3894. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  3895. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  3896. ==18912==
  3897. {
  3898. <insert_a_suppression_name_here>
  3899. Memcheck:Cond
  3900. fun:TObject
  3901. fun:TObjString
  3902. fun:_ZN4ROOT11TSchemaRule11ProcessListEP9TObjArrayRK7TString
  3903. fun:_ZN4ROOT17TGenericClassInfo13CreateRuleSetERSt6vectorINS_8Internal13TSchemaHelperESaIS3_EEb
  3904. fun:_ZN4ROOT17TGenericClassInfo8GetClassEv
  3905. fun:_ZN5TTree10DictionaryEv
  3906. fun:_ZN6TClass16LoadClassDefaultEPKcb
  3907. fun:_ZN6TClass8GetClassEPKcbb
  3908. fun:_ZN6TClass17CanSplitBaseAllowEv
  3909. fun:_ZNK6TClass8CanSplitEv
  3910. fun:_ZNK6TClass8CanSplitEv
  3911. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  3912. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  3913. fun:operator()
  3914. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  3915. }
  3916. ==18912== Conditional jump or move depends on uninitialised value(s)
  3917. ==18912== at 0x574CFD9: TObject (TObject.h:217)
  3918. ==18912== by 0x574CFD9: TCollection (TCollection.h:140)
  3919. ==18912== by 0x574CFD9: TSeqCollection (TSeqCollection.h:33)
  3920. ==18912== by 0x574CFD9: TList (TList.h:68)
  3921. ==18912== by 0x574CFD9: TFile::WriteStreamerInfo() (TFile.cxx:3631)
  3922. ==18912== by 0x574C576: TFile::Close(char const*) (TFile.cxx:923)
  3923. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3924. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3925. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3926. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3927. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3928. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3929. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3930. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3931. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3932. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3933. ==18912==
  3934. {
  3935. <insert_a_suppression_name_here>
  3936. Memcheck:Cond
  3937. fun:TObject
  3938. fun:TCollection
  3939. fun:TSeqCollection
  3940. fun:TList
  3941. fun:_ZN5TFile17WriteStreamerInfoEv
  3942. fun:_ZN5TFile5CloseEPKc
  3943. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3944. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3945. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3946. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3947. fun:_ZN7testing4Test3RunEv
  3948. fun:_ZN7testing8TestInfo3RunEv
  3949. fun:_ZN7testing8TestCase3RunEv
  3950. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  3951. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  3952. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  3953. }
  3954. ==18912== Conditional jump or move depends on uninitialised value(s)
  3955. ==18912== at 0x574D09E: TObject (TObject.h:217)
  3956. ==18912== by 0x574D09E: TCollection (TCollection.h:140)
  3957. ==18912== by 0x574D09E: TSeqCollection (TSeqCollection.h:33)
  3958. ==18912== by 0x574D09E: TList (TList.h:68)
  3959. ==18912== by 0x574D09E: TFile::WriteStreamerInfo() (TFile.cxx:3632)
  3960. ==18912== by 0x574C576: TFile::Close(char const*) (TFile.cxx:923)
  3961. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3962. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3963. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3964. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3965. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3966. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3967. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3968. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3969. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3970. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3971. ==18912==
  3972. {
  3973. <insert_a_suppression_name_here>
  3974. Memcheck:Cond
  3975. fun:TObject
  3976. fun:TCollection
  3977. fun:TSeqCollection
  3978. fun:TList
  3979. fun:_ZN5TFile17WriteStreamerInfoEv
  3980. fun:_ZN5TFile5CloseEPKc
  3981. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  3982. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  3983. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3984. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  3985. fun:_ZN7testing4Test3RunEv
  3986. fun:_ZN7testing8TestInfo3RunEv
  3987. fun:_ZN7testing8TestCase3RunEv
  3988. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  3989. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  3990. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  3991. }
  3992. ==18912== Conditional jump or move depends on uninitialised value(s)
  3993. ==18912== at 0x5772F62: TObject (TObject.h:217)
  3994. ==18912== by 0x5772F62: TNamed (TNamed.h:37)
  3995. ==18912== by 0x5772F62: TKey::TKey(TObject const*, char const*, int, TDirectory*) (TKey.cxx:229)
  3996. ==18912== by 0x574D26D: TFile::WriteStreamerInfo() (TFile.cxx:3679)
  3997. ==18912== by 0x574C576: TFile::Close(char const*) (TFile.cxx:923)
  3998. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  3999. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4000. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4001. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4002. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4003. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4004. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4005. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4006. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4007. ==18912==
  4008. {
  4009. <insert_a_suppression_name_here>
  4010. Memcheck:Cond
  4011. fun:TObject
  4012. fun:TNamed
  4013. fun:_ZN4TKeyC1EPK7TObjectPKciP10TDirectory
  4014. fun:_ZN5TFile17WriteStreamerInfoEv
  4015. fun:_ZN5TFile5CloseEPKc
  4016. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  4017. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4018. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4019. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4020. fun:_ZN7testing4Test3RunEv
  4021. fun:_ZN7testing8TestInfo3RunEv
  4022. fun:_ZN7testing8TestCase3RunEv
  4023. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4024. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4025. }
  4026. ==18912== Conditional jump or move depends on uninitialised value(s)
  4027. ==18912== at 0x52B783D: TObject (TObject.h:217)
  4028. ==18912== by 0x52B783D: TCollection (TCollection.h:140)
  4029. ==18912== by 0x52B783D: TSeqCollection (TSeqCollection.h:33)
  4030. ==18912== by 0x52B783D: TObjArray::TObjArray(TObjArray const&) (TObjArray.cxx:77)
  4031. ==18912== by 0x5792514: TStreamerInfo::Streamer(TBuffer&) (TStreamerInfo.cxx:5149)
  4032. ==18912== by 0x570FBEB: Streamer (TClass.h:537)
  4033. ==18912== by 0x570FBEB: TBufferFile::WriteObjectClass(void const*, TClass const*) (TBufferFile.cxx:2621)
  4034. ==18912== by 0x5708B59: TBufferFile::WriteObjectAny(void const*, TClass const*) (TBufferFile.cxx:2676)
  4035. ==18912== by 0x52B4B1F: operator<< (TBuffer.h:405)
  4036. ==18912== by 0x52B4B1F: TList::Streamer(TBuffer&) (TList.cxx:1164)
  4037. ==18912== by 0x57730C7: TKey::TKey(TObject const*, char const*, int, TDirectory*) (TKey.cxx:251)
  4038. ==18912== by 0x574D26D: TFile::WriteStreamerInfo() (TFile.cxx:3679)
  4039. ==18912== by 0x574C576: TFile::Close(char const*) (TFile.cxx:923)
  4040. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4041. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4042. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4043. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4044. ==18912==
  4045. {
  4046. <insert_a_suppression_name_here>
  4047. Memcheck:Cond
  4048. fun:TObject
  4049. fun:TCollection
  4050. fun:TSeqCollection
  4051. fun:_ZN9TObjArrayC1ERKS_
  4052. fun:_ZN13TStreamerInfo8StreamerER7TBuffer
  4053. fun:Streamer
  4054. fun:_ZN11TBufferFile16WriteObjectClassEPKvPK6TClass
  4055. fun:_ZN11TBufferFile14WriteObjectAnyEPKvPK6TClass
  4056. fun:operator<<
  4057. fun:_ZN5TList8StreamerER7TBuffer
  4058. fun:_ZN4TKeyC1EPK7TObjectPKciP10TDirectory
  4059. fun:_ZN5TFile17WriteStreamerInfoEv
  4060. fun:_ZN5TFile5CloseEPKc
  4061. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  4062. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4063. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4064. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4065. }
  4066. ==18912== Conditional jump or move depends on uninitialised value(s)
  4067. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  4068. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  4069. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  4070. ==18912== by 0x52B45DB: TList (TList.h:68)
  4071. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  4072. ==18912== by 0x52B453D: TList::~TList() (TList.cxx:91)
  4073. ==18912== by 0x574D2F8: TFile::WriteStreamerInfo() (TFile.cxx:3632)
  4074. ==18912== by 0x574C576: TFile::Close(char const*) (TFile.cxx:923)
  4075. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4076. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4077. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4078. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4079. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4080. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4081. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4082. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4083. ==18912==
  4084. {
  4085. <insert_a_suppression_name_here>
  4086. Memcheck:Cond
  4087. fun:TObject
  4088. fun:TCollection
  4089. fun:TSeqCollection
  4090. fun:TList
  4091. fun:_ZN5TList6DeleteEPKc
  4092. fun:_ZN5TListD1Ev
  4093. fun:_ZN5TFile17WriteStreamerInfoEv
  4094. fun:_ZN5TFile5CloseEPKc
  4095. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  4096. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4097. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4098. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4099. fun:_ZN7testing4Test3RunEv
  4100. fun:_ZN7testing8TestInfo3RunEv
  4101. fun:_ZN7testing8TestCase3RunEv
  4102. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4103. }
  4104. ==18912== Conditional jump or move depends on uninitialised value(s)
  4105. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  4106. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  4107. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  4108. ==18912== by 0x52B45DB: TList (TList.h:68)
  4109. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  4110. ==18912== by 0x574C344: TFile::Close(char const*) (TFile.cxx:964)
  4111. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4112. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4113. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4114. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4115. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4116. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4117. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4118. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4119. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4120. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4121. ==18912==
  4122. {
  4123. <insert_a_suppression_name_here>
  4124. Memcheck:Cond
  4125. fun:TObject
  4126. fun:TCollection
  4127. fun:TSeqCollection
  4128. fun:TList
  4129. fun:_ZN5TList6DeleteEPKc
  4130. fun:_ZN5TFile5CloseEPKc
  4131. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  4132. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4133. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4134. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4135. fun:_ZN7testing4Test3RunEv
  4136. fun:_ZN7testing8TestInfo3RunEv
  4137. fun:_ZN7testing8TestCase3RunEv
  4138. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4139. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4140. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4141. }
  4142. ==18912== Conditional jump or move depends on uninitialised value(s)
  4143. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4144. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4145. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4146. ==18912== by 0x574C39F: TList (TList.h:68)
  4147. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4148. ==18912== by 0x5DFB41: void bdm::WritePersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4149. ==18912== by 0x5DCC03: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4150. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4151. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4152. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4153. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4154. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4155. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4156. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4157. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4158. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4159. ==18912==
  4160. {
  4161. <insert_a_suppression_name_here>
  4162. Memcheck:Cond
  4163. fun:TObject
  4164. fun:TCollection
  4165. fun:TSeqCollection
  4166. fun:TList
  4167. fun:_ZN5TFile5CloseEPKc
  4168. fun:_ZN3bdm21WritePersistentObjectINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPKcSB_RT_SB_
  4169. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4170. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4171. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4172. fun:_ZN7testing4Test3RunEv
  4173. fun:_ZN7testing8TestInfo3RunEv
  4174. fun:_ZN7testing8TestCase3RunEv
  4175. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4176. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4177. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4178. fun:_ZN7testing8UnitTest3RunEv
  4179. }
  4180. ==18912== Conditional jump or move depends on uninitialised value(s)
  4181. ==18912== at 0x5297597: TObject (TObject.h:217)
  4182. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  4183. ==18912== by 0x574EE9B: TFile::Open(char const*, char const*, char const*, int, int) (TFile.cxx:4009)
  4184. ==18912== by 0x5DFBA7: bool bdm::GetPersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*>(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4185. ==18912== by 0x5DCCB8: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4186. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4187. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4188. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4189. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4190. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4191. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4192. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4193. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4194. ==18912==
  4195. {
  4196. <insert_a_suppression_name_here>
  4197. Memcheck:Cond
  4198. fun:TObject
  4199. fun:_ZN4TUrlC1EPKcb
  4200. fun:_ZN5TFile4OpenEPKcS1_S1_ii
  4201. fun:_ZN3bdm19GetPersistentObjectIPNS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEbPKcSC_RT_
  4202. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4203. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4204. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4205. fun:_ZN7testing4Test3RunEv
  4206. fun:_ZN7testing8TestInfo3RunEv
  4207. fun:_ZN7testing8TestCase3RunEv
  4208. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4209. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4210. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4211. }
  4212. ==18912== Conditional jump or move depends on uninitialised value(s)
  4213. ==18912== at 0x5256290: TObject (TObject.h:217)
  4214. ==18912== by 0x5256290: TCollection (TCollection.h:140)
  4215. ==18912== by 0x5256290: TSeqCollection (TSeqCollection.h:33)
  4216. ==18912== by 0x5256290: TList (TList.h:68)
  4217. ==18912== by 0x5256290: TSortedList (TSortedList.h:31)
  4218. ==18912== by 0x5256290: TPluginManager::LoadHandlerMacros(char const*) (TPluginManager.cxx:402)
  4219. ==18912== by 0x5256B2B: TPluginManager::LoadHandlersFromPluginDirs(char const*) (TPluginManager.cxx:502)
  4220. ==18912== by 0x5257CCB: TPluginManager::FindHandler(char const*, char const*) (TPluginManager.cxx:585)
  4221. ==18912== by 0x574FBF3: TFile::Open(char const*, char const*, char const*, int, int) (TFile.cxx:4063)
  4222. ==18912== by 0x5DFBA7: bool bdm::GetPersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*>(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4223. ==18912== by 0x5DCCB8: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4224. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4225. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4226. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4227. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4228. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4229. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4230. ==18912==
  4231. {
  4232. <insert_a_suppression_name_here>
  4233. Memcheck:Cond
  4234. fun:TObject
  4235. fun:TCollection
  4236. fun:TSeqCollection
  4237. fun:TList
  4238. fun:TSortedList
  4239. fun:_ZN14TPluginManager17LoadHandlerMacrosEPKc
  4240. fun:_ZN14TPluginManager26LoadHandlersFromPluginDirsEPKc
  4241. fun:_ZN14TPluginManager11FindHandlerEPKcS1_
  4242. fun:_ZN5TFile4OpenEPKcS1_S1_ii
  4243. fun:_ZN3bdm19GetPersistentObjectIPNS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEbPKcSC_RT_
  4244. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4245. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4246. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4247. fun:_ZN7testing4Test3RunEv
  4248. fun:_ZN7testing8TestInfo3RunEv
  4249. fun:_ZN7testing8TestCase3RunEv
  4250. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4251. }
  4252. ==18912== Conditional jump or move depends on uninitialised value(s)
  4253. ==18912== at 0x5297597: TObject (TObject.h:217)
  4254. ==18912== by 0x5297597: TUrl::TUrl(char const*, bool) (TUrl.cxx:76)
  4255. ==18912== by 0x57074DB: TArchiveFile::ParseUrl(char const*, TString&, TString&, TString&) (TArchiveFile.cxx:152)
  4256. ==18912== by 0x5707ACD: TArchiveFile::Open(char const*, TFile*) (TArchiveFile.cxx:131)
  4257. ==18912== by 0x574BBFA: TFile::TFile(char const*, char const*, char const*, int) (TFile.cxx:396)
  4258. ==18912== by 0x574FDDD: TFile::Open(char const*, char const*, char const*, int, int) (TFile.cxx:4068)
  4259. ==18912== by 0x5DFBA7: bool bdm::GetPersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*>(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4260. ==18912== by 0x5DCCB8: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4261. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4262. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4263. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4264. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4265. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4266. ==18912==
  4267. {
  4268. <insert_a_suppression_name_here>
  4269. Memcheck:Cond
  4270. fun:TObject
  4271. fun:_ZN4TUrlC1EPKcb
  4272. fun:_ZN12TArchiveFile8ParseUrlEPKcR7TStringS3_S3_
  4273. fun:_ZN12TArchiveFile4OpenEPKcP5TFile
  4274. fun:_ZN5TFileC1EPKcS1_S1_i
  4275. fun:_ZN5TFile4OpenEPKcS1_S1_ii
  4276. fun:_ZN3bdm19GetPersistentObjectIPNS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEbPKcSC_RT_
  4277. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4278. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4279. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4280. fun:_ZN7testing4Test3RunEv
  4281. fun:_ZN7testing8TestInfo3RunEv
  4282. fun:_ZN7testing8TestCase3RunEv
  4283. }
  4284. ==18912== Conditional jump or move depends on uninitialised value(s)
  4285. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4286. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4287. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4288. ==18912== by 0x574C39F: TList (TList.h:68)
  4289. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4290. ==18912== by 0x5DFBE0: bool bdm::GetPersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*>(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4291. ==18912== by 0x5DCCB8: bdm::IOTest_InvalidRead_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4292. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4293. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4294. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4295. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4296. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4297. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4298. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4299. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4300. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4301. ==18912==
  4302. {
  4303. <insert_a_suppression_name_here>
  4304. Memcheck:Cond
  4305. fun:TObject
  4306. fun:TCollection
  4307. fun:TSeqCollection
  4308. fun:TList
  4309. fun:_ZN5TFile5CloseEPKc
  4310. fun:_ZN3bdm19GetPersistentObjectIPNS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEbPKcSC_RT_
  4311. fun:_ZN3bdm23IOTest_InvalidRead_Test8TestBodyEv
  4312. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4313. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4314. fun:_ZN7testing4Test3RunEv
  4315. fun:_ZN7testing8TestInfo3RunEv
  4316. fun:_ZN7testing8TestCase3RunEv
  4317. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4318. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4319. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4320. fun:_ZN7testing8UnitTest3RunEv
  4321. }
  4322. [ OK ] IOTest.InvalidRead (66316 ms)
  4323. [ RUN ] IOTest.RuntimeVars
  4324. ==18912== Conditional jump or move depends on uninitialised value(s)
  4325. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4326. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4327. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4328. ==18912== by 0x574C39F: TList (TList.h:68)
  4329. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4330. ==18912== by 0x5DFC75: void bdm::WritePersistentObject<bdm::RuntimeVariables>(char const*, char const*, bdm::RuntimeVariables&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4331. ==18912== by 0x5DCFB8: bdm::IOTest_RuntimeVars_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4332. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4333. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4334. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4335. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4336. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4337. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4338. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4339. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4340. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4341. ==18912==
  4342. {
  4343. <insert_a_suppression_name_here>
  4344. Memcheck:Cond
  4345. fun:TObject
  4346. fun:TCollection
  4347. fun:TSeqCollection
  4348. fun:TList
  4349. fun:_ZN5TFile5CloseEPKc
  4350. fun:_ZN3bdm21WritePersistentObjectINS_16RuntimeVariablesEEEvPKcS3_RT_S3_
  4351. fun:_ZN3bdm23IOTest_RuntimeVars_Test8TestBodyEv
  4352. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4353. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4354. fun:_ZN7testing4Test3RunEv
  4355. fun:_ZN7testing8TestInfo3RunEv
  4356. fun:_ZN7testing8TestCase3RunEv
  4357. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4358. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4359. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4360. fun:_ZN7testing8UnitTest3RunEv
  4361. }
  4362. ==18912== Conditional jump or move depends on uninitialised value(s)
  4363. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4364. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4365. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4366. ==18912== by 0x574C39F: TList (TList.h:68)
  4367. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4368. ==18912== by 0x5DFD14: bool bdm::GetPersistentObject<bdm::RuntimeVariables*>(char const*, char const*, bdm::RuntimeVariables*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4369. ==18912== by 0x5DCFDC: bdm::IOTest_RuntimeVars_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4370. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4371. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4372. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4373. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4374. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4375. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4376. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4377. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4378. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4379. ==18912==
  4380. {
  4381. <insert_a_suppression_name_here>
  4382. Memcheck:Cond
  4383. fun:TObject
  4384. fun:TCollection
  4385. fun:TSeqCollection
  4386. fun:TList
  4387. fun:_ZN5TFile5CloseEPKc
  4388. fun:_ZN3bdm19GetPersistentObjectIPNS_16RuntimeVariablesEEEbPKcS4_RT_
  4389. fun:_ZN3bdm23IOTest_RuntimeVars_Test8TestBodyEv
  4390. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4391. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4392. fun:_ZN7testing4Test3RunEv
  4393. fun:_ZN7testing8TestInfo3RunEv
  4394. fun:_ZN7testing8TestCase3RunEv
  4395. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4396. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4397. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4398. fun:_ZN7testing8UnitTest3RunEv
  4399. }
  4400. [ OK ] IOTest.RuntimeVars (328 ms)
  4401. [ RUN ] IOTest.InlineVector
  4402. ==18912== Conditional jump or move depends on uninitialised value(s)
  4403. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4404. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4405. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4406. ==18912== by 0x574C39F: TList (TList.h:68)
  4407. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4408. ==18912== by 0x5DFDE0: void bdm::WritePersistentObject<bdm::InlineVector<int, 8ul> >(char const*, char const*, bdm::InlineVector<int, 8ul>&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4409. ==18912== by 0x5DD2B1: bdm::IOTest_InlineVector_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4410. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4411. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4412. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4413. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4414. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4415. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4416. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4417. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4418. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4419. ==18912==
  4420. {
  4421. <insert_a_suppression_name_here>
  4422. Memcheck:Cond
  4423. fun:TObject
  4424. fun:TCollection
  4425. fun:TSeqCollection
  4426. fun:TList
  4427. fun:_ZN5TFile5CloseEPKc
  4428. fun:_ZN3bdm21WritePersistentObjectINS_12InlineVectorIiLm8EEEEEvPKcS4_RT_S4_
  4429. fun:_ZN3bdm24IOTest_InlineVector_Test8TestBodyEv
  4430. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4431. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4432. fun:_ZN7testing4Test3RunEv
  4433. fun:_ZN7testing8TestInfo3RunEv
  4434. fun:_ZN7testing8TestCase3RunEv
  4435. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4436. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4437. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4438. fun:_ZN7testing8UnitTest3RunEv
  4439. }
  4440. ==18912== Conditional jump or move depends on uninitialised value(s)
  4441. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4442. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4443. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4444. ==18912== by 0x574C39F: TList (TList.h:68)
  4445. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4446. ==18912== by 0x5DFE88: void bdm::WritePersistentObject<bdm::OneElementArray<bdm::InlineVector<int, 8ul> > >(char const*, char const*, bdm::OneElementArray<bdm::InlineVector<int, 8ul> >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4447. ==18912== by 0x5DD2CC: bdm::IOTest_InlineVector_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4448. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4449. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4450. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4451. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4452. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4453. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4454. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4455. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4456. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4457. ==18912==
  4458. {
  4459. <insert_a_suppression_name_here>
  4460. Memcheck:Cond
  4461. fun:TObject
  4462. fun:TCollection
  4463. fun:TSeqCollection
  4464. fun:TList
  4465. fun:_ZN5TFile5CloseEPKc
  4466. fun:_ZN3bdm21WritePersistentObjectINS_15OneElementArrayINS_12InlineVectorIiLm8EEEEEEEvPKcS6_RT_S6_
  4467. fun:_ZN3bdm24IOTest_InlineVector_Test8TestBodyEv
  4468. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4469. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4470. fun:_ZN7testing4Test3RunEv
  4471. fun:_ZN7testing8TestInfo3RunEv
  4472. fun:_ZN7testing8TestCase3RunEv
  4473. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4474. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4475. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4476. fun:_ZN7testing8UnitTest3RunEv
  4477. }
  4478. ==18912== Conditional jump or move depends on uninitialised value(s)
  4479. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4480. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4481. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4482. ==18912== by 0x574C39F: TList (TList.h:68)
  4483. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4484. ==18912== by 0x5DFF30: void bdm::WritePersistentObject<std::vector<bdm::InlineVector<int, 8ul>, std::allocator<bdm::InlineVector<int, 8ul> > > >(char const*, char const*, std::vector<bdm::InlineVector<int, 8ul>, std::allocator<bdm::InlineVector<int, 8ul> > >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4485. ==18912== by 0x5DD2EA: bdm::IOTest_InlineVector_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4486. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4487. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4488. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4489. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4490. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4491. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4492. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4493. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4494. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4495. ==18912==
  4496. {
  4497. <insert_a_suppression_name_here>
  4498. Memcheck:Cond
  4499. fun:TObject
  4500. fun:TCollection
  4501. fun:TSeqCollection
  4502. fun:TList
  4503. fun:_ZN5TFile5CloseEPKc
  4504. fun:_ZN3bdm21WritePersistentObjectISt6vectorINS_12InlineVectorIiLm8EEESaIS3_EEEEvPKcS7_RT_S7_
  4505. fun:_ZN3bdm24IOTest_InlineVector_Test8TestBodyEv
  4506. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4507. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4508. fun:_ZN7testing4Test3RunEv
  4509. fun:_ZN7testing8TestInfo3RunEv
  4510. fun:_ZN7testing8TestCase3RunEv
  4511. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4512. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4513. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4514. fun:_ZN7testing8UnitTest3RunEv
  4515. }
  4516. ==18912== Conditional jump or move depends on uninitialised value(s)
  4517. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4518. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4519. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4520. ==18912== by 0x574C39F: TList (TList.h:68)
  4521. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4522. ==18912== by 0x5DFFCF: bool bdm::GetPersistentObject<bdm::InlineVector<int, 8ul>*>(char const*, char const*, bdm::InlineVector<int, 8ul>*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4523. ==18912== by 0x5DD324: bdm::IOTest_InlineVector_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4524. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4525. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4526. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4527. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4528. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4529. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4530. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4531. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4532. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4533. ==18912==
  4534. {
  4535. <insert_a_suppression_name_here>
  4536. Memcheck:Cond
  4537. fun:TObject
  4538. fun:TCollection
  4539. fun:TSeqCollection
  4540. fun:TList
  4541. fun:_ZN5TFile5CloseEPKc
  4542. fun:_ZN3bdm19GetPersistentObjectIPNS_12InlineVectorIiLm8EEEEEbPKcS5_RT_
  4543. fun:_ZN3bdm24IOTest_InlineVector_Test8TestBodyEv
  4544. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4545. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4546. fun:_ZN7testing4Test3RunEv
  4547. fun:_ZN7testing8TestInfo3RunEv
  4548. fun:_ZN7testing8TestCase3RunEv
  4549. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4550. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4551. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4552. fun:_ZN7testing8UnitTest3RunEv
  4553. }
  4554. ==18912== Conditional jump or move depends on uninitialised value(s)
  4555. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4556. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4557. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4558. ==18912== by 0x574C39F: TList (TList.h:68)
  4559. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4560. ==18912== by 0x5E005B: bool bdm::GetPersistentObject<bdm::OneElementArray<bdm::InlineVector<int, 8ul> >*>(char const*, char const*, bdm::OneElementArray<bdm::InlineVector<int, 8ul> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4561. ==18912== by 0x5DD33D: bdm::IOTest_InlineVector_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4562. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4563. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4564. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4565. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4566. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4567. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4568. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4569. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4570. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4571. ==18912==
  4572. {
  4573. <insert_a_suppression_name_here>
  4574. Memcheck:Cond
  4575. fun:TObject
  4576. fun:TCollection
  4577. fun:TSeqCollection
  4578. fun:TList
  4579. fun:_ZN5TFile5CloseEPKc
  4580. fun:_ZN3bdm19GetPersistentObjectIPNS_15OneElementArrayINS_12InlineVectorIiLm8EEEEEEEbPKcS7_RT_
  4581. fun:_ZN3bdm24IOTest_InlineVector_Test8TestBodyEv
  4582. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4583. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4584. fun:_ZN7testing4Test3RunEv
  4585. fun:_ZN7testing8TestInfo3RunEv
  4586. fun:_ZN7testing8TestCase3RunEv
  4587. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4588. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4589. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4590. fun:_ZN7testing8UnitTest3RunEv
  4591. }
  4592. ==18912== Conditional jump or move depends on uninitialised value(s)
  4593. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4594. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4595. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4596. ==18912== by 0x574C39F: TList (TList.h:68)
  4597. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4598. ==18912== by 0x5E00E7: bool bdm::GetPersistentObject<std::vector<bdm::InlineVector<int, 8ul>, std::allocator<bdm::InlineVector<int, 8ul> > >*>(char const*, char const*, std::vector<bdm::InlineVector<int, 8ul>, std::allocator<bdm::InlineVector<int, 8ul> > >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4599. ==18912== by 0x5DD356: bdm::IOTest_InlineVector_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4600. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4601. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4602. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4603. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4604. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4605. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4606. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4607. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4608. ==18912== by 0x6282C2: testing::UnitTest::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4609. ==18912==
  4610. {
  4611. <insert_a_suppression_name_here>
  4612. Memcheck:Cond
  4613. fun:TObject
  4614. fun:TCollection
  4615. fun:TSeqCollection
  4616. fun:TList
  4617. fun:_ZN5TFile5CloseEPKc
  4618. fun:_ZN3bdm19GetPersistentObjectIPSt6vectorINS_12InlineVectorIiLm8EEESaIS3_EEEEbPKcS8_RT_
  4619. fun:_ZN3bdm24IOTest_InlineVector_Test8TestBodyEv
  4620. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4621. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4622. fun:_ZN7testing4Test3RunEv
  4623. fun:_ZN7testing8TestInfo3RunEv
  4624. fun:_ZN7testing8TestCase3RunEv
  4625. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4626. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4627. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4628. fun:_ZN7testing8UnitTest3RunEv
  4629. }
  4630. [ OK ] IOTest.InlineVector (339 ms)
  4631. [ RUN ] IOTest.DividingCellAos
  4632. ==18912== Conditional jump or move depends on uninitialised value(s)
  4633. ==18912== at 0x58015F2: TObject (TObject.h:217)
  4634. ==18912== by 0x58015F2: TConfiguredAction (TStreamerInfoActions.h:103)
  4635. ==18912== by 0x58015F2: void TStreamerInfoActions::TActionSequence::AddAction<int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*)>(int (*)(TBuffer&, void*, void const*, TStreamerInfoActions::TLoopConfiguration const*, TStreamerInfoActions::TConfiguration const*), TStreamerInfoActions::TConfiguration*) (TStreamerInfoActions.h:141)
  4636. ==18912== by 0x57AB7B3: TStreamerInfo::AddReadAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2744)
  4637. ==18912== by 0x57B2960: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2679)
  4638. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  4639. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  4640. ==18912== by 0x570A384: Streamer (TClass.h:537)
  4641. ==18912== by 0x570A384: TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) (TBufferFile.cxx:2324)
  4642. ==18912== by 0x58ACA5F: int TStreamerInfo::WriteBufferAux<TVirtualCollectionProxy>(TBuffer&, TVirtualCollectionProxy const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:599)
  4643. ==18912== by 0x58A03A4: TStreamerInfo::WriteBufferSTL(TBuffer&, TVirtualCollectionProxy*, int) (TStreamerInfoWriteBuffer.cxx:808)
  4644. ==18912== by 0x58B34ED: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:573)
  4645. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  4646. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4647. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4648. ==18912== by 0x570A84D: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3983)
  4649. ==18912==
  4650. {
  4651. <insert_a_suppression_name_here>
  4652. Memcheck:Cond
  4653. fun:TObject
  4654. fun:TConfiguredAction
  4655. fun:_ZN20TStreamerInfoActions15TActionSequence9AddActionIPFiR7TBufferPvPKvPKNS_18TLoopConfigurationEPKNS_14TConfigurationEEEEvT_PSA_
  4656. fun:_ZN13TStreamerInfo13AddReadActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  4657. fun:_ZN13TStreamerInfo7CompileEv
  4658. fun:_ZN13TStreamerInfo5BuildEv
  4659. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4660. fun:Streamer
  4661. fun:_ZN11TBufferFile14WriteFastArrayEPvPK6TClassiP15TMemberStreamer
  4662. fun:_ZN13TStreamerInfo14WriteBufferAuxI23TVirtualCollectionProxyEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4663. fun:_ZN13TStreamerInfo14WriteBufferSTLER7TBufferP23TVirtualCollectionProxyi
  4664. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4665. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  4666. fun:operator()
  4667. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4668. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4669. }
  4670. ==18912== Conditional jump or move depends on uninitialised value(s)
  4671. ==18912== at 0x57AF80E: TObject (TObject.h:217)
  4672. ==18912== by 0x57AF80E: TConfiguredAction (TStreamerInfoActions.h:103)
  4673. ==18912== by 0x57AF80E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  4674. ==18912== by 0x57AF80E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2998)
  4675. ==18912== by 0x57B2979: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2680)
  4676. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  4677. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  4678. ==18912== by 0x570A384: Streamer (TClass.h:537)
  4679. ==18912== by 0x570A384: TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) (TBufferFile.cxx:2324)
  4680. ==18912== by 0x58ACA5F: int TStreamerInfo::WriteBufferAux<TVirtualCollectionProxy>(TBuffer&, TVirtualCollectionProxy const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:599)
  4681. ==18912== by 0x58A03A4: TStreamerInfo::WriteBufferSTL(TBuffer&, TVirtualCollectionProxy*, int) (TStreamerInfoWriteBuffer.cxx:808)
  4682. ==18912== by 0x58B34ED: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:573)
  4683. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  4684. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4685. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4686. ==18912== by 0x570A84D: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3983)
  4687. ==18912== by 0x5773602: Streamer (TClass.h:537)
  4688. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  4689. ==18912==
  4690. {
  4691. <insert_a_suppression_name_here>
  4692. Memcheck:Cond
  4693. fun:TObject
  4694. fun:TConfiguredAction
  4695. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  4696. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  4697. fun:_ZN13TStreamerInfo7CompileEv
  4698. fun:_ZN13TStreamerInfo5BuildEv
  4699. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4700. fun:Streamer
  4701. fun:_ZN11TBufferFile14WriteFastArrayEPvPK6TClassiP15TMemberStreamer
  4702. fun:_ZN13TStreamerInfo14WriteBufferAuxI23TVirtualCollectionProxyEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4703. fun:_ZN13TStreamerInfo14WriteBufferSTLER7TBufferP23TVirtualCollectionProxyi
  4704. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4705. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  4706. fun:operator()
  4707. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4708. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4709. fun:Streamer
  4710. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  4711. }
  4712. ==18912== Conditional jump or move depends on uninitialised value(s)
  4713. ==18912== at 0x57AF80E: TObject (TObject.h:217)
  4714. ==18912== by 0x57AF80E: TConfiguredAction (TStreamerInfoActions.h:103)
  4715. ==18912== by 0x57AF80E: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  4716. ==18912== by 0x57AF80E: TStreamerInfo::AddWriteAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2998)
  4717. ==18912== by 0x57B29E1: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2687)
  4718. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  4719. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  4720. ==18912== by 0x570A384: Streamer (TClass.h:537)
  4721. ==18912== by 0x570A384: TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) (TBufferFile.cxx:2324)
  4722. ==18912== by 0x58ACA5F: int TStreamerInfo::WriteBufferAux<TVirtualCollectionProxy>(TBuffer&, TVirtualCollectionProxy const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:599)
  4723. ==18912== by 0x58A03A4: TStreamerInfo::WriteBufferSTL(TBuffer&, TVirtualCollectionProxy*, int) (TStreamerInfoWriteBuffer.cxx:808)
  4724. ==18912== by 0x58B34ED: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:573)
  4725. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  4726. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4727. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4728. ==18912== by 0x570A84D: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3983)
  4729. ==18912== by 0x5773602: Streamer (TClass.h:537)
  4730. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  4731. ==18912==
  4732. {
  4733. <insert_a_suppression_name_here>
  4734. Memcheck:Cond
  4735. fun:TObject
  4736. fun:TConfiguredAction
  4737. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  4738. fun:_ZN13TStreamerInfo14AddWriteActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  4739. fun:_ZN13TStreamerInfo7CompileEv
  4740. fun:_ZN13TStreamerInfo5BuildEv
  4741. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4742. fun:Streamer
  4743. fun:_ZN11TBufferFile14WriteFastArrayEPvPK6TClassiP15TMemberStreamer
  4744. fun:_ZN13TStreamerInfo14WriteBufferAuxI23TVirtualCollectionProxyEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4745. fun:_ZN13TStreamerInfo14WriteBufferSTLER7TBufferP23TVirtualCollectionProxyi
  4746. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4747. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  4748. fun:operator()
  4749. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4750. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4751. fun:Streamer
  4752. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  4753. }
  4754. ==18912== Conditional jump or move depends on uninitialised value(s)
  4755. ==18912== at 0x57A5B98: TObject (TObject.h:217)
  4756. ==18912== by 0x57A5B98: TConfiguredAction (TStreamerInfoActions.h:99)
  4757. ==18912== by 0x57A5B98: GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper> (TStreamerInfoActions.cxx:2322)
  4758. ==18912== by 0x57A5B98: TStreamerInfo::AddReadMemberWiseVecPtrAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:2972)
  4759. ==18912== by 0x57B29FA: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2688)
  4760. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  4761. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  4762. ==18912== by 0x570A384: Streamer (TClass.h:537)
  4763. ==18912== by 0x570A384: TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) (TBufferFile.cxx:2324)
  4764. ==18912== by 0x58ACA5F: int TStreamerInfo::WriteBufferAux<TVirtualCollectionProxy>(TBuffer&, TVirtualCollectionProxy const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:599)
  4765. ==18912== by 0x58A03A4: TStreamerInfo::WriteBufferSTL(TBuffer&, TVirtualCollectionProxy*, int) (TStreamerInfoWriteBuffer.cxx:808)
  4766. ==18912== by 0x58B34ED: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:573)
  4767. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  4768. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4769. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4770. ==18912== by 0x570A84D: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3983)
  4771. ==18912== by 0x5773602: Streamer (TClass.h:537)
  4772. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  4773. ==18912==
  4774. {
  4775. <insert_a_suppression_name_here>
  4776. Memcheck:Cond
  4777. fun:TObject
  4778. fun:TConfiguredAction
  4779. fun:GetCollectionReadAction<TStreamerInfoActions::VectorPtrLooper>
  4780. fun:_ZN13TStreamerInfo29AddReadMemberWiseVecPtrActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  4781. fun:_ZN13TStreamerInfo7CompileEv
  4782. fun:_ZN13TStreamerInfo5BuildEv
  4783. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4784. fun:Streamer
  4785. fun:_ZN11TBufferFile14WriteFastArrayEPvPK6TClassiP15TMemberStreamer
  4786. fun:_ZN13TStreamerInfo14WriteBufferAuxI23TVirtualCollectionProxyEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4787. fun:_ZN13TStreamerInfo14WriteBufferSTLER7TBufferP23TVirtualCollectionProxyi
  4788. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4789. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  4790. fun:operator()
  4791. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4792. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4793. fun:Streamer
  4794. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  4795. }
  4796. ==18912== Conditional jump or move depends on uninitialised value(s)
  4797. ==18912== at 0x57B0E8C: TObject (TObject.h:217)
  4798. ==18912== by 0x57B0E8C: TConfiguredAction (TStreamerInfoActions.h:103)
  4799. ==18912== by 0x57B0E8C: AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)> (TStreamerInfoActions.h:141)
  4800. ==18912== by 0x57B0E8C: TStreamerInfo::AddWriteTextAction(TStreamerInfoActions::TActionSequence*, int, TStreamerInfo::TCompInfo*) (TStreamerInfoActions.cxx:3107)
  4801. ==18912== by 0x57B2A2C: TStreamerInfo::Compile() (TStreamerInfoActions.cxx:2691)
  4802. ==18912== by 0x5793BB0: TStreamerInfo::Build() (TStreamerInfo.cxx:675)
  4803. ==18912== by 0x570AA61: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3967)
  4804. ==18912== by 0x570A384: Streamer (TClass.h:537)
  4805. ==18912== by 0x570A384: TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) (TBufferFile.cxx:2324)
  4806. ==18912== by 0x58ACA5F: int TStreamerInfo::WriteBufferAux<TVirtualCollectionProxy>(TBuffer&, TVirtualCollectionProxy const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:599)
  4807. ==18912== by 0x58A03A4: TStreamerInfo::WriteBufferSTL(TBuffer&, TVirtualCollectionProxy*, int) (TStreamerInfoWriteBuffer.cxx:808)
  4808. ==18912== by 0x58B34ED: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:573)
  4809. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  4810. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4811. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4812. ==18912== by 0x570A84D: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3983)
  4813. ==18912== by 0x5773602: Streamer (TClass.h:537)
  4814. ==18912== by 0x5773602: TKey::TKey(void const*, TClass const*, char const*, int, TDirectory*) (TKey.cxx:342)
  4815. ==18912==
  4816. {
  4817. <insert_a_suppression_name_here>
  4818. Memcheck:Cond
  4819. fun:TObject
  4820. fun:TConfiguredAction
  4821. fun:AddAction<int (*)(TBuffer&, void*, void const*, const TStreamerInfoActions::TLoopConfiguration*, const TStreamerInfoActions::TConfiguration*)>
  4822. fun:_ZN13TStreamerInfo18AddWriteTextActionEPN20TStreamerInfoActions15TActionSequenceEiPNS_9TCompInfoE
  4823. fun:_ZN13TStreamerInfo7CompileEv
  4824. fun:_ZN13TStreamerInfo5BuildEv
  4825. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4826. fun:Streamer
  4827. fun:_ZN11TBufferFile14WriteFastArrayEPvPK6TClassiP15TMemberStreamer
  4828. fun:_ZN13TStreamerInfo14WriteBufferAuxI23TVirtualCollectionProxyEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4829. fun:_ZN13TStreamerInfo14WriteBufferSTLER7TBufferP23TVirtualCollectionProxyi
  4830. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4831. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  4832. fun:operator()
  4833. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4834. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4835. fun:Streamer
  4836. fun:_ZN4TKeyC1EPKvPK6TClassPKciP10TDirectory
  4837. }
  4838. Warning in <TStreamerInfo::Build>: mpark::variant<bdm::NullBiologyModule>: mpark::detail::impl<bdm::NullBiologyModule> has no streamer or dictionary, data member "impl_" will not be saved
  4839. ==18912== Conditional jump or move depends on uninitialised value(s)
  4840. ==18912== at 0x524C4BB: TObject (TObject.h:217)
  4841. ==18912== by 0x524C4BB: TCollection (TCollection.h:140)
  4842. ==18912== by 0x524C4BB: TSeqCollection (TSeqCollection.h:33)
  4843. ==18912== by 0x524C4BB: TList (TList.h:68)
  4844. ==18912== by 0x524C4BB: EmitVA<> (TQObject.h:108)
  4845. ==18912== by 0x524C4BB: Emit (TQObject.h:173)
  4846. ==18912== by 0x524C4BB: Notified (TMessageHandler.h:66)
  4847. ==18912== by 0x524C4BB: TMessageHandler::Notify() (TMessageHandler.cxx:193)
  4848. ==18912== by 0x524BF2A: TMessageHandler::HandleMessage(int, TObject const*) (TMessageHandler.cxx:147)
  4849. ==18912== by 0x51A56ED: TROOT::Message(int, TObject const*) (TROOT.cxx:2213)
  4850. ==18912== by 0x524F2A1: TObject::Warning(char const*, char const*, ...) const (TObject.cxx:866)
  4851. ==18912== by 0x5794EB4: TStreamerInfo::Build() (TStreamerInfo.cxx:558)
  4852. ==18912== by 0x52DDED0: TClass::GetStreamerInfo(int) const (TClass.cxx:4405)
  4853. ==18912== by 0x58B344E: int TStreamerInfo::WriteBufferAux<char**>(TBuffer&, char** const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:562)
  4854. ==18912== by 0x579671C: TStreamerInfoActions::GenericWriteAction(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:175)
  4855. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4856. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4857. ==18912== by 0x570A84D: TBufferFile::WriteClassBuffer(TClass const*, void*) (TBufferFile.cxx:3983)
  4858. ==18912== by 0x570A384: Streamer (TClass.h:537)
  4859. ==18912== by 0x570A384: TBufferFile::WriteFastArray(void*, TClass const*, int, TMemberStreamer*) (TBufferFile.cxx:2324)
  4860. ==18912== by 0x58ACA5F: int TStreamerInfo::WriteBufferAux<TVirtualCollectionProxy>(TBuffer&, TVirtualCollectionProxy const&, TStreamerInfo::TCompInfo* const*, int, int, int, int, int) (TStreamerInfoWriteBuffer.cxx:599)
  4861. ==18912==
  4862. {
  4863. <insert_a_suppression_name_here>
  4864. Memcheck:Cond
  4865. fun:TObject
  4866. fun:TCollection
  4867. fun:TSeqCollection
  4868. fun:TList
  4869. fun:EmitVA<>
  4870. fun:Emit
  4871. fun:Notified
  4872. fun:_ZN15TMessageHandler6NotifyEv
  4873. fun:_ZN15TMessageHandler13HandleMessageEiPK7TObject
  4874. fun:_ZN5TROOT7MessageEiPK7TObject
  4875. fun:_ZNK7TObject7WarningEPKcS1_z
  4876. fun:_ZN13TStreamerInfo5BuildEv
  4877. fun:_ZNK6TClass15GetStreamerInfoEi
  4878. fun:_ZN13TStreamerInfo14WriteBufferAuxIPPcEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4879. fun:_ZN20TStreamerInfoActions18GenericWriteActionER7TBufferPvPKNS_14TConfigurationE
  4880. fun:operator()
  4881. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4882. fun:_ZN11TBufferFile16WriteClassBufferEPK6TClassPv
  4883. fun:Streamer
  4884. fun:_ZN11TBufferFile14WriteFastArrayEPvPK6TClassiP15TMemberStreamer
  4885. fun:_ZN13TStreamerInfo14WriteBufferAuxI23TVirtualCollectionProxyEEiR7TBufferRKT_PKPNS_9TCompInfoEiiiii
  4886. }
  4887. ==18912== Conditional jump or move depends on uninitialised value(s)
  4888. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4889. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4890. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4891. ==18912== by 0x574C39F: TList (TList.h:68)
  4892. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4893. ==18912== by 0x5E5010: void bdm::WritePersistentObject<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >(char const*, char const*, bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4894. ==18912== by 0x5E0334: void bdm::RunTestDivCell<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >(bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4895. ==18912== by 0x5DD817: bdm::IOTest_DividingCellAos_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4896. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4897. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4898. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4899. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4900. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4901. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4902. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4903. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4904. ==18912==
  4905. {
  4906. <insert_a_suppression_name_here>
  4907. Memcheck:Cond
  4908. fun:TObject
  4909. fun:TCollection
  4910. fun:TSeqCollection
  4911. fun:TList
  4912. fun:_ZN5TFile5CloseEPKc
  4913. fun:_ZN3bdm21WritePersistentObjectINS_19TransactionalVectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEEEvPKcSD_RT_SD_
  4914. fun:_ZN3bdm14RunTestDivCellINS_19TransactionalVectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEEEvPT_
  4915. fun:_ZN3bdm27IOTest_DividingCellAos_Test8TestBodyEv
  4916. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4917. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4918. fun:_ZN7testing4Test3RunEv
  4919. fun:_ZN7testing8TestInfo3RunEv
  4920. fun:_ZN7testing8TestCase3RunEv
  4921. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  4922. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4923. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  4924. }
  4925. ==18912== Conditional jump or move depends on uninitialised value(s)
  4926. ==18912== at 0x579E5A8: TObject (TObject.h:217)
  4927. ==18912== by 0x579E5A8: TConfiguredAction (TStreamerInfoActions.h:103)
  4928. ==18912== by 0x579E5A8: TStreamerInfoActions::TConfiguredAction GetCollectionReadAction<TStreamerInfoActions::VectorLooper>(TVirtualStreamerInfo*, TStreamerElement*, int, unsigned int, TStreamerInfo::TCompInfo*, int) [clone .constprop.755] (TStreamerInfoActions.cxx:2361)
  4929. ==18912== by 0x57A2903: TStreamerInfoActions::TActionSequence::CreateReadMemberWiseActions(TVirtualStreamerInfo*, TVirtualCollectionProxy&) (TStreamerInfoActions.cxx:3347)
  4930. ==18912== by 0x575D9B7: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1735)
  4931. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  4932. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  4933. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  4934. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  4935. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  4936. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  4937. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  4938. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  4939. ==18912== by 0x5E5299: void TDirectoryFile::GetObject<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >(char const*, bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4940. ==18912== by 0x5E5091: bool bdm::GetPersistentObject<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*>(char const*, char const*, bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4941. ==18912== by 0x5E0358: void bdm::RunTestDivCell<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >(bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4942. ==18912== by 0x5DD817: bdm::IOTest_DividingCellAos_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4943. ==18912==
  4944. {
  4945. <insert_a_suppression_name_here>
  4946. Memcheck:Cond
  4947. fun:TObject
  4948. fun:TConfiguredAction
  4949. fun:_Z23GetCollectionReadActionIN20TStreamerInfoActions12VectorLooperEENS0_17TConfiguredActionEP20TVirtualStreamerInfoP16TStreamerElementijPN13TStreamerInfo9TCompInfoEi.constprop.755
  4950. fun:_ZN20TStreamerInfoActions15TActionSequence27CreateReadMemberWiseActionsEP20TVirtualStreamerInfoR23TVirtualCollectionProxy
  4951. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  4952. fun:ReadSTLMemberWiseSameClass
  4953. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  4954. fun:operator()
  4955. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  4956. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  4957. fun:Streamer
  4958. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  4959. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  4960. fun:_ZN14TDirectoryFile9GetObjectIN3bdm19TransactionalVectorINS1_7CellExtINS1_16SimulationObjectINS1_6ScalarEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEEEvPKcRPT_
  4961. fun:_ZN3bdm19GetPersistentObjectIPNS_19TransactionalVectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEEEbPKcSE_RT_
  4962. fun:_ZN3bdm14RunTestDivCellINS_19TransactionalVectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEEEvPT_
  4963. fun:_ZN3bdm27IOTest_DividingCellAos_Test8TestBodyEv
  4964. }
  4965. ==18912== Conditional jump or move depends on uninitialised value(s)
  4966. ==18912== at 0x574C39F: TObject (TObject.h:217)
  4967. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  4968. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  4969. ==18912== by 0x574C39F: TList (TList.h:68)
  4970. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  4971. ==18912== by 0x5E50AF: bool bdm::GetPersistentObject<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*>(char const*, char const*, bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4972. ==18912== by 0x5E0358: void bdm::RunTestDivCell<bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >(bdm::TransactionalVector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > >*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4973. ==18912== by 0x5DD817: bdm::IOTest_DividingCellAos_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4974. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4975. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4976. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4977. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4978. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4979. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4980. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4981. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  4982. ==18912==
  4983. {
  4984. <insert_a_suppression_name_here>
  4985. Memcheck:Cond
  4986. fun:TObject
  4987. fun:TCollection
  4988. fun:TSeqCollection
  4989. fun:TList
  4990. fun:_ZN5TFile5CloseEPKc
  4991. fun:_ZN3bdm19GetPersistentObjectIPNS_19TransactionalVectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEEEbPKcSE_RT_
  4992. fun:_ZN3bdm14RunTestDivCellINS_19TransactionalVectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEEEvPT_
  4993. fun:_ZN3bdm27IOTest_DividingCellAos_Test8TestBodyEv
  4994. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4995. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  4996. fun:_ZN7testing4Test3RunEv
  4997. fun:_ZN7testing8TestInfo3RunEv
  4998. fun:_ZN7testing8TestCase3RunEv
  4999. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  5000. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  5001. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  5002. }
  5003. [ OK ] IOTest.DividingCellAos (65919 ms)
  5004. [ RUN ] IOTest.DividingCellSoa
  5005. ==18912== Conditional jump or move depends on uninitialised value(s)
  5006. ==18912== at 0x579F710: TObject (TObject.h:217)
  5007. ==18912== by 0x579F710: TConfiguredAction (TStreamerInfoActions.h:103)
  5008. ==18912== by 0x579F710: TStreamerInfoActions::TConfiguredAction GetCollectionReadAction<TStreamerInfoActions::VectorLooper>(TVirtualStreamerInfo*, TStreamerElement*, int, unsigned int, TStreamerInfo::TCompInfo*, int) [clone .constprop.755] (TStreamerInfoActions.cxx:2430)
  5009. ==18912== by 0x57A2903: TStreamerInfoActions::TActionSequence::CreateReadMemberWiseActions(TVirtualStreamerInfo*, TVirtualCollectionProxy&) (TStreamerInfoActions.cxx:3347)
  5010. ==18912== by 0x575D9B7: TGenCollectionProxy::GetReadMemberWiseActions(int) (TGenCollectionProxy.cxx:1735)
  5011. ==18912== by 0x57FA49D: ReadSTLMemberWiseSameClass (TStreamerInfoActions.cxx:702)
  5012. ==18912== by 0x57FA49D: int TStreamerInfoActions::ReadSTL<&TStreamerInfoActions::ReadSTLMemberWiseSameClass, &TStreamerInfoActions::ReadSTLObjectWiseFastArray>(TBuffer&, void*, TStreamerInfoActions::TConfiguration const*) (TStreamerInfoActions.cxx:962)
  5013. ==18912== by 0x5709024: operator() (TStreamerInfoActions.h:116)
  5014. ==18912== by 0x5709024: TBufferFile::ApplySequence(TStreamerInfoActions::TActionSequence const&, void*) (TBufferFile.cxx:4015)
  5015. ==18912== by 0x5709C51: TBufferFile::ReadClassBuffer(TClass const*, void*, TClass const*) (TBufferFile.cxx:3935)
  5016. ==18912== by 0x57711C6: Streamer (TClass.h:537)
  5017. ==18912== by 0x57711C6: TKey::ReadObjectAny(TClass const*) (TKey.cxx:1091)
  5018. ==18912== by 0x57358C9: TDirectoryFile::GetObjectChecked(char const*, TClass const*) (TDirectoryFile.cxx:1045)
  5019. ==18912== by 0x5E4C8F: void TDirectoryFile::GetObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5020. ==18912== by 0x5DFBC2: bool bdm::GetPersistentObject<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*>(char const*, char const*, bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5021. ==18912== by 0x5E0CAC: void bdm::RunTestDivCell<bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> > >(bdm::CellExt<bdm::SimulationObject<bdm::Soa>, mpark::variant<bdm::NullBiologyModule> >*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5022. ==18912== by 0x5DD8AA: bdm::IOTest_DividingCellSoa_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5023. ==18912==
  5024. {
  5025. <insert_a_suppression_name_here>
  5026. Memcheck:Cond
  5027. fun:TObject
  5028. fun:TConfiguredAction
  5029. fun:_Z23GetCollectionReadActionIN20TStreamerInfoActions12VectorLooperEENS0_17TConfiguredActionEP20TVirtualStreamerInfoP16TStreamerElementijPN13TStreamerInfo9TCompInfoEi.constprop.755
  5030. fun:_ZN20TStreamerInfoActions15TActionSequence27CreateReadMemberWiseActionsEP20TVirtualStreamerInfoR23TVirtualCollectionProxy
  5031. fun:_ZN19TGenCollectionProxy24GetReadMemberWiseActionsEi
  5032. fun:ReadSTLMemberWiseSameClass
  5033. fun:_ZN20TStreamerInfoActions7ReadSTLIXadL_ZNS_26ReadSTLMemberWiseSameClassER7TBufferPvPKNS_14TConfigurationEsEEXadL_ZNS_26ReadSTLObjectWiseFastArrayES2_S3_S6_sjEEEEiS2_S3_S6_
  5034. fun:operator()
  5035. fun:_ZN11TBufferFile13ApplySequenceERKN20TStreamerInfoActions15TActionSequenceEPv
  5036. fun:_ZN11TBufferFile15ReadClassBufferEPK6TClassPvS2_
  5037. fun:Streamer
  5038. fun:_ZN4TKey13ReadObjectAnyEPK6TClass
  5039. fun:_ZN14TDirectoryFile16GetObjectCheckedEPKcPK6TClass
  5040. fun:_ZN14TDirectoryFile9GetObjectIN3bdm7CellExtINS1_16SimulationObjectINS1_3SoaEEEN5mpark7variantIINS1_17NullBiologyModuleEEEEEEEEvPKcRPT_
  5041. fun:_ZN3bdm19GetPersistentObjectIPNS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEbPKcSC_RT_
  5042. fun:_ZN3bdm14RunTestDivCellINS_7CellExtINS_16SimulationObjectINS_3SoaEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEEEEvPT_
  5043. fun:_ZN3bdm27IOTest_DividingCellSoa_Test8TestBodyEv
  5044. }
  5045. [ OK ] IOTest.DividingCellSoa (410 ms)
  5046. [ RUN ] IOTest.ComputeAosoa
  5047. ==18912== Conditional jump or move depends on uninitialised value(s)
  5048. ==18912== at 0x574C39F: TObject (TObject.h:217)
  5049. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  5050. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  5051. ==18912== by 0x574C39F: TList (TList.h:68)
  5052. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  5053. ==18912== by 0x5E5144: void bdm::WritePersistentObject<std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > > >(char const*, char const*, std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >&, char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5054. ==18912== by 0x5E18FE: void bdm::RunTestDispCell<std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > > >(std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5055. ==18912== by 0x5DD91C: bdm::IOTest_ComputeAosoa_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5056. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5057. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5058. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5059. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5060. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5061. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5062. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5063. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5064. ==18912==
  5065. {
  5066. <insert_a_suppression_name_here>
  5067. Memcheck:Cond
  5068. fun:TObject
  5069. fun:TCollection
  5070. fun:TSeqCollection
  5071. fun:TList
  5072. fun:_ZN5TFile5CloseEPKc
  5073. fun:_ZN3bdm21WritePersistentObjectISt6vectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEESaISA_EEEEvPKcSE_RT_SE_
  5074. fun:_ZN3bdm15RunTestDispCellISt6vectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEESaISA_EEEEvPT_
  5075. fun:_ZN3bdm24IOTest_ComputeAosoa_Test8TestBodyEv
  5076. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  5077. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  5078. fun:_ZN7testing4Test3RunEv
  5079. fun:_ZN7testing8TestInfo3RunEv
  5080. fun:_ZN7testing8TestCase3RunEv
  5081. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  5082. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  5083. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  5084. }
  5085. ==18912== Conditional jump or move depends on uninitialised value(s)
  5086. ==18912== at 0x574C39F: TObject (TObject.h:217)
  5087. ==18912== by 0x574C39F: TCollection (TCollection.h:140)
  5088. ==18912== by 0x574C39F: TSeqCollection (TSeqCollection.h:33)
  5089. ==18912== by 0x574C39F: TList (TList.h:68)
  5090. ==18912== by 0x574C39F: TFile::Close(char const*) (TFile.cxx:975)
  5091. ==18912== by 0x5E51E3: bool bdm::GetPersistentObject<std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >*>(char const*, char const*, std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >*&) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5092. ==18912== by 0x5E1922: void bdm::RunTestDispCell<std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > > >(std::vector<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> >, std::allocator<bdm::CellExt<bdm::SimulationObject<bdm::Scalar>, mpark::variant<bdm::NullBiologyModule> > > >*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5093. ==18912== by 0x5DD91C: bdm::IOTest_ComputeAosoa_Test::TestBody() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5094. ==18912== by 0x63EEC5: void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5095. ==18912== by 0x63A4E5: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5096. ==18912== by 0x62208B: testing::Test::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5097. ==18912== by 0x622873: testing::TestInfo::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5098. ==18912== by 0x622F1A: testing::TestCase::Run() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5099. ==18912== by 0x629664: testing::internal::UnitTestImpl::RunAllTests() (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5100. ==18912== by 0x6401C5: bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5101. ==18912== by 0x63B181: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5102. ==18912==
  5103. {
  5104. <insert_a_suppression_name_here>
  5105. Memcheck:Cond
  5106. fun:TObject
  5107. fun:TCollection
  5108. fun:TSeqCollection
  5109. fun:TList
  5110. fun:_ZN5TFile5CloseEPKc
  5111. fun:_ZN3bdm19GetPersistentObjectIPSt6vectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEESaISA_EEEEbPKcSF_RT_
  5112. fun:_ZN3bdm15RunTestDispCellISt6vectorINS_7CellExtINS_16SimulationObjectINS_6ScalarEEEN5mpark7variantIINS_17NullBiologyModuleEEEEEESaISA_EEEEvPT_
  5113. fun:_ZN3bdm24IOTest_ComputeAosoa_Test8TestBodyEv
  5114. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  5115. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS4_FS3_vEPKc
  5116. fun:_ZN7testing4Test3RunEv
  5117. fun:_ZN7testing8TestInfo3RunEv
  5118. fun:_ZN7testing8TestCase3RunEv
  5119. fun:_ZN7testing8internal12UnitTestImpl11RunAllTestsEv
  5120. fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  5121. fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS0_12UnitTestImplEbEET0_PT_MS4_FS3_vEPKc
  5122. }
  5123. ==18912== Conditional jump or move depends on uninitialised value(s)
  5124. ==18912== at 0x52B1568: TObject (TObject.h:217)
  5125. ==18912== by 0x52B1568: TCollection (TCollection.h:140)
  5126. ==18912== by 0x52B1568: TSeqCollection (TSeqCollection.h:33)
  5127. ==18912== by 0x52B1568: TList (TList.h:68)
  5128. ==18912== by 0x52B1568: THashList::Delete(char const*) (THashList.cxx:193)
  5129. ==18912== by 0x5236373: TDirectory::Close(char const*) (TDirectory.cxx:546)
  5130. ==18912== by 0x51A30C0: TROOT::CloseFiles() (TROOT.cxx:1084)
  5131. ==18912== by 0x65C71A8: __run_exit_handlers (exit.c:82)
  5132. ==18912== by 0x65C71F4: exit (exit.c:104)
  5133. ==18912== by 0x65ACF4B: (below main) (libc-start.c:321)
  5134. ==18912==
  5135. {
  5136. <insert_a_suppression_name_here>
  5137. Memcheck:Cond
  5138. fun:TObject
  5139. fun:TCollection
  5140. fun:TSeqCollection
  5141. fun:TList
  5142. fun:_ZN9THashList6DeleteEPKc
  5143. fun:_ZN10TDirectory5CloseEPKc
  5144. fun:_ZN5TROOT10CloseFilesEv
  5145. fun:__run_exit_handlers
  5146. fun:exit
  5147. fun:(below main)
  5148. }
  5149. ==18912== Conditional jump or move depends on uninitialised value(s)
  5150. ==18912== at 0x52B45DB: TObject (TObject.h:217)
  5151. ==18912== by 0x52B45DB: TCollection (TCollection.h:140)
  5152. ==18912== by 0x52B45DB: TSeqCollection (TSeqCollection.h:33)
  5153. ==18912== by 0x52B45DB: TList (TList.h:68)
  5154. ==18912== by 0x52B45DB: TList::Delete(char const*) (TList.cxx:447)
  5155. ==18912== by 0x52F5A16: TDataMember::Update(DataMemberInfo_t*) (TDataMember.cxx:901)
  5156. ==18912== by 0x52FF72D: TListOfDataMembers::Unload() (TListOfDataMembers.cxx:557)
  5157. ==18912== by 0x52E05A5: TClass::SetUnloaded() (TClass.cxx:5908)
  5158. ==18912== by 0x52AAE63: ROOT::RemoveClass(char const*) (TClassTable.cxx:786)
  5159. ==18912== by 0x52FA79D: Unregister (Rtypes.h:166)
  5160. ==18912== by 0x52FA79D: ROOT::TGenericClassInfo::~TGenericClassInfo() (TGenericClassInfo.cxx:219)
  5161. ==18912== by 0x65C71A8: __run_exit_handlers (exit.c:82)
  5162. ==18912== by 0x65C71F4: exit (exit.c:104)
  5163. ==18912== by 0x65ACF4B: (below main) (libc-start.c:321)
  5164. ==18912==
  5165. {
  5166. <insert_a_suppression_name_here>
  5167. Memcheck:Cond
  5168. fun:TObject
  5169. fun:TCollection
  5170. fun:TSeqCollection
  5171. fun:TList
  5172. fun:_ZN5TList6DeleteEPKc
  5173. fun:_ZN11TDataMember6UpdateEP16DataMemberInfo_t
  5174. fun:_ZN18TListOfDataMembers6UnloadEv
  5175. fun:_ZN6TClass11SetUnloadedEv
  5176. fun:_ZN4ROOT11RemoveClassEPKc
  5177. fun:Unregister
  5178. fun:_ZN4ROOT17TGenericClassInfoD1Ev
  5179. fun:__run_exit_handlers
  5180. fun:exit
  5181. fun:(below main)
  5182. }
  5183. ==18912== 6,111 bytes in 102 blocks are possibly lost in loss record 9,566 of 10,089
  5184. ==18912== at 0x4C2B0E0: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
  5185. ==18912== by 0x5BF0EF8: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.23)
  5186. ==18912== by 0x644F43: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /home/travis/builds/biodynamo/build/runBiodynamoTests)
  5187. ==18912== by 0x5BF2A2A: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.23)
  5188. ==18912== by 0x8A354A8: str (StringRef.h:227)
  5189. ==18912== by 0x8A354A8: operator std::string (StringRef.h:254)
  5190. ==18912== by 0x8A354A8: ROOT::TMetaUtils::extractAttrString(clang::Attr*, std::string&) (TClingUtils.cxx:1553)
  5191. ==18912== by 0x8B13BEC: TClingDataMemberInfo::Title() (TClingDataMemberInfo.cxx:623)
  5192. ==18912== by 0x52F2CB0: TDataMember::Property() const (TDataMember.cxx:786)
  5193. ==18912== by 0x52F3294: TDataMember::IsBasic() const (TDataMember.cxx:707)
  5194. ==18912== by 0x52F471A: TDataMember::Init(bool) (TDataMember.cxx:209)
  5195. ==18912== by 0x52F5CE3: TDataMember::TDataMember(DataMemberInfo_t*, TClass*) (TDataMember.cxx:182)
  5196. ==18912== by 0x52FEF64: TListOfDataMembers::Get(DataMemberInfo_t*, bool) (TListOfDataMembers.cxx:317)
  5197. ==18912== by 0x52FF2E1: TListOfDataMembers::Load() (TListOfDataMembers.cxx:484)
  5198. ==18912==
  5199. {
  5200. <insert_a_suppression_name_here>
  5201. Memcheck:Leak
  5202. match-leak-kinds: possible
  5203. fun:_Znwm
  5204. fun:_ZNSs4_Rep9_S_createEmmRKSaIcE
  5205. fun:_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag
  5206. fun:_ZNSsC1EPKcmRKSaIcE
  5207. fun:str
  5208. fun:operator std::string
  5209. fun:_ZN4ROOT10TMetaUtils17extractAttrStringEPN5clang4AttrERSs
  5210. fun:_ZN20TClingDataMemberInfo5TitleEv
  5211. fun:_ZNK11TDataMember8PropertyEv
  5212. fun:_ZNK11TDataMember7IsBasicEv
  5213. fun:_ZN11TDataMember4InitEb
  5214. fun:_ZN11TDataMemberC1EP16DataMemberInfo_tP6TClass
  5215. fun:_ZN18TListOfDataMembers3GetEP16DataMemberInfo_tb
  5216. fun:_ZN18TListOfDataMembers4LoadEv
  5217. }
  5218. ==18912== LEAK SUMMARY:
  5219. ==18912== definitely lost: 4,120 bytes in 98 blocks
  5220. ==18912== indirectly lost: 2,156 bytes in 19 blocks
  5221. ==18912== possibly lost: 72,056 bytes in 890 blocks
  5222. ==18912== still reachable: 77,857,062 bytes in 72,611 blocks
  5223. ==18912== suppressed: 785,235 bytes in 2,914 blocks
  5224. ==18912== Reachable blocks (those to which a pointer was found) are not shown.
  5225. ==18912== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  5226. ==18912==
  5227. ==18912== For counts of detected and suppressed errors, rerun with: -v
  5228. ==18912== Use --track-origins=yes to see where uninitialised values come from
  5229. ==18912== ERROR SUMMARY: 1913 errors from 742 contexts (suppressed: 7630 from 563)
  5230.  
  5231.  
  5232. 50% tests passed, 1 tests failed out of 2
  5233.  
  5234. Total Test time (real) = 223.08 sec
  5235.  
  5236. The following tests FAILED:
  5237. 2 - valgrind (Failed)
  5238. Errors while running CTest
  5239. make[3]: *** [CMakeFiles/check] Error 8
  5240. make[2]: *** [CMakeFiles/check.dir/all] Error 2
  5241. make[1]: *** [CMakeFiles/check.dir/rule] Error 2
  5242. make: *** [check] Error 2
Advertisement
Add Comment
Please, Sign In to add comment