[Mono-bugs] [Bug 80173][Wis] Changed - [PATCH][windows] ironpython: os.popen() causes segfault

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 7 19:32:47 EST 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 joncham at gmail.com.

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: mono-bugs at ximian.com                            
 ReportedBy: anthony at interlink.com.au               
 QAContact: mono-bugs at ximian.com
 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 joncham at gmail.com  2006-12-07 19:32 -------
 Created an attachment (id=18248)
 Win32 patch
 
+
+------- Additional Comments From joncham at gmail.com  2006-12-07 19:32 -------
+Patch for Win32 codepath.


More information about the mono-bugs mailing list