[Mono-bugs] [Bug 79194][Nor] Changed - NullReferenceException crashes embedded Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 30 04:09:16 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-30 02:52:08.000000000 -0400
+++ shadow/79194.tmp.12574 2006-08-30 04:09:16.000000000 -0400
@@ -151,6 +151,20 @@
Another reason might be some other component of your app
(or another DLL your load) which installs a new SEH exception
handler.
- The main thread has it's own thread exception handler, could it be
causing this?
+
+------- Additional Comments From janne.rantala at gmail.com 2006-08-30 04:09 -------
+Another reason might be some other component of your app
+(or another DLL your load) which installs a new SEH exception
+handler.
+
+- It can't be the main thread handler. I created completely new
+project and embedded Mono into it. Now that project definitely does
+not have any thread handlers but it still crashes with same message.
+If I run that exe by double clicking it, this message is printed to
+console:
+
+"Unhandled Exception: System.NullReferenceException: Object reference
+not set to an instance of an object"
More information about the mono-bugs
mailing list