[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #4055] System.Diagnostics.ProcessStartInfo: An ar
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #4055] System.Diagnostics.ProcessStartInfo: An array index was out of range |
Date: |
Fri, 20 Jun 2003 11:17:42 -0400 |
=================== BUG #4055: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4055&group_id=353
Submitted by: yannis_bres Project: DotGNU Portable.NET
Submitted on: Fri 06/20/03 at 15:17
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: System.Diagnostics.ProcessStartInfo: An array index was out of range
Original Submission: This bug is corrected by patch
http://savannah.gnu.org/patch/index.php?func=detailpatch&patch_id=1644&group_id=353.
On process creation, the string containing arguments is first parsed in order
to count the arguments, then this string is split into an array of string. The
variable that counts the number of arguments was never incremented and the
array was created with a size of 0...
Best regards,
Yannis
No Followups Have Been Posted
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4055&group_id=353
- [Pnet-developers] [Bug #4055] System.Diagnostics.ProcessStartInfo: An array index was out of range,
nobody <=