Advertisement
Guest User

Untitled

a guest
Jan 26th, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ==6128== Memcheck, a memory error detector
  2. ==6128== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  3. ==6128== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
  4. ==6128== Command: ../src/ccx_2.17 couette5fem
  5. ==6128== Parent PID: 1471
  6. ==6128==
  7. ==6128== Use of uninitialised value of size 8
  8. ==6128== at 0x7E9E63: printoutint_ (printoutint.f:52)
  9. ==6128== by 0x7E9881: printoutfluidfem_ (printoutfluidfem.f:178)
  10. ==6128== by 0x6DA437: compfluidfem (compfluidfem.c:1277)
  11. ==6128== by 0x561250: nonlingeo (nonlingeo.c:1528)
  12. ==6128== by 0x406423: main (ccx_2.17.c:1208)
  13. ==6128== Uninitialised value was created by a stack allocation
  14. ==6128== at 0x7E87AA: printoutfluidfem_ (printoutfluidfem.f:19)
  15. ==6128==
  16. ==6128== Invalid read of size 4
  17. ==6128== at 0x7E9E63: printoutint_ (printoutint.f:52)
  18. ==6128== by 0x7E9881: printoutfluidfem_ (printoutfluidfem.f:178)
  19. ==6128== by 0x6DA437: compfluidfem (compfluidfem.c:1277)
  20. ==6128== by 0x561250: nonlingeo (nonlingeo.c:1528)
  21. ==6128== by 0x406423: main (ccx_2.17.c:1208)
  22. ==6128== Address 0x0 is not stack'd, malloc'd or (recently) free'd
  23. ==6128==
  24. ==6128==
  25. ==6128== Process terminating with default action of signal 11 (SIGSEGV)
  26. ==6128== Access not within mapped region at address 0x0
  27. ==6128== at 0x7E9E63: printoutint_ (printoutint.f:52)
  28. ==6128== by 0x7E9881: printoutfluidfem_ (printoutfluidfem.f:178)
  29. ==6128== by 0x6DA437: compfluidfem (compfluidfem.c:1277)
  30. ==6128== by 0x561250: nonlingeo (nonlingeo.c:1528)
  31. ==6128== by 0x406423: main (ccx_2.17.c:1208)
  32. ==6128== If you believe this happened as a result of a stack
  33. ==6128== overflow in your program's main thread (unlikely but
  34. ==6128== possible), you can try to increase the size of the
  35. ==6128== main thread stack using the --main-stacksize= flag.
  36. ==6128== The main thread stack size used in this run was 8388608.
  37. ==6128==
  38. ==6128== HEAP SUMMARY:
  39. ==6128== in use at exit: 13,070,531 bytes in 2,687 blocks
  40. ==6128== total heap usage: 304,314 allocs, 301,627 frees, 330,205,794 bytes allocated
  41. ==6128==
  42. ==6128== 0 bytes in 2,487 blocks are definitely lost in loss record 19 of 201
  43. ==6128== at 0x4C2DA9F: malloc (vg_replace_malloc.c:298)
  44. ==6128== by 0x4C2FE1F: realloc (vg_replace_malloc.c:785)
  45. ==6128== by 0x5A2C41: u_realloc (u_realloc.c:35)
  46. ==6128== by 0x6D88DF: compfluidfem (compfluidfem.c:778)
  47. ==6128== by 0x561250: nonlingeo (nonlingeo.c:1528)
  48. ==6128== by 0x406423: main (ccx_2.17.c:1208)
  49. ==6128==
  50. ==6128== 536 (24 direct, 512 indirect) bytes in 1 blocks are definitely lost in loss record 106 of 201
  51. ==6128== at 0x4C2DB6F: malloc (vg_replace_malloc.c:299)
  52. ==6128== by 0x5072104: ??? (in /usr/lib64/libgfortran.so.3.0.0)
  53. ==6128== by 0x51449FA: ??? (in /usr/lib64/libgfortran.so.3.0.0)
  54. ==6128== by 0x513D0B3: ??? (in /usr/lib64/libgfortran.so.3.0.0)
  55. ==6128== by 0x50716B7: ??? (in /usr/lib64/libgfortran.so.3.0.0)
  56. ==6128== by 0x51531B5: ??? (in /usr/lib64/libgfortran.so.3.0.0)
  57. ==6128== by 0x506FA8E: ??? (in /usr/lib64/libgfortran.so.3.0.0)
  58. ==6128== by 0x1FFF0002BF: ???
  59. ==6128== by 0x4010619: call_init.part.0 (in /lib64/ld-2.23.so)
  60. ==6128== by 0x401076A: _dl_init (in /lib64/ld-2.23.so)
  61. ==6128== by 0x4000C09: ??? (in /lib64/ld-2.23.so)
  62. ==6128== by 0x1: ???
  63. ==6128==
  64. ==6128== LEAK SUMMARY:
  65. ==6128== definitely lost: 24 bytes in 2,488 blocks
  66. ==6128== indirectly lost: 512 bytes in 1 blocks
  67. ==6128== possibly lost: 0 bytes in 0 blocks
  68. ==6128== still reachable: 13,069,995 bytes in 198 blocks
  69. ==6128== suppressed: 0 bytes in 0 blocks
  70. ==6128== Reachable blocks (those to which a pointer was found) are not shown.
  71. ==6128== To see them, rerun with: --leak-check=full --show-leak-kinds=all
  72. ==6128==
  73. ==6128== For counts of detected and suppressed errors, rerun with: -v
  74. ==6128== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement