bugDotGNU Portable.NET - Bugs: bug #12038, System.Diagnostics.Process exits...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12038: System.Diagnostics.Process exits ilrun

Submitter:  Colin JN Breame <axiom255>
Submitted:  Sat 19 Feb 2005 04:01:53 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Invalid
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sun 28 Aug 2005 08:29:02 AM UTC, comment #3: 

Closing per previous notes.

Deryk Robosson <drobosson>
Group Member
Tue 22 Feb 2005 08:52:21 AM UTC, comment #2: 

Works on Linux 2.4.7-10 i686

Will close this before next release if there are no further updates.

Gopal.V <t3rmin4t0r>
Group administrator
Mon 21 Feb 2005 12:07:04 PM UTC, comment #1: 

Unable to duplicate under Linux (kernel 2.6.10) using latest CVS source.  Attached simple test case.

What operating system is this happening on?

Deryk Robosson <drobosson>
Group Member
Sat 19 Feb 2005 04:01:53 PM UTC, original submission:  

If you specify a executable that does not exist for a Process, ilrun exits. e.g.

Process p = new Process();
p.StartInfo.FileName = "an invalid filename";
p.Start();

Colin JN Breame <axiom255>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #2601:  processtest.cs added by drobosson (237B - text/x-csharp - Process test file using code from bug.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-28 drobosson StatusNeed Info Invalid
    Open/ClosedOpen Closed
2005-02-21 drobosson StatusNone Need Info
    Attached File- Added processtest.cs, #2223

Back to the top

Powered by Savane 3.14-0b36.
Corresponding source code