Advertisement
clairec

Untitled

Oct 10th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. 17:51 scratch $ ./shunting
  2. *** Error in `./shunting': munmap_chunk(): invalid pointer: 0xb7655f20 ***
  3. ======= Backtrace: =========
  4. /usr/lib/libc.so.6(+0x67d2a)[0xb741dd2a]
  5. /usr/lib/libc.so.6(+0x6e9c7)[0xb74249c7]
  6. /usr/lib/libc.so.6(+0x6f051)[0xb7425051]
  7. /usr/lib/libstdc++.so.6(_ZdlPv+0x18)[0xb76534b8]
  8. /usr/lib/libstdc++.so.6(_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev
  9. +0x25)[0xb76f38b5]
  10. ./shunting[0x804b52f]
  11. ./shunting[0x804b447]
  12. ./shunting[0x804b087]
  13. ./shunting[0x804adc5]
  14. ./shunting[0x804a7fa]
  15. ./shunting[0x804a40b]
  16. ./shunting[0x804a1af]
  17. ./shunting[0x8049fd6]
  18. ./shunting[0x80499fc]
  19. /usr/lib/libc.so.6(__libc_start_main+0xf6)[0xb73ce196]
  20. ./shunting[0x80493a1]
  21. ======= Memory map: ========
  22. 08048000-0804e000 r-xp 00000000 08:01 4195078 /home/clairec/scratch/shunting
  23. 0804e000-0804f000 r--p 00005000 08:01 4195078 /home/clairec/scratch/shunting
  24. 0804f000-08050000 rw-p 00006000 08:01 4195078 /home/clairec/scratch/shunting
  25. 09915000-0993a000 rw-p 00000000 00:00 0 [heap]
  26. b73b4000-b73b6000 rw-p 00000000 00:00 0
  27. b73b6000-b7568000 r-xp 00000000 08:01 12850314 /usr/lib/libc-2.24.so
  28. b7568000-b7569000 ---p 001b2000 08:01 12850314 /usr/lib/libc-2.24.so
  29. b7569000-b756b000 r--p 001b2000 08:01 12850314 /usr/lib/libc-2.24.so
  30. b756b000-b756c000 rw-p 001b4000 08:01 12850314 /usr/lib/libc-2.24.so
  31. b756c000-b756f000 rw-p 00000000 00:00 0
  32. b756f000-b758b000 r-xp 00000000 08:01 12847372 /usr/lib/libgcc_s.so.1
  33. b758b000-b758c000 r--p 0001b000 08:01 12847372 /usr/lib/libgcc_s.so.1
  34. b758c000-b758d000 rw-p 0001c000 08:01 12847372 /usr/lib/libgcc_s.so.1
  35. b758d000-b75e0000 r-xp 00000000 08:01 12850439 /usr/lib/libm-2.24.so
  36. b75e0000-b75e1000 ---p 00053000 08:01 12850439 /usr/lib/libm-2.24.so
  37. b75e1000-b75e2000 r--p 00053000 08:01 12850439 /usr/lib/libm-2.24.so
  38. b75e2000-b75e3000 rw-p 00054000 08:01 12850439 /usr/lib/libm-2.24.so
  39. b75e3000-b7759000 r-xp 00000000 08:01 12848671 /usr/lib/libstdc++.so.6.0.22
  40. b7759000-b775f000 r--p 00175000 08:01 12848671 /usr/lib/libstdc++.so.6.0.22
  41. b775f000-b7760000 rw-p 0017b000 08:01 12848671 /usr/lib/libstdc++.so.6.0.22
  42. b7760000-b7763000 rw-p 00000000 00:00 0
  43. b778b000-b778e000 rw-p 00000000 00:00 0
  44. b778e000-b7790000 r--p 00000000 00:00 0 [vvar]
  45. b7790000-b7791000 r-xp 00000000 00:00 0 [vdso]
  46. b7791000-b77b3000 r-xp 00000000 08:01 12850279 /usr/lib/ld-2.24.so
  47. b77b3000-b77b4000 r--p 00021000 08:01 12850279 /usr/lib/ld-2.24.so
  48. b77b4000-b77b5000 rw-p 00022000 08:01 12850279 /usr/lib/ld-2.24.so
  49. bf8b0000-bf8d1000 rw-p 00000000 00:00 0 [stack]
  50. Abandon (core dumped)
  51.  
  52. 17:52 scratch $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement