[Webkit-unassigned] [Bug 22530] New: Assertion failures seen on buildbot due to uninitialized WorkerThread::m_threadID

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 27 03:18:55 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22530

           Summary: Assertion failures seen on buildbot due to uninitialized
                    WorkerThread::m_threadID
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


There is a race condition when initializing WorkerThread::m_threadID, because
it is stored after the thread is created. This causes assertion failures when
checking current thread id.

Same problem is present when initializing database threads.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list