[Mono-bugs] [Bug 27935][Maj] New - I no longer get stack traces when I get an exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Jul 2002 01:15:45 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27935
--- shadow/27935 Wed Jul 17 21:15:45 2002
+++ shadow/27935.tmp.30413 Wed Jul 17 21:15:45 2002
@@ -0,0 +1,31 @@
+Bug#: 27935
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: I no longer get stack traces when I get an exception
+
+I am no longer getting strack traces when I get an exception with Mono, I
+get instead a loop of:
+
+** (process:5613): WARNING **: unhandled exception System.Exception:
+"System.Security.Cryptography/DES.cs(35) error CS0029: Cannot convert
+implicitly from `long' to `ulong'"
+in <0x0007c> (runtime invoke wrapper) Mono.CSharp.Driver:Main
+(object,intptr,intptr)
+
+
+** (process:5613): WARNING (recursed) **: unhandled exception
+System.NullReferenceException: "A null value was found where an object
+instance was required"