Skip to content

Instantly share code, notes, and snippets.

Created November 27, 2015 23:08
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/0e362912875f01bbcbda to your computer and use it in GitHub Desktop.
Save anonymous/0e362912875f01bbcbda to your computer and use it in GitHub Desktop.
(gdb) r "C:/Ruby200-x64/bin/gem" install json
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /cygdrive/c/Ruby200-x64/bin/ruby.exe "C:/Ruby200-x64/bin/gem" install json
[New Thread 64228.0xfae8]
[New Thread 64228.0xfaec]
[New Thread 64228.0xfaf0]
[New Thread 64228.0xfaf4]
[New Thread 64228.0xfb00]
[New Thread 64228.0xfb0c]
[New Thread 64228.0xfb10]
Breakpoint 2, 0x00007fff94f125df in getaddrinfo () from /cygdrive/c/WINDOWS/system32/WS2_32.dll
(gdb) finish
Run till exit from #0 0x00007fff94f125df in getaddrinfo () from /cygdrive/c/WINDOWS/system32/WS2_32.dll
[New Thread 64228.0xfb7c]
[New Thread 64228.0xfb80]
[New Thread 64228.0xfb84]
[New Thread 64228.0xfb88]
[New Thread 64228.0xfb8c]
[New Thread 64228.0xfb90]
[New Thread 64228.0xfb94]
0x000000006fd4e85d in socket!Init_socket () from /cygdrive/c/Ruby200-x64/lib/ruby/2.0.0/x64-mingw32/socket.so
(gdb) p $eax
$2 = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment