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 06:42:21.000000000 -0500 +++ shadow/80173.tmp.27543 2006-12-07 11:22:45.000000000 -0500 @@ -1,23 +1,23 @@ Bug#: 80173 Product: Mono: Runtime Version: 1.1 OS: unknown OS Details: -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Wishlist Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: ironpython: os.popen() causes segfault +Summary: [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()" @@ -132,6 +132,11 @@ /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc) [0xb7d058cc] /usr/bin/mono [0x805c071] ------- Additional Comments From [EMAIL PROTECTED] 2006-12-07 06:42 ------- I think this has been fixed with newer releases. Please try 1.2.2 and reopen if the problem still occurs. + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-07 11:22 ------- +I fixed this in svn for non-windows platforms. In ProcessStartInfo +only filename must be set, the arguments are optional. Someone needs +to fix the windows case which has a slightly different codepath. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
