Guest User

Untitled

a guest
Nov 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. λ ./main testin testout
  2. *** glibc detected *** ./main: double free or corruption (fasttop): 0x08a472e8 ***
  3. ======= Backtrace: =========
  4. /lib/libc.so.6(+0x6e6e2)[0xb755a6e2]
  5. /lib/libc.so.6(+0x6f382)[0xb755b382]
  6. /lib/libc.so.6(cfree+0x6d)[0xb755e46d]
  7. /usr/lib/libstdc++.so.6(_ZdlPv+0x1f)[0xb774c6af]
  8. ./main[0x804940a]
  9. ./main[0x8049272]
  10. /lib/libc.so.6(__libc_start_main+0xf3)[0xb7505223]
  11. ./main[0x8048cc1]
  12. ======= Memory map: ========
  13. 08048000-0804c000 r-xp 00000000 08:04 2094283 /home/caustic/school/fall2011/csci311/p1/main
  14. 0804c000-0804d000 rw-p 00003000 08:04 2094283 /home/caustic/school/fall2011/csci311/p1/main
  15. 08a43000-08a64000 rw-p 00000000 00:00 0 [heap]
  16. b7300000-b7321000 rw-p 00000000 00:00 0
  17. b7321000-b7400000 ---p 00000000 00:00 0
  18. b74e9000-b74ec000 rw-p 00000000 00:00 0
  19. b74ec000-b764d000 r-xp 00000000 08:03 52 /lib/libc-2.14.so
  20. b764d000-b764f000 r--p 00161000 08:03 52 /lib/libc-2.14.so
  21. b764f000-b7650000 rw-p 00163000 08:03 52 /lib/libc-2.14.so
  22. b7650000-b7653000 rw-p 00000000 00:00 0
  23. b7653000-b766f000 r-xp 00000000 08:03 392868 /usr/lib/libgcc_s.so.1
  24. b766f000-b7670000 rw-p 0001b000 08:03 392868 /usr/lib/libgcc_s.so.1
  25. b7670000-b7698000 r-xp 00000000 08:03 54 /lib/libm-2.14.so
  26. b7698000-b7699000 r--p 00027000 08:03 54 /lib/libm-2.14.so
  27. b7699000-b769a000 rw-p 00028000 08:03 54 /lib/libm-2.14.so
  28. b769a000-b777d000 r-xp 00000000 08:03 392850 /usr/lib/libstdc++.so.6.0.16
  29. b777d000-b7781000 r--p 000e2000 08:03 392850 /usr/lib/libstdc++.so.6.0.16
  30. b7781000-b7782000 rw-p 000e6000 08:03 392850 /usr/lib/libstdc++.so.6.0.16
  31. b7782000-b7789000 rw-p 00000000 00:00 0
  32. b7794000-b7796000 rw-p 00000000 00:00 0
  33. b7796000-b7797000 r-xp 00000000 00:00 0 [vdso]
  34. b7797000-b77b6000 r-xp 00000000 08:03 55 /lib/ld-2.14.so
  35. b77b6000-b77b7000 r--p 0001e000 08:03 55 /lib/ld-2.14.so
  36. b77b7000-b77b8000 rw-p 0001f000 08:03 55 /lib/ld-2.14.so
  37. bffdc000-bfffd000 rw-p 00000000 00:00 0 [stack]
  38. [1] 26819 abort ./main testin testout
Add Comment
Please, Sign In to add comment