#11592 closed enhancement (fixed)
RFE: sbcl-1.0.3 use :mach-exception-handler feature to avoid false CrashReporter reports on x86
Reported by: | david.m.cooke@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | gwright@…, waqar@…, david.m.cooke@… | |
Port: |
Description
SBCL 1.0.3 comes with support to use Mach exception handlers instead of BSD signal handlers. Using these, the protected memory accesses by the garbage collector don't trigger CrashReporter, and we all live happier.
More info in sbcl-1.0.3/docs/internal-notes/mach-exception-handler. (About bloody time; this first came up on sbcl-devel in 2005...)
I've attached a modified Portfile and patch.
Attachments (2)
Change History (7)
Changed 18 years ago by david.m.cooke@…
Changed 18 years ago by david.m.cooke@…
Attachment: | use-mach-exception-handler.patch added |
---|
comment:1 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Enhancements |
---|
comment:2 Changed 18 years ago by waqar@…
Status: | new → assigned |
---|
comment:3 Changed 18 years ago by waqar@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 17 years ago by nox@…
Cc: | gwright@… waqar@… david.m.cooke@… added; gwright@… removed |
---|---|
Priority: | Nice to have → Low |
Version: | 1.3.2 |
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Fix checked in.