mail-archives/mono-bugs/2005-June/029964.html

134 строки
6.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75131][Wis] Changed - Reflector crashes on start
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075131%5D%5BWis%5D%20Changed%20-%20Reflector%20crashes%20on%20start&In-Reply-To=bug-75131%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="029963.html">
<LINK REL="Next" HREF="029965.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75131][Wis] Changed - Reflector crashes on start</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075131%5D%5BWis%5D%20Changed%20-%20Reflector%20crashes%20on%20start&In-Reply-To=bug-75131%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75131][Wis] Changed - Reflector crashes on start">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Thu Jun 2 23:27:55 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="029963.html">[Mono-bugs] [Bug 75131][Wis] Changed - Reflector crashes on start
</A></li>
<LI>Next message: <A HREF="029965.html">[Mono-bugs] [Bug 75134][Nor] New - CS0233 should be reported for
sizeof without unsafe context
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#29964">[ date ]</a>
<a href="thread.html#29964">[ thread ]</a>
<a href="subject.html#29964">[ subject ]</a>
<a href="author.html#29964">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jackson at ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75131">http://bugzilla.ximian.com/show_bug.cgi?id=75131</A>
--- 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: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">matt.hargett at logiclibrary.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
TargetMilestone: ---
URL:
Cc:
@@ -246,6 +246,50 @@
shows that it's still under active development:
<A HREF="http://svn.myrealbox.com/mwf/owners.html">http://svn.myrealbox.com/mwf/owners.html</A>
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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jackson at ximian.com</A> 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. ---&gt;
+System.NullReferenceException: Object reference not set to an instance
+of an object
+in &lt;0x00177&gt; Reflector.ApplicationManager:_4 ()
+in &lt;0x0001a&gt; Reflector.ApplicationManager:SendException
+(System.Exception exception)
+in &lt;0x01c94&gt; Reflector.ApplicationManager:.ctor (IWindowManager
+windowManager)
+in &lt;0x00000&gt; &lt;unknown method&gt;
+in (wrapper managed-to-native)
+System.Reflection.MonoCMethod:InternalInvoke (object,object[])
+in &lt;0x0006f&gt; 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 &lt;0x00104&gt; System.Reflection.MonoCMethod:Invoke (System.Object obj,
+BindingFlags invokeAttr, System.Reflection.Binder binder,
+System.Object[] parameters, System.Globalization.CultureInfo culture)
+in &lt;0x00019&gt; System.Reflection.MonoCMethod:Invoke (BindingFlags
+invokeAttr, System.Reflection.Binder binder, System.Object[]
+parameters, System.Globalization.CultureInfo culture)
+in &lt;0x00032&gt; System.Reflection.ConstructorInfo:Invoke (System.Object[]
+parameters)
+in &lt;0x001a9&gt; System.Activator:CreateInstance (System.Type type,
+System.Object[] args, System.Object[] activationAttributes)
+in &lt;0x00020&gt; System.Activator:CreateInstance (System.Type type,
+System.Object[] args)
+in &lt;0x0029f&gt; Reflector.Application:.ctor (IWindowManager windowManager)
+in &lt;0x0002f&gt; Reflector.Application:_1 ()
+
+** (Reflector.exe:27086): WARNING **: exception inside
+UnhandledException handler: Object reference not set to an instance of
+an object
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="029963.html">[Mono-bugs] [Bug 75131][Wis] Changed - Reflector crashes on start
</A></li>
<LI>Next message: <A HREF="029965.html">[Mono-bugs] [Bug 75134][Nor] New - CS0233 should be reported for
sizeof without unsafe context
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#29964">[ date ]</a>
<a href="thread.html#29964">[ thread ]</a>
<a href="subject.html#29964">[ subject ]</a>
<a href="author.html#29964">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>