Skip to content

Valgrind Error Details

back to process details
back to processes overview
Executable/home1/jenkins/workspace/ProjectX_Nightly/PX_ARC/debug_gnu49/buildnode/reynolds/platforms/debug_gnu49/src/Grid/PXUnitCutGrids_PXU
PID30676
PPID30673
Unique ID0xe53
Text1,040 bytes in 1 blocks are still reachable in loss record 3,667 of 3,794
Auxiliary
Suppression{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:calloc
   fun:__new_exitfn
   fun:__internal_atexit
   fun:__cxa_atexit
   fun:_Z41__static_initialization_and_destruction_0ii
   fun:_GLOBAL__sub_I_PXConic.cpp
   fun:__libc_csu_init
   fun:(below main)
}

Stacktrace

Object/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so
Functioncalloc
File/Line
CodeSource code not available

Object/lib/x86_64-linux-gnu/libc-2.19.so
Function__new_exitfn
File/Line/build/eglibc-3GlaMS/eglibc-2.19/stdlib/cxa_atexit.c:101
CodeSource code not available

Object/lib/x86_64-linux-gnu/libc-2.19.so
Function__internal_atexit
File/Line/build/eglibc-3GlaMS/eglibc-2.19/stdlib/cxa_atexit.c:35
CodeSource code not available

Object/lib/x86_64-linux-gnu/libc-2.19.so
Function__cxa_atexit
File/Line/build/eglibc-3GlaMS/eglibc-2.19/stdlib/cxa_atexit.c:58
CodeSource code not available

Object/home1/jenkins/workspace/ProjectX_Nightly/PX_ARC/debug_gnu49/buildnode/reynolds/platforms/debug_gnu49/src/Grid/PXUnitCutGrids_PXU
Function__static_initialization_and_destruction_0(int, int)
File/Line/usr/include/c++/4.9/iostream:74
Code
64 
65 #ifdef _GLIBCXX_USE_WCHAR_T
66   extern wistream wcin;    /// Linked to standard input
67   extern wostream wcout;  /// Linked to standard output
68   extern wostream wcerr;  /// Linked to standard error (unbuffered)
69   extern wostream wclog;  /// Linked to standard error (buffered)
70 #endif
71   //@}
72 
73   // For construction of filebuffers for cout, cin, cerr, clog et. al.
74   static ios_base::Init __ioinit;
75 
76 _GLIBCXX_END_NAMESPACE_VERSION
77 // namespace
78 
79 #endif /* _GLIBCXX_IOSTREAM */

Object/home1/jenkins/workspace/ProjectX_Nightly/PX_ARC/debug_gnu49/buildnode/reynolds/platforms/debug_gnu49/src/Grid/PXUnitCutGrids_PXU
Function_GLOBAL__sub_I_PXConic.cpp
File/Line/home1/jenkins/workspace/ProjectX_Nightly/PX_ARC/debug_gnu49/buildnode/reynolds/src/Grid/CutCell3D/PXConic.cpp:5703
Code
5693 /*   RETURNS: error code                                             */
5694 /*-------------------------------------------------------------------*/
5695   static DT temp;
5696   
5697   /*Verify if the point satisfy the conic equation*/
5698   temp = conicS.A*xp[0]*xp[0]+2*conicS.B*xp[0]*xp[1]+conicS.C*xp[1]*xp[1]
5699     +2*xp[0]*conicS.D+2*xp[1]*conicS.E+conicS.F;
5700   onConic = (temp == 0true false;
5701   
5702   return PX_NO_ERROR;
5703 }

Object/home1/jenkins/workspace/ProjectX_Nightly/PX_ARC/debug_gnu49/buildnode/reynolds/platforms/debug_gnu49/src/Grid/PXUnitCutGrids_PXU
Function__libc_csu_init
File/Line
CodeSource code not available

Object/lib/x86_64-linux-gnu/libc-2.19.so
Function(below main)
File/Line/build/eglibc-3GlaMS/eglibc-2.19/csu/libc-start.c:246
CodeSource code not available