Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel dies when debugger is attached #11

Closed
ihnorton opened this issue Jul 31, 2018 · 3 comments
Closed

Kernel dies when debugger is attached #11

ihnorton opened this issue Jul 31, 2018 · 3 comments

Comments

@ihnorton
Copy link
Member

The kernel stops responding when lldb is attached to the Slicer process on macOS. Slicer prints the following in the notebook terminal, and in a popup window:

"Slicer has caught an internal error.\n\nYou may be able to continue from this point, but results are undefined.\n\nSuggested action is to save your work and restart.\n\nIf you have a repeatable sequence of steps that causes this message, please report the issue following instructions available at http://slicer.org\n\n\nThe message detail is:\n\nException thrown in event: Interrupted system call"
@ihnorton
Copy link
Member Author

ihnorton commented Jul 31, 2018

Partially fixed by #4: the internal error message is still displayed (when the debugger attaches, and every time a breakpoint is set), but the kernel keeps responding, and the debugger stops at breakpoints as expected.

@lassoan
Copy link
Contributor

lassoan commented Jul 31, 2018

FYI, all debuggers (both Python and native C++) work without any problems on Windows.

@lassoan
Copy link
Contributor

lassoan commented Dec 11, 2018

I think this issue has been fixed (no user reported this error recently).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants