dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #12038] System.Diagnostics.Process exits ilrun


From: Colin JN Breame
Subject: [Pnet-developers] [bugs #12038] System.Diagnostics.Process exits ilrun
Date: Sat, 19 Feb 2005 16:01:53 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12038>

                 Summary: System.Diagnostics.Process exits ilrun
                 Project: DotGNU Portable.NET
            Submitted by: axiom255
            Submitted on: Sat 02/19/2005 at 16:01
                Category: None
                Severity: 5 - Average
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

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();






    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12038>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]