Created
February 7, 2014 18:34
-
-
Save simonwelsh/8868857 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@local-hhvm:/hphp/hiphop-php# gdb hphp/hhvm/hhvm | |
... | |
(gdb) r | |
... | |
HipHop Notice: Nothing to do. Either pass a .php file to run, or use -m server | |
src/tcmalloc.cc:289] Attempt to free invalid pointer 0x7ffff7f45d18 | |
Program received signal SIGABRT, Aborted. | |
0x00007fffef1b51d5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. | |
(gdb) bt | |
#0 0x00007fffef1b51d5 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
#1 0x00007fffef1b8388 in __GI_abort () at abort.c:90 | |
#2 0x00007ffff799a1fc in tcmalloc::Log(tcmalloc::LogMode, char const*, int, tcmalloc::LogItem, tcmalloc::LogItem, tcmalloc::LogItem, tcmalloc::LogItem) () from /usr/lib/libtcmalloc_minimal.so.4 | |
#3 0x00007ffff7996733 in ?? () from /usr/lib/libtcmalloc_minimal.so.4 | |
#4 0x00007ffff79a4d90 in tc_free () from /usr/lib/libtcmalloc_minimal.so.4 | |
#5 0x00007fffecbecb4d in ?? () from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 | |
#6 0x00007ffff7de9fcf in _dl_fini () at dl-fini.c:253 | |
#7 0x00007fffef1b9a91 in __run_exit_handlers (status=255, listp=0x7fffef5265c8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:77 | |
#8 0x00007fffef1b9b15 in __GI_exit (status=<optimized out>) at exit.c:99 | |
#9 0x00007fffef1a199c in __libc_start_main (main=0x1c5f838 <main(int, char**)>, argc=1, ubp_av=0x7fffffffe708, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe6f8) at libc-start.c:310 | |
#10 0x0000000001c58d39 in _start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment