[Mono-bugs] [Bug 80302][Maj] Changed - corrupted double-linked list on Process.ShellExecute
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 18 11:19:03 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 juraj at hotfeet.ch.
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: lupus at ximian.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at ximian.com
@@ -84,6 +84,21 @@
------- Additional Comments From dna at informatik.uni-kiel.de 2006-12-18 11:02 -------
Created an attachment (id=18329)
ProcessTest.exe
+
+------- Additional Comments From juraj at hotfeet.ch 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");
+ }
+}
+==============
More information about the mono-bugs
mailing list