[Mono-bugs] [Bug 78714][Nor] New - Crash running IronPython
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 26 23:02:21 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=78714
--- shadow/78714 2006-06-26 23:02:21.000000000 -0400
+++ shadow/78714.tmp.23711 2006-06-26 23:02:21.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 78714
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: GC
+AssignedTo: lupus at ximian.com
+ReportedBy: sanxiyn at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Crash running IronPython
+
+SVN revision 62067. Reproducible.
+
+1. Get IronPython 1.0 Beta 8
+
+2. Copy codecs.py, types.py, entire encodings directory from standard
+Python 2.4 distribution
+
+3. Create test.py
+
+import encodings
+import codecs
+print codecs.lookup('ascii')
+
+4. Run
+mono IronPythonConsole.exe test.py
+
+5. Segmentation fault
+
+6. gdb usually shows backtrace inside GC, but it's not consistent.
More information about the mono-bugs
mailing list