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=82810 --- shadow/82810 2007-09-12 08:29:54.000000000 -0400 +++ shadow/82810.tmp.31553 2007-09-12 16:04:57.000000000 -0400 @@ -61,6 +61,14 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-09-12 08:29 ------- I'm not sure cygwin1.dll is supposed to be used that way. Notice that the crash is happening not inside mono, but inside cygwin's system function. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-12 16:04 ------- +Regardless of this specific issue, p/invoking from cygwin is a bad +idea, because cygwin is replacing Mono's SEH exception handler with +its own, which leads to a crash after the first NullReferenceException. + +Try to p/invoke from msvcrt.dll instead. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
