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
Right now it's still possible to get a segfault under the hood (though usually it's indicative of a compiler bug rather than user error). To make this a bit more ergonomic (and to provide a better debugging experience), it'd be cool if there were a signal handler for SIGSEGV which printed the stacktrace before exiting the program.
The text was updated successfully, but these errors were encountered:
Right now it's still possible to get a segfault under the hood (though usually it's indicative of a compiler bug rather than user error). To make this a bit more ergonomic (and to provide a better debugging experience), it'd be cool if there were a signal handler for
SIGSEGV
which printed the stacktrace before exiting the program.The text was updated successfully, but these errors were encountered: