-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Ref #14
We need to catch traps generated by page faults, ud2 and probably others (e.g. div by zero exceptions, but I'm not familiar how they are handled in cranelift).
As far as I know, we need to use signals on unix-like platforms. I have no idea how to handle these cases on other platforms (and even what platforms we would like to support at all).
I wonder can we provide this functionality out-of-box? Or should we require to setup all machinery from the user and just provide means to, for example, lookup trap codes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels