[Webkit-unassigned] [Bug 15686] webkit/gtk fails to start
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 25 05:56:53 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15686
mrowe at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrowe at apple.com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
------- Comment #1 from mrowe at apple.com 2007-10-25 05:56 PDT -------
What is happening here is that webkit_init calls DatabaseTracker::tracker to
retrieve the DatabaseTracker singleton to set the database path. The
DatabaseTracker constructor allocates a SQLDatabase, which in turn allocates a
Mutex. All of this happens without WebCore calling initializeThreading. The
Gtk port could work around this by calling initializeThreading from
webkit_init, but WebCore should be doing this itself before doing anything
thread-related (this includes allocating mutexes).
--
Configure bugmail: http://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