[Mono-bugs] [Bug 54813][Nor] Changed - mcs 0.30.1 crashes mono in metadata.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 8 Mar 2004 15:18:58 -0500 (EST)


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 diltonm@mccomsoft.com.

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

--- shadow/54813	2004-03-04 18:01:33.000000000 -0500
+++ shadow/54813.tmp.16152	2004-03-08 15:18:58.000000000 -0500
@@ -265,6 +265,21 @@
 stack trace of when the problem happens at the assertion point.
 
 I've downloaded the debugger project from CVS and am attempting to
 build it now. If I can produce some useful information then I'll post it.
 
 Thanks.
+
+------- Additional Comments From diltonm@McCOMSoft.com  2004-03-08 15:18 -------
+When I run mcs inside mdb this is the information it provides:
+
+Process @5 stopped at #0: 0x003d44b8 in Main+0x28 at Main:255.
+0x003d44b8      push   %edi
+ 255                    bool ok = MainDriver (args);
+Mono debugger
+
+ALSO, the crash test code I wrote and attached earlier is crashing
+with fairly recent CVS versions of the code. It seems to be random.
+Regarding the test code, to reproduce it I recommend deleting
+Utils.dll and Client.exe each time before attempting a new build.
+
+