[Webkit-unassigned] [Bug 14878] New: r24843 introduces a crash on calling fork()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 14:26:19 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14878

           Summary: r24843 introduces a crash on calling fork()
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit-bugs at gentlyusedunderwear.com


Something in r24843 makes fork() call a NULL function pointer and then crash.
This happens if the app that hosts WebKit calls fork() for whatever reason.

This is a problem because I enjoy calling fork() often.

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   <<00000000>>        0x00000000 0 + 0
1   libSystem.B.dylib                   0x900323cc fork + 44


-- 
Configure bugmail: http://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