[Mono-bugs] [Bug 75131][Nor] Changed - Reflector crashes on start
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 2 21:39:02 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 matt.hargett at logiclibrary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75131
--- shadow/75131 2005-06-02 20:34:02.000000000 -0400
+++ shadow/75131.tmp.17548 2005-06-02 21:39:02.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75131
Product: Mono: Class Libraries
Version: 1.1
OS: SLES 9
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: matt.hargett at logiclibrary.com
QAContact: mono-bugs at ximian.com
@@ -172,6 +172,55 @@
Created an attachment (id=15256)
reflector assembly
------- Additional Comments From bmaurer at users.sf.net 2005-06-02 20:34 -------
update svn, this was a patch misfire from me
+
+------- Additional Comments From matt.hargett at logiclibrary.com 2005-06-02 21:39 -------
+Yup, it does get farther now. It now crashes here:
+
+** (Reflector.exe:18670): WARNING **: Missing method set_BorderStyle
+in assembly data-0x2a96ee6010, type Splitter
+
+** (Reflector.exe:18670): WARNING **: Missing method set_BorderStyle
+in assembly data-0x2a96ee6010, type Splitter
+
+Unhandled Exception: System.Reflection.TargetInvocationException:
+Exception has been thrown by the target of an invocation. ---> System.Null
+ReferenceException: Object reference not set to an instance of an object
+in <0x00000> <unknown method>
+in (wrapper managed-to-native)
+System.Reflection.MonoCMethod:InternalInvoke (object,object[])
+in [0x00044] (at
+/home/bryan/work/monobuild/svn/mcs/class/corlib/System.Reflection/MonoMethod.cs:336)
+System.Reflection.MonoCMethod:Invoke (
+System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder
+binder, System.Object[] parameters, System.Globalization.CultureInfo cu
+lture)--- End of inner exception stack trace ---
+
+in [0x0006b] (at
+/home/bryan/work/monobuild/svn/mcs/class/corlib/System.Reflection/MonoMethod.cs:342)
+System.Reflection.MonoCMethod:Invoke (
+System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder
+binder, System.Object[] parameters, System.Globalization.CultureInfo cu
+lture)
+in [0x00007] (at
+/home/bryan/work/monobuild/svn/mcs/class/corlib/System.Reflection/MonoMethod.cs:347)
+System.Reflection.MonoCMethod:Invoke (
+BindingFlags invokeAttr, System.Reflection.Binder binder,
+System.Object[] parameters, System.Globalization.CultureInfo culture)
+in [0x00018] (at
+/home/bryan/work/monobuild/svn/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:62)
+System.Reflection.ConstructorInfo:
+Invoke (System.Object[] parameters)
+in [0x000ec] (at
+/home/bryan/work/monobuild/svn/mcs/class/corlib/System/Activator.cs:195)
+System.Activator:CreateInstance (System.Type type,
+ System.Object[] args, System.Object[] activationAttributes)
+in [0x00008] (at
+/home/bryan/work/monobuild/svn/mcs/class/corlib/System/Activator.cs:154)
+System.Activator:CreateInstance (System.Type type,
+ System.Object[] args)
+in <0x00380> Reflector.Application:.ctor (IWindowManager windowManager)
+in <0x00038> Reflector.Application:_1 ()
+
More information about the mono-bugs
mailing list