Skip to content

Instantly share code, notes, and snippets.

Created December 14, 2012 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4289251 to your computer and use it in GitHub Desktop.
Save anonymous/4289251 to your computer and use it in GitHub Desktop.
gdb after crash in my Windows VM
ProcessBlock: ACCEPTED
received block 000000005f4df19627a6fb66424314dc871d08dcf702c08dbfd0e95d49552066
SetBestChain: new best=000000005f4df19627a6fb66424314dc871d08dcf702c08dbfd0e95d4
9552066 height=1346 work=5785409226051 tx=2288 date=2012-05-25T17:16:42
ProcessBlock: ACCEPTED
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1284.0x764]
0x77c42a16 in wscanf () from C:\WINDOWS\system32\msvcrt.dll
(gdb) up
#1 0x06a7f78b in ?? ()
(gdb) up
#2 0x77c3ffb9 in vsnprintf () from C:\WINDOWS\system32\msvcrt.dll
(gdb) up
#3 0x007946b7 in leveldb::Win32::Win32Logger::Logv(char const*, char*) ()
(gdb) up
#4 0x06a7f9c8 in ?? ()
(gdb) up
Initial frame selected; you cannot go up.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment