[Webkit-unassigned] [Bug 15686] New: webkit/gtk fails to start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 05:53:23 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15686

           Summary: webkit/gtk fails to start
           Product: WebKit
           Version: 523.x+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mdt at emdete.de


initialization fails with the message:

GLib-ERROR **: The thread system is not yet initialized. aborting...

glib's threading must be initilized before database stuff is initialized. i put 

if (!g_thread_supported ()) g_thread_init (NULL);

into WebKitTools/GtkLauncher/main.cpp but maybe  webkit_init() in
WebKit/gtk/Api/webkitgtkglobal.cpp is a better place.


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