[Mono-bugs] [Bug 476143] New: System.Threading.Collections.ConcurrentSkipList doesn't initialize preds, succs properly
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Mon Feb 16 08:22:32 EST 2009
    
    
  
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: mono-bugs at lists.ximian.com
        ReportedBy: jan.oravec at 6com.sk
         QAContact: mono-bugs at lists.ximian.com
          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.
    
    
More information about the mono-bugs
mailing list