Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created August 2, 2011 13:54
Show Gist options
  • Save piscisaureus/1120229 to your computer and use it in GitHub Desktop.
Save piscisaureus/1120229 to your computer and use it in GitHub Desktop.
Bert Belder@piscisaureus /cygdrive/d/nodejs/cygwin/deps/v8
$ gdb --args obj/debug/mksnapshot.exe obj/debug/snapshot.cc --logfile "/cygdriv
e/d/nodejs/cygwin/deps/v8/obj/debug/snapshot.log" --log-snapshot-positions
GNU gdb 6.8.0.20080328-cvs (cygwin-special)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...
(gdb) run
Starting program: /cygdrive/d/nodejs/cygwin/deps/v8/obj/debug/mksnapshot.exe obj
/debug/snapshot.cc --logfile /cygdrive/d/nodejs/cygwin/deps/v8/obj/debug/snapsho
t.log --log-snapshot-positions
[New thread 6608.0x80c]
Error: dll starting at 0x769d0000 not found.
Error: dll starting at 0x755c0000 not found.
Error: dll starting at 0x769d0000 not found.
Error: dll starting at 0x768d0000 not found.
[New thread 6608.0x12f4]
Program received signal SIGSEGV, Segmentation fault.
0x006435a0 in v8::internal::MemoryAllocator::InitializePagesInChunk (
this=0x6cb37d0, chunk_id=2, pages_in_chunk=15, owner=0x6cd1d18)
at src/spaces.cc:624
624 p->heap_ = owner->heap();
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment