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=80173 --- shadow/80173 2006-12-07 19:32:12.000000000 -0500 +++ shadow/80173.tmp.1844 2006-12-07 19:32:47.000000000 -0500 @@ -11,13 +11,13 @@ AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: [windows] ironpython: os.popen() causes segfault +Summary: [PATCH][windows] ironpython: os.popen() causes segfault On both IronPython 1.0.1 and IPCE release 4, os.popen() segfaults under Mono 1.17.1 (on Ubuntu edgy). To reproduce: ipy.exe -c "import os; print os.popen('/bin/ls', 'r').read()" @@ -142,6 +142,9 @@ to fix the windows case which has a slightly different codepath. ------- Additional Comments From [EMAIL PROTECTED] 2006-12-07 19:32 ------- Created an attachment (id=18248) Win32 patch + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-07 19:32 ------- +Patch for Win32 codepath. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
