[Webkit-unassigned] [Bug 115536] [GTK] libWTF is missing from the LIBADD list in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 3 09:45:41 PDT 2013


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





--- Comment #3 from Xan Lopez <xan.lopez at gmail.com>  2013-05-03 09:44:02 PST ---
So yeah, with this patch I can actually start the browser, but it causes strange crashes inside WTF. I guess there's a more complicated bug here somehow.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7290845 in WebCore::RegularExpression::RegularExpression(WTF::String const&, WTF::TextCaseSensitivity, WebCore::MultilineMode)
    () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
(gdb) bt
#0  0x00007ffff7290845 in WebCore::RegularExpression::RegularExpression(WTF::String const&, WTF::TextCaseSensitivity, WebCore::MultilineMode) () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#1  0x00007ffff671bb29 in WebCore::XMLMIMETypeRegExp::XMLMIMETypeRegExp() () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#2  0x00007ffff729c5b8 in WebCore::ThreadGlobalData::ThreadGlobalData() () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#3  0x00007ffff729f8ec in WebCore::TimerBase::setNextFireTime(double) () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#4  0x00007ffff6a76bb9 in WebCore::IconDatabase::performScheduleOrDeferSyncTimer() () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#5  0x00007ffff7669cd3 in WTF::dispatchFunctionsFromMainThread() () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#6  0x00007ffff767fc89 in WTF::timeoutFired(void*) () from /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.0
#7  0x00007ffff497d14a in g_timeout_dispatch (source=0x8f2b70, callback=0x7ffff767fc80 <WTF::timeoutFired(void*)>, user_data=0x0)
    at gmain.c:4417
#8  0x00007ffff497b3ed in g_main_dispatch (context=0x71dd20) at gmain.c:3058
#9  0x00007ffff497c152 in g_main_context_dispatch (context=0x71dd20) at gmain.c:3634
#10 0x00007ffff497c342 in g_main_context_iterate (context=0x71dd20, block=1, dispatch=1, self=0x75f2d0) at gmain.c:3705
#11 0x00007ffff497c406 in g_main_context_iteration (context=0x71dd20, may_block=1) at gmain.c:3766
#12 0x00007ffff4b96961 in g_application_run (application=0x8e5180, argc=1, argv=0x7fffffffd8e8) at gapplication.c:1624
#13 0x000000000042f738 in main (argc=1, argv=0x7fffffffd8e8) at ../../src/ephy-main.c:472

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



More information about the webkit-unassigned mailing list