[Webkit-unassigned] [Bug 41454] Crash in JSC::JSValue::operator bool when loading postimees.ee

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 11:12:26 PDT 2010


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





--- Comment #6 from Priit Laes (IRC: plaes) <plaes at plaes.org>  2010-07-02 11:12:25 PST ---
Got following:
ASSERTION FAILED: vptr() == JSGlobalData::jsArrayVPtr
(JavaScriptCore/runtime/JSArray.cpp:191 virtual JSC::JSArray::~JSArray())


#5  <signal handler called>
#6  0x00007f0e22779ac7 in ~JSArray (this=0x7f0e048c0800, __in_chrg=<value optimized out>) at JavaScriptCore/runtime/JSArray.cpp:191
#7  0x00007f0e22740001 in JSC::Heap::sweep (this=0x24c6c18) at JavaScriptCore/runtime/Collector.cpp:1058
#8  0x00007f0e22740e2e in JSC::Heap::collectAllGarbage (this=0x24c6c18) at JavaScriptCore/runtime/Collector.cpp:1259
#9  0x00007f0e21c7c5ac in collect () at WebCore/bindings/js/GCController.cpp:46
#10 0x00007f0e221add33 in WebCore::ThreadTimers::sharedTimerFiredInternal (this=0x7c5ce0) at WebCore/platform/ThreadTimers.cpp:112
#11 0x00007f0e225c5d42 in timeout_cb () at WebCore/platform/gtk/SharedTimerGtk.cpp:48
#12 0x00007f0e174ae41b in g_timeout_dispatch (source=0x2682e60, callback=0, user_data=0x4a) at gmain.c:3480
#13 0x00007f0e174adc41 in g_main_dispatch (context=0x656880) at gmain.c:2044
#14 g_main_context_dispatch (context=0x656880) at gmain.c:2597
#15 0x00007f0e174b1b78 in g_main_context_iterate (context=0x656880, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at gmain.c:2675
#16 0x00007f0e174b2085 in g_main_loop_run (loop=0x24a7980) at gmain.c:2883
#17 0x00007f0e1cd17717 in IA__gtk_main () at gtkmain.c:1237
#18 0x000000000040281f in main (argc=1, argv=0x7fff611e7608) at WebKitTools/GtkLauncher/main.c:224

And bt full:

#5  <signal handler called>
No symbol table info available.
#6  0x00007f0e22779ac7 in ~JSArray (this=0x7f0e048c0800, __in_chrg=<value optimized out>) at JavaScriptCore/runtime/JSArray.cpp:191
No locals.
#7  0x00007f0e22740001 in JSC::Heap::sweep (this=0x24c6c18) at JavaScriptCore/runtime/Collector.cpp:1058
        cell = 0x7f0e048c0800
        __PRETTY_FUNCTION__ = "void JSC::Heap::sweep()"
        dummyMarkableCellStructure = 0x24add80
#8  0x00007f0e22740e2e in JSC::Heap::collectAllGarbage (this=0x24c6c18) at JavaScriptCore/runtime/Collector.cpp:1259
No locals.
#9  0x00007f0e21c7c5ac in collect () at WebCore/bindings/js/GCController.cpp:46
No locals.
#10 0x00007f0e221add33 in WebCore::ThreadTimers::sharedTimerFiredInternal (this=0x7c5ce0) at WebCore/platform/ThreadTimers.cpp:112
        interval = <value optimized out>
        fireTime = 1278097612.7114789
        timeToQuit = 1278097612.7614789
#11 0x00007f0e225c5d42 in timeout_cb () at WebCore/platform/gtk/SharedTimerGtk.cpp:48
No locals.
#12 0x00007f0e174ae41b in g_timeout_dispatch (source=0x2682e60, callback=0, user_data=0x4a) at gmain.c:3480
No locals.
#13 0x00007f0e174adc41 in g_main_dispatch (context=0x656880) at gmain.c:2044
        dispatch = 0x7f0e174ae400 <g_timeout_dispatch>
        user_data = 0x0
        callback = 0x7f0e225c5d30 <timeout_cb>
        cb_funcs = 0x7f0e1776a5d0
        cb_data = 0x2530520
        current_source_link = {data = 0x2682e60, next = 0x0}
        source = 0x2682e60
        current = 0x74ff90
        i = 1
#14 g_main_context_dispatch (context=0x656880) at gmain.c:2597
No locals.
#15 0x00007f0e174b1b78 in g_main_context_iterate (context=0x656880, block=<value optimized out>, dispatch=<value optimized out>, self=<value optimized out>) at gmain.c:2675
        max_priority = 0
        timeout = 0
        some_ready = 1
        nfds = 3
        allocated_nfds = 390851152
        fds = <value optimized out>
        __PRETTY_FUNCTION__ = "g_main_context_iterate"

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