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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
