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=80302 --- shadow/80302 2006-12-18 11:02:22.000000000 -0500 +++ shadow/80302.tmp.18349 2006-12-18 11:19:03.000000000 -0500 @@ -1,13 +1,13 @@ Bug#: 80302 Product: Mono: Runtime Version: unspecified OS: GNU/Linux [Other] OS Details: Ubuntu 6.10 -Status: RESOLVED -Resolution: FIXED +Status: REOPENED +Resolution: Severity: Unknown Priority: Major Component: JIT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -84,6 +84,21 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-12-18 11:02 ------- Created an attachment (id=18329) ProcessTest.exe + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-18 11:19 ------- +I can still see the bug after updating from svn. Calling a +non-existant with Process.Start triggers the segfault: + +============== +using System; +using System.Diagnostics; + +class Test { + static void Main() { + Process proc = Process.Start("/usr/bin/nothing", "blah"); + } +} +============== _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
