Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Run1:
  2. valgrind --leak-check=full --track-origins=yes ./parcob cobalt_tet map_tet
  3. ==14034== Use of uninitialised value of size 8
  4. ==14034== at 0x36936D5B20: profil_counter (in /lib64/libc-2.5.so)
  5. ==14034== by 0x36936302CF: ??? (in /lib64/libc-2.5.so)
  6. ==14034== by 0x369AE7290C: std::istream::operator>>(int&) (in /usr/lib64/libstdc++.so.6.0.8)
  7. ==14034== by 0x414C68: mesh::__FVMESH<int, double>::ReadCobaltMesh(char const*, char const*) (unsmesh_io.h:975)
  8. ==14034== by 0x419948: main (main.cpp:47)
  9. ==14034== Uninitialised value was created by a stack allocation
  10. ==14034== at 0x369AE4E3C0: ??? (in /usr/lib64/libstdc++.so.6.0.8)
  11. ==14034==
  12. ==14034==
  13. ==14034== HEAP SUMMARY:
  14. ==14034== in use at exit: 263,884 bytes in 1 blocks
  15. ==14034== total heap usage: 8,923 allocs, 8,922 frees, 495,130 bytes allocated
  16. ==14034==
  17. ==14034== LEAK SUMMARY:
  18. ==14034== definitely lost: 0 bytes in 0 blocks
  19. ==14034== indirectly lost: 0 bytes in 0 blocks
  20. ==14034== possibly lost: 0 bytes in 0 blocks
  21. ==14034== still reachable: 263,884 bytes in 1 blocks
  22. ==14034== suppressed: 0 bytes in 0 blocks
  23. ==14034== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 4 from 4)
  24.  
  25. Run2
  26. valgrind --leak-check=full --track-origins=yes ./parcob cobalt_tet map_tet
  27. ==14035==
  28. ==14035== HEAP SUMMARY:
  29. ==14035== in use at exit: 263,884 bytes in 1 blocks
  30. ==14035== total heap usage: 8,923 allocs, 8,922 frees, 495,130 bytes allocated
  31. ==14035==
  32. ==14035== LEAK SUMMARY:
  33. ==14035== definitely lost: 0 bytes in 0 blocks
  34. ==14035== indirectly lost: 0 bytes in 0 blocks
  35. ==14035== possibly lost: 0 bytes in 0 blocks
  36. ==14035== still reachable: 263,884 bytes in 1 blocks
  37. ==14035== suppressed: 0 bytes in 0 blocks
  38. ==14035== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 4 from 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement