-
Notifications
You must be signed in to change notification settings - Fork 145
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
swank debugger crash on the division-by-zero condition (FreeBSD) #1030
Comments
Possibly related to #961. Relatedly, could you try the example in that issue? (handler-bind ((arithmetic-error #'abort))
(restart-case
(integer-decode-float #.ext:short-float-positive-infinity)
(abort ()))) |
@Bike: I get a condition of type |
That's weird. Maybe FreeBSD has different signal behavior somehow. |
I can't reproduce this anymore, with the current master I simply get the following (without even involving swank):
|
That is of course worse... I don't have a FreeBSD system to test on and I'm still mystified by the other problems we've had in #961 |
Steps to reproduce:
(mod 1 0)
in the slime repl.division-by-zero
is signaled opening the slime debugger.a
(forsldb-abort
)The clasp process dies with the following message:
Other conditions (such as
type-error
) seem to work fine.Environment:
GDB-Backtrace.txt
The text was updated successfully, but these errors were encountered: