[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: |
Sat, 21 Jun 2003 01:48:37 -0400 |
=================== BUG #4055: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4055&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Sat 06/21/2003 at 05:48 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fixed by patch #1644 - which has been applied.
=================== BUG #4055: FULL BUG SNAPSHOT ===================
Submitted by: yannis_bres Project: DotGNU Portable.NET
Submitted on: Fri 06/20/2003 at 15:17
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
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
Follow-up Comments
*******************
-------------------------------------------------------
Date: Sat 06/21/2003 at 05:48 By: rweather
Fixed by patch #1644 - which has been applied.
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