[Webkit-unassigned] [Bug 77659] NULL ptr in WebCore::Range::insertNode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 12 00:22:03 PDT 2013


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


Elliott Sprehn <esprehn at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |esprehn at chromium.org




--- Comment #5 from Elliott Sprehn <esprehn at chromium.org>  2013-03-12 00:24:28 PST ---
Still crashes a year later which is sad:

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.apple.WebCore                 0x0000000101ccab20 WebCore::Range::insertNode(WTF::PassRefPtr<WebCore::Node>, int&) + 704
1   com.apple.WebCore                 0x0000000101ccbe34 WebCore::Range::surroundContents(WTF::PassRefPtr<WebCore::Node>, int&) + 596
2   com.apple.WebCore                 0x0000000101aba607 WebCore::jsRangePrototypeFunctionSurroundContents(JSC::ExecState*) + 183
3   ???                               0x0000309ca7a01265 0 + 53449385316965
4   com.apple.JavaScriptCore          0x00000001010de90f JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 1007
5   com.apple.JavaScriptCore          0x000000010102cd15 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
6   com.apple.WebCore                 0x0000000101e3f7d4 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 516
7   com.apple.WebCore                 0x0000000101e3f3dc WebCore::ScheduledAction::execute(WebCore::Document*) + 156
8   com.apple.WebCore                 0x0000000101670683 WebCore::DOMTimer::fired() + 275
9   com.apple.WebCore                 0x0000000101feb384 WebCore::ThreadTimers::sharedTimerFiredInternal() + 148
10  com.apple.WebCore                 0x0000000101e7f993 WebCore::timerFired(__CFRunLoopTimer*, void*) + 51
11  com.apple.CoreFoundation          0x00007fff85dccbb8 __CFRunLoopRun + 6488
12  com.apple.CoreFoundation          0x00007fff85dcad8f CFRunLoopRunSpecific + 575
13  com.apple.HIToolbox               0x00007fff88b787ee RunCurrentEventLoopInMode + 333
14  com.apple.HIToolbox               0x00007fff88b785f3 ReceiveNextEventCommon + 310
15  com.apple.HIToolbox               0x00007fff88b784ac BlockUntilNextEventMatchingListInMode + 59
16  com.apple.AppKit                  0x00007fff843ceeb2 _DPSNextEvent + 708
17  com.apple.AppKit                  0x00007fff843ce801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
18  com.apple.AppKit                  0x00007fff8439468f -[NSApplication run] + 395
19  com.apple.WebCore                 0x0000000101e3af03 WebCore::RunLoop::run() + 67
20  com.apple.WebKit2                 0x00000001002e6165 WebKit::WebProcessMain(WebKit::CommandLine const&) + 1105
21  com.apple.WebKit2                 0x000000010029a459 WebKitMain + 311
22  com.apple.WebProcess              0x0000000100000e5e main + 214
23  com.apple.WebProcess              0x0000000100000d80 start + 52

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