[Mono-bugs] [Bug 75131][Wis] Changed - Reflector crashes on start

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 23:27:55 EDT 2005


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 jackson at ximian.com.

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

--- shadow/75131	2005-06-02 22:52:18.000000000 -0400
+++ shadow/75131.tmp.18540	2005-06-02 23:27:55.000000000 -0400
@@ -4,13 +4,13 @@
 OS: SLES 9
 OS Details: 
 Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: Windows.Forms
+Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: matt.hargett at logiclibrary.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -246,6 +246,50 @@
 shows that it's still under active development: 
 http://svn.myrealbox.com/mwf/owners.html
 
 We will appreciate any bug report where something that's implemented 
 and in testing status (see above URLs) is not working as it should, 
 and we try to get those things taken care of as quickly as possible.
+
+------- Additional Comments From jackson at ximian.com  2005-06-02 23:27 -------
+
+I've implemented border styles in the Splitter control. Looks like
+this just unveils a bug somewhere else. So I am moving it. Below is
+the stack trace that would be printed if it wasn't caught in
+mono_unhandled_exception .
+
+
+Unhandled Exception: System.Reflection.TargetInvocationException:
+Exception has been thrown by the target of an invocation. --->
+System.NullReferenceException: Object reference not set to an instance
+of an object
+in <0x00177> Reflector.ApplicationManager:_4 ()
+in <0x0001a> Reflector.ApplicationManager:SendException
+(System.Exception exception)
+in <0x01c94> Reflector.ApplicationManager:.ctor (IWindowManager
+windowManager)
+in <0x00000> <unknown method>
+in (wrapper managed-to-native)
+System.Reflection.MonoCMethod:InternalInvoke (object,object[])
+in <0x0006f> System.Reflection.MonoCMethod:Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder,
+System.Object[] parameters, System.Globalization.CultureInfo
+culture)--- End of inner exception stack trace ---
+
+in <0x00104> System.Reflection.MonoCMethod:Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder,
+System.Object[] parameters, System.Globalization.CultureInfo culture)
+in <0x00019> System.Reflection.MonoCMethod:Invoke (BindingFlags
+invokeAttr, System.Reflection.Binder binder, System.Object[]
+parameters, System.Globalization.CultureInfo culture)
+in <0x00032> System.Reflection.ConstructorInfo:Invoke (System.Object[]
+parameters)
+in <0x001a9> System.Activator:CreateInstance (System.Type type,
+System.Object[] args, System.Object[] activationAttributes)
+in <0x00020> System.Activator:CreateInstance (System.Type type,
+System.Object[] args)
+in <0x0029f> Reflector.Application:.ctor (IWindowManager windowManager)
+in <0x0002f> Reflector.Application:_1 ()
+
+** (Reflector.exe:27086): WARNING **: exception inside
+UnhandledException handler: Object reference not set to an instance of
+an object


More information about the mono-bugs mailing list