Advertisement
jintack

pbzip segfault gdb

Apr 26th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0xffffb64651d0 (LWP 11327)]
  3. 0x0000ffffb7fb813c in BZ2_compressBlock ()
  4. from /lib/aarch64-linux-gnu/libbz2.so.1.0
  5. (gdb) bt
  6. #0 0x0000ffffb7fb813c in BZ2_compressBlock ()
  7. from /lib/aarch64-linux-gnu/libbz2.so.1.0
  8. #1 0x0000ffffb7fbeac0 in ?? () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  9. #2 0x0000ffffb64649b8 in ?? ()
  10. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  11. (gdb)
  12.  
  13.  
  14. [Switching to Thread 0xffffb6c651d0 (LWP 11490)]
  15. 0x0000ffffb7fb9ce0 in BZ2_compressBlock ()
  16. from /lib/aarch64-linux-gnu/libbz2.so.1.0
  17. (gdb) bt
  18. #0 0x0000ffffb7fb9ce0 in BZ2_compressBlock ()
  19. from /lib/aarch64-linux-gnu/libbz2.so.1.0
  20. #1 0x0000ffffb7fbeac0 in ?? () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  21. #2 0x0000ffffb6c649b8 in ?? ()
  22. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  23. (gdb)
  24.  
  25.  
  26. Program received signal SIGSEGV, Segmentation fault.
  27. [Switching to Thread 0xffffb6c651d0 (LWP 11567)]
  28. 0x0000ffffb7fb9ce0 in BZ2_compressBlock ()
  29. from /lib/aarch64-linux-gnu/libbz2.so.1.0
  30. (gdb) bt
  31. #0 0x0000ffffb7fb9ce0 in BZ2_compressBlock ()
  32. from /lib/aarch64-linux-gnu/libbz2.so.1.0
  33. #1 0x0000ffffb7fbeac0 in ?? () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  34. #2 0x0000ffffb6c649b8 in ?? ()
  35. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  36. (gdb)
  37.  
  38.  
  39.  
  40. <---------- From L2 -------------->
  41.  
  42. [Switching to Thread 0xffffb64671d0 (LWP 11124)]
  43. 0x0000ffffb7fb813c in BZ2_compressBlock () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  44. (gdb) bt
  45. #0 0x0000ffffb7fb813c in BZ2_compressBlock () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  46. #1 0x0000ffffb7fbeac0 in ?? () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  47. #2 0x0000ffffb64669b8 in ?? ()
  48. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  49. (gdb)
  50.  
  51.  
  52. Program received signal SIGSEGV, Segmentation fault.
  53. [Switching to Thread 0xffffb64671d0 (LWP 11153)]
  54. 0x0000ffffb7fb80c8 in BZ2_compressBlock () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  55. (gdb) bt
  56. #0 0x0000ffffb7fb80c8 in BZ2_compressBlock () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  57. #1 0x0000ffffb7fbeac0 in ?? () from /lib/aarch64-linux-gnu/libbz2.so.1.0
  58. #2 0x0000ffffb64669b8 in ?? ()
  59. Backtrace stopped: previous frame inner to this frame (corrupt stack?)
  60. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement