[Mono-bugs] [Bug 78031][Wis] New -
IronPython.Runtime.BigNamespaceDictionary miscompiled?
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Apr 6 00:08:38 EDT 2006
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 sanxiyn at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78031
--- shadow/78031 2006-04-06 00:08:38.000000000 -0400
+++ shadow/78031.tmp.22831 2006-04-06 00:08:38.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78031
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: sanxiyn at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: IronPython.Runtime.BigNamespaceDictionary miscompiled?
+
+SVN revision 59107. Always reproducible.
+
+1. Get IronPython 1.0 Beta 5
+
+2. Create test.py
+
+class C(type):
+ pass
+
+3. Run mono IronPythonConsole.exe test.py with provided binary. This causes
+no problem.
+
+4. Rebuild IronPython.
+
+5. Run mono IronPythonConsole.exe test.py again. This terminates with SIGTRAP.
+
+6. Run 5 inside gdb. Continuing after receiving SIGTRAP receives SIGSEGV.
More information about the mono-bugs
mailing list