[Mono-bugs] [Bug 457068] New: ArrayList gets out of sync with itself.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Dec 6 16:41:40 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=457068
Summary: ArrayList gets out of sync with itself.
Product: Mono: Class Libraries
Version: 2.0.x
Platform: Other
OS/Version: Other
Status: NEW
Severity: Blocker
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: miguel at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
ArrayList.Clear () is crashing on some conditions, to reproduce go to:
http://www.go-mono.com/docs/monodoc.ashx?link=T%3aGtk.Dialog%2f*
That is crashing due to a call to ArrayList.Clear that is passing invalid
information. The calling class merely does ArrayList.Add and
ArrayList.AddRange, so likely that routine is getting it out of sync.
This exists at least in 2.0, and maybe others.
A fix needs to be backported to 2.0.x and others.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list