Closed Bug 1577906 Opened 5 years ago Closed 4 years ago

RLBox - RLBox Lucet sandbox signal handler should not interfere with Firefox's signal handler

Categories

(Core :: Graphics, defect, P3)

x86_64
Linux
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: shravanrn, Assigned: shravanrn)

References

Details

Lucet runtime has a custom signal handler to handle WASM errors... This is (I believe) an optional component as its primary role is to provide a cleaner dump when wasm code crashes... However, its inclusion in the runtime can interfere with Firefox's signal handler when executing wasm sandboxed library code... Need to investigate the right approach between

  • include both handlers in some sort of nested way
  • only use the Firefox handler
  • Combine bodies of both handlers into the Firefox handler

We do not enable lucets signal handler in RLBox, so this is not an issue.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.