Closed
Bug 1642503
Opened 5 years ago
Closed 5 years ago
Fix the name and type gdb uses to catch wasm's SIGSEGV handler
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
WasmFaultHandler was long ago renamed to WasmTrapHandler. I don't know if/when it is still used.
I was also getting a warning about the return type of sigaction, so I papered over that too.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0e9a6b237051
Fix the name and type gdb uses to catch wasm's SIGSEGV handler r=bbouvier
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•