Skip to content

Instantly share code, notes, and snippets.

@fd00
Created June 4, 2018 16:19
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 fd00/a6d801237a2fee6bdd325863b060e0e4 to your computer and use it in GitHub Desktop.
Save fd00/a6d801237a2fee6bdd325863b060e0e4 to your computer and use it in GitHub Desktop.
$ gdb ./miniruby.exe
$ run -I/tmp/cygwinports-ruby-yselkowitz/ruby-2.5.1-1.i686/src/ruby-2.5.1/lib -I. -I.ext/common /tmp/cygwinports-ruby-yselkowitz/ruby-2.5.1-1.i686/src/ruby-2.5.1/tool/runruby.rb --extout=.ext -- --disable-gems /tmp/cygwinports-ruby-yselkowitz/ruby-2.5.1-1.i686/src/ruby-2.5.1/bin/rdoc --root /tmp/cygwinports-ruby-yselkowitz/ruby-2.5.1-1.i686/src/ruby-2.5.1 --page-dir /tmp/cygwinports-ruby-yselkowitz/ruby-2.5.1-1.i686/src/ruby-2.5.1/doc --encoding=UTF-8 --no-force-update --all --ri /tmp/cygwinports-ruby-yselkowitz/ruby-2.5.1-1.i686/src/ruby-2.5.1/lib/rdoc/parser/ripper_state_lex.rb -d -O
:
(skip)
:
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
2 [main] ruby 4784 cygwin_exception::open_stackdumpfile: Dumping stack trace to ruby.exe.stackdump
[Thread 4784.0x3e0 exited with code 34304]
[Thread 4784.0x380 exited with code 34304]
[Inferior 1 (process 4784) exited with code 0103000]
(gdb) where
No stack.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment