Created
December 16, 2009 09:33
-
-
Save simoncpu/257708 to your computer and use it in GitHub Desktop.
This file contains hidden or 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@soulfury:~# uname -a | |
FreeBSD chaosbuilder.simoncpu.com 7.1-RELEASE-p8 FreeBSD 7.1-RELEASE-p8 #0: Thu Oct 8 19:24:29 PHT 2009 admin@soulfury:/usr/obj/usr/src/sys/INARA i386 | |
root@soulfury:~# node_g -v | |
0.1.21 (debug) | |
root@soulfury:~# gdb node_g node_g.core | |
GNU gdb 6.1.1 [FreeBSD] | |
Copyright 2004 Free Software Foundation, Inc. | |
GDB is free software, covered by the GNU General Public License, and you are | |
welcome to change it and/or distribute copies of it under certain conditions. | |
Type "show copying" to see the conditions. | |
There is absolutely no warranty for GDB. Type "show warranty" for details. | |
This GDB was configured as "i386-marcel-freebsd"... | |
Core was generated by `node_g'. | |
Program terminated with signal 11, Segmentation fault. | |
Reading symbols from /usr/local/lib/libexecinfo.so.1...done. | |
Loaded symbols for /usr/local/lib/libexecinfo.so.1 | |
Reading symbols from /usr/lib/libstdc++.so.6...done. | |
Loaded symbols for /usr/lib/libstdc++.so.6 | |
Reading symbols from /lib/libm.so.5...done. | |
Loaded symbols for /lib/libm.so.5 | |
Reading symbols from /lib/libgcc_s.so.1...done. | |
Loaded symbols for /lib/libgcc_s.so.1 | |
Reading symbols from /lib/libthr.so.3...done. | |
Loaded symbols for /lib/libthr.so.3 | |
Reading symbols from /lib/libc.so.7...done. | |
Loaded symbols for /lib/libc.so.7 | |
Reading symbols from /libexec/ld-elf.so.1...done. | |
Loaded symbols for /libexec/ld-elf.so.1 | |
#0 0x081627bc in v8::internal::HeapObject::map_word (this=0xa286a41) at objects-inl.h:1022 | |
1022 return MapWord(reinterpret_cast(READ_FIELD(this, kMapOffset))); | |
[New Thread 0x2878d200 (LWP 100080)] | |
[New Thread 0x28701100 (LWP 100092)] | |
(gdb) quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment