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


           Summary: System.Threading.Collections.ConcurrentSkipList
                    doesn't initialize preds,succs properly
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6)
Gecko/2009021517 Gentoo Firefox/3.0.6

In System.Threading.Collections.ConcurrentSkipList, preds and succs are
ThreadStatic, but are initialized only in Init() called from constructor. If
collection is created in one thread and used in other thread (which did not
create any ConcurrentSkipList), it will fail.


Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to