After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 653153 - Webkit themes crash Empathy
Webkit themes crash Empathy
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: Chat themes
3.1.x
Other Linux
: Normal blocker
: 3.2
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-22 08:59 UTC by Emilio Pozuelo Monfort
Modified: 2011-08-29 10:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2011-06-22 08:59:55 UTC
Just set a webkit theme in the preferences. This is with git master and webkit 1.4.1.

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff2544af1 in WTF::OSAllocator::reserveAndCommit (
    bytes=<value optimized out>, usage=<value optimized out>, 
    writable=<value optimized out>, executable=<value optimized out>)
    at ../Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp:85
85	../Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp: No such file or directory.
	in ../Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp
(gdb) bt
  • #0 WTF::OSAllocator::reserveAndCommit
    at ../Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp line 85
  • #1 reserve
    at ../Source/JavaScriptCore/wtf/PageReservation.h line 107
  • #2 FixedVMPoolAllocator
    at ../Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp line 412
  • #3 JSC::ExecutableAllocator::isValid
    at ../Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp line 503
  • #4 ExecutableAllocator
    at ../Source/JavaScriptCore/jit/ExecutableAllocator.h line 185
  • #5 JSC::JSGlobalData::JSGlobalData
    at ../Source/JavaScriptCore/runtime/JSGlobalData.cpp line 142
  • #6 JSC::JSGlobalData::create
    at ../Source/JavaScriptCore/runtime/JSGlobalData.cpp line 257
  • #7 JSC::JSGlobalData::createLeaked
    at ../Source/JavaScriptCore/runtime/JSGlobalData.cpp line 263
  • #8 WebCore::JSDOMWindowBase::commonJSGlobalData
    at ../Source/WebCore/bindings/js/JSDOMWindowBase.cpp line 177
  • #9 WebCore::ScriptController::getAllWorlds
    at ../Source/WebCore/bindings/js/ScriptController.cpp line 175
  • #10 dispatchDidClearWindowObjectsInAllWorlds
    at ../Source/WebCore/loader/FrameLoader.cpp line 3409
  • #11 WebCore::FrameLoader::dispatchDidClearWindowObjectsInAllWorlds
    at ../Source/WebCore/loader/FrameLoader.cpp line 3403
  • #12 WebCore::FrameLoader::receivedFirstData
    at ../Source/WebCore/loader/FrameLoader.cpp line 609
  • #13 WebCore::DocumentWriter::setEncoding
    at ../Source/WebCore/loader/DocumentWriter.cpp line 237
  • #14 WebCore::DocumentLoader::commitData
    at ../Source/WebCore/loader/DocumentLoader.cpp line 319
  • #15 WebKit::FrameLoaderClient::committedLoad
    at ../Source/WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp line 319
  • #16 WebCore::DocumentLoader::commitLoad
    at ../Source/WebCore/loader/DocumentLoader.cpp line 307
  • #17 WebCore::ResourceLoader::didReceiveData
  • #18 WebCore::MainResourceLoader::didReceiveData
    at ../Source/WebCore/loader/MainResourceLoader.cpp line 446
  • #19 WebCore::MainResourceLoader::continueAfterContentPolicy
    at ../Source/WebCore/loader/MainResourceLoader.cpp line 302
  • #20 WebCore::MainResourceLoader::continueAfterContentPolicy
    at ../Source/WebCore/loader/MainResourceLoader.cpp line 320
  • #21 didReceiveResponse
    at ../Source/WebCore/loader/MainResourceLoader.cpp line 406
  • #22 WebCore::MainResourceLoader::didReceiveResponse
    at ../Source/WebCore/loader/MainResourceLoader.cpp line 347
  • #23 WebCore::MainResourceLoader::handleDataLoadNow
    at ../Source/WebCore/loader/MainResourceLoader.cpp line 516
  • #24 WebCore::ThreadTimers::sharedTimerFiredInternal
    at ../Source/WebCore/platform/ThreadTimers.cpp line 112
  • #25 WebCore::timeout_cb
    at ../Source/WebCore/platform/gtk/SharedTimerGtk.cpp line 49
  • #26 g_timeout_dispatch
    at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c line 3882
  • #27 g_main_dispatch
    at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c line 2440
  • #28 g_main_context_dispatch
    at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c line 3013
  • #29 g_main_context_iterate
    at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c line 3091
  • #30 g_main_loop_run
    at /tmp/buildd/glib2.0-2.28.6/./glib/gmain.c line 3299
  • #31 gtk_main
    at /tmp/buildd/gtk+3.0-3.0.10/./gtk/gtkmain.c line 1358
  • #32 g_application_run
    at /tmp/buildd/glib2.0-2.28.6/./gio/gapplication.c line 1322
  • #33 main
    at empathy.c line 728

Comment 1 Guillaume Desmottes 2011-06-22 09:56:54 UTC
Looks like a WebKit bug.
Comment 2 Emilio Pozuelo Monfort 2011-06-22 11:23:58 UTC
Forwarded to https://bugs.webkit.org/show_bug.cgi?id=63131