Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75733 --- shadow/75733 2006-11-12 08:57:32.000000000 -0500 +++ shadow/75733.tmp.16884 2006-11-13 10:34:35.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 75733 Product: Mono: Runtime Version: 1.1 OS: NLD 9 OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: io-layer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -115,6 +115,12 @@ I vote for closing this bug for now, Dick? ------- Additional Comments From [EMAIL PROTECTED] 2006-11-12 08:57 ------- I'll have a look for NULL handle returns next week and close this bug then. + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-13 10:34 ------- +NULL is the proper error return for Event, Mutex, Semaphore and Thread +creation functions, so we just need to be diligent about checking +return conditions. I've added some checks in the runtime that were +missing, so closing this bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
