[Mono-bugs] [Bug 429530] New: Enumerator.Reset does nothing

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Sep 24 08:51:51 EDT 2008


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


           Summary: Enumerator.Reset does nothing
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: x86-64
        OS/Version: Windows Vista
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: james.bird at realtimeworlds.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=241398)
 --> (https://bugzilla.novell.com/attachment.cgi?id=241398)
Source file for a program that reproduces this bug

Enumerator.Reset doesn't reset the enumerator - in fact, it doesn't modify the
enumerator at all. See attached source file.

Under the Microsoft .NET CLR, the following is output to the console:

a
b
c
a
b
c

But under Mono, the following output is observed:

a
b
c
d

followed by an unhandled exception.


-- 
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