[Mono-bugs] [Bug 79194][Nor] Changed - NullReferenceException crashes embedded Mono

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Aug 29 08:55:57 EDT 2006


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 janne.rantala at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79194

--- shadow/79194	2006-08-28 13:55:29.000000000 -0400
+++ shadow/79194.tmp.30145	2006-08-29 08:55:57.000000000 -0400
@@ -84,6 +84,35 @@
 I'm asking this, because I cannot reproduce the issue
 with VC. Only cygwin appears to have a problem when
 the embedding app is linking against cygwin.dll.
 
 See bug #79180.
 
+
+------- Additional Comments From janne.rantala at gmail.com  2006-08-29 08:55 -------
+- Are your using VC? If so, which version? Which compiler
+  switches?
+
+I'm using Visual Studio 2005 to build the program Mono is embedded to.
+(Mono is built with Cygwin).
+
+Here's compiler options, let me know if they need translation:
+
+/Od /I "..\mono\include" /I "..\mono\glib\lib\glib-2.0\include" /I
+"..\mono\glib\include" /I "..\mono\glib\include\glib-2.0" /I
+"..\mono\glib\include\glib-2.0\glib" /D "_CRT_SECURE_NO_DEPRECATE" /D
+"_CONSOLE" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /RTC1
+/MTd /Zp1 /Fp".\Debug/srv.pch" /Fo".\Debug/" /Fd".\Debug/"
+/FR".\Debug\\" /W3 /nologo /c /ZI /TC /wd4996 /errorReport:prompt
+
+- How do you load mono-1.dll?
+
+LoadLibrary
+
+- When do you load mono-1.dll?
+
+Right after the program starts.
+
+- Are you loading mono-1.dll from a new thread or from
+  the main thread?
+
+From the main thread.


More information about the mono-bugs mailing list