[Webkit-unassigned] [Bug 22402] New: Replace abort() with CRASH()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 21 07:12:34 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22402

           Summary: Replace abort() with CRASH()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


Using abort() for fatal failures is bad for at least two reasons:
1) We don't get a crash log.
2) It's impolite to silently close an application on failure, as if it was
never running.

We already use CRASH everywhere, except for FastMalloc and one place in
Collector.

We could consider taking measures against using abort (or just define it to
CRASH), but I'm not sure how much that would help in practice.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list