cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
845 stars 80 forks source link

You may have encountered a bug in the Ruby interpreter or extension libraries #124

Closed atstockland closed 10 years ago

atstockland commented 10 years ago

For some reason I am getting this error AFTER 'c' continuing. Debugger halts at the create action and I can see the params, so debugger is doing its job. But, when I continue it crashes the rails server and gives this error. The stack trace is a mile long and gets cut off at the top of console. I can include what it has if needed, but it seemed generic.

Wish I could offer more...

You may have encountered a bug in the Ruby interpreter or extension libraries

cldwalker commented 10 years ago

Thanks for reporting your issue! This is one of my 15 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

cldwalker commented 10 years ago

As explained in the link from CONTRIBUTING.md, I'll need more info e.g. gem env. Note, debugger is only for 1.9.2 and 1.9.3 now.

cldwalker commented 10 years ago

Closing. Feel free to provide 1.9 specific info and I can reopen