This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
forked from mark-moseley/ruby-debug
-
Notifications
You must be signed in to change notification settings - Fork 80
Post-mortem debugger segfaults #56
Labels
Comments
Here’s a GDB stacktrace of the whole thing (recompiled
|
Yup, commands 'edit', 'frame', 'where'/'backtrace' and 'jump' fail with Segfaults. |
The problem is inside context_frame_file(), no idea how to fix it though. :( |
@Quintus Thanks for the detailed bug report. Patches are welcome as I won't be getting to this. |
Is there a workaround or another approach for post mortem in "debugger"? Or how do you guys debug uncaught exceptions deep in external libraries' code? |
@moll My question exactly. |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With
debugger
from today’s master:Ruby version: ` ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-linux]
OS: Arch Linux 64-bits
Vale,
Quintus
The text was updated successfully, but these errors were encountered: