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=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 [EMAIL PROTECTED] 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" _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
