You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Siesta fails, it calls it's own die(message) subroutine which calls abort(). Perhaps we catch sigabrt to stop the crash and raise a Python exception instead (preferably still with the trace).
The text was updated successfully, but these errors were encountered:
When Siesta fails, it calls it's own
die(message)
subroutine which callsabort()
. Perhaps we catch sigabrt to stop the crash and raise a Python exception instead (preferably still with the trace).The text was updated successfully, but these errors were encountered: