Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1.  
  2. Program terminated with signal 6, Aborted.
  3. #0 0xf76e4430 in __kernel_vsyscall ()
  4. Missing separate debuginfos, use: debuginfo-install glibc-2.17-260.el7_6.3.i686 keyutils-libs-1.5.8-3.el7.i686 krb5-libs-1.15.1-37.el7_6.i686 libcom_err-1.42.9-13.el7.i686 libgcc-4.8.5-36.el7.i686 libselinux-2.5-14.1.el7.i686 libstdc++-4.8.5-36.el7.i686 mariadb-libs-5.5.60-1.el7_5.i686 openssl-libs-1.0.2k-16.el7.i686 pcre-8.32-17.el7.i686 zlib-1.2.7-18.el7.i686
  5. (gdb) bt
  6. #0 0xf76e4430 in __kernel_vsyscall ()
  7. #1 0xf6e7f147 in raise () from /lib/libc.so.6
  8. #2 0xf6e80983 in abort () from /lib/libc.so.6
  9. #3 0xf6e77fc7 in __assert_fail_base () from /lib/libc.so.6
  10. #4 0xf6e78077 in __assert_fail () from /lib/libc.so.6
  11. #5 0x080e95a7 in DumpMemoryLeaks () at memmgr.cpp:582
  12. #6 0x08052e7c in DumpLeak::~DumpLeak (this=0x89998a0 <g_MemMgrInstance>, __in_chrg=<optimized out>) at memmgr.h:96
  13. #7 0xf6e82689 in __run_exit_handlers () from /lib/libc.so.6
  14. #8 0xf6e826ed in exit () from /lib/libc.so.6
  15. #9 0xf6e6a1cb in __libc_start_main () from /lib/libc.so.6
  16. #10 0x08050c5a in _start ()
  17. (gdb) q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement