http://bugzilla.novell.com/show_bug.cgi?id=603600
http://bugzilla.novell.com/show_bug.cgi?id=603600#c0 Summary: 64-bit OSX support: syscall fork Classification: Mono Product: Mono: Runtime Version: SVN Platform: x86-64 OS/Version: Mac OS X 10.6 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=360318) --> (http://bugzilla.novell.com/attachment.cgi?id=360318) Implementation of the fork syscall for Mac OS X 64 bits User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.29 Safari/533.4 The fork syscall is currently not implemented for Mac OS X 64 bits. This call is used to fork gdb in order to get a full stacktrace. Reproducible: Always Steps to Reproduce: 1. Raise a SIGSEGV signal 2. 3. Actual Results: The following message is displayed : * Assertion: should not be reached at mini-darwin.c:241 Expected Results: Stiil a crash, but with a full stacktrace. The attached file provides an implementation of the fork syscall for Mac OS X 64 bits. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
