[Mono-bugs] [Bug 389627] New: Index out of range exception in Unit.cs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 13 01:08:42 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=389627


           Summary: Index out of range exception in Unit.cs
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: 64bit
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: pt_goce at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:


Steps to reproduce the problem:
1. Open with MonoDevelop a project writen in .NET 2.0 using master pages, user
controls, AJAX, SiteMap etc.
2. Compiles fine
3. Run the project


Actual Results:
"Array index out of Range" in file Unit.cs line 86

Expected Results:
See the default.aspx page

How often does this happen? 
Always

Additional Information:

The exception is thrown form line 86 in file Unit.cs (located in
mono-1.9.1/mcs/class/System.Web/System.Web.UI.WebControls directory)

Line 86: if(value[i] == '-'){

The problem is caused in line 84 to 85 ( there is possibility for  i to be = to
count, which is out of range)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list