[Webkit-unassigned] [Bug 13811] REGRESSION: The Burning Crusade raid calendar page at the World of Warcraft website produces a crash.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 22 06:51:20 PDT 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |NeedsRadar, NeedsReduction,
                   |                            |Regression
           Priority|P2                          |P1
            Summary|The Burning Crusade raid    |REGRESSION: The Burning
                   |calendar page at the World  |Crusade raid calendar page
                   |of Warcraft website produces|at the World of Warcraft
                   |a crash.                    |website produces a crash.




------- Comment #1 from ddkilzer at webkit.org  2007-05-22 06:51 PDT -------
Confirmed with a local debug build of WebKit r21621 with Safari 2.0.4 (419.3)
on Mac OS X 10.4.9 (8P135).

Console output:

[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 14:
ReferenceError: Can't find variable: appVer
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 80:
ReferenceError: Can't find variable: printFlash
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 126:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 179:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 244:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 315:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 386:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 451:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 510:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 575:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 14:
ReferenceError: Can't find variable: appVer
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 80:
ReferenceError: Can't find variable: printFlash
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 126:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 179:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 244:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 315:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 386:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 451:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 510:
ReferenceError: Can't find variable: menuCookie
[7794] http://www.worldofwarcraft.com/new-hp/layout/layout.xml line 575:
ReferenceError: Can't find variable: menuCookie
ASSERTION FAILED: m_frame->page()
(/path/to/WebKit/WebCore/loader/FrameLoader.cpp:2945 tokenizerProcessedData)
Segmentation fault

Stack trace:

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0xbbadbeef

Thread 0 Crashed:
0   com.apple.WebCore                   0x014a14b0
WebCore::FrameLoader::tokenizerProcessedData() + 116 (FrameLoader.cpp:2945)
1   com.apple.WebCore                   0x01025f58
WebCore::HTMLTokenizer::timerFired(WebCore::Timer<WebCore::HTMLTokenizer>*) +
472 (HTMLTokenizer.cpp:1507)
2   com.apple.WebCore                   0x015d1dc0
WebCore::Timer<WebCore::HTMLTokenizer>::fired() + 152 (Timer.h:96)
3   com.apple.WebCore                   0x01281788
WebCore::TimerBase::fireTimers(double, WTF::Vector<WebCore::TimerBase*,
(unsigned long)0> const&) + 236 (Timer.cpp:322)
4   com.apple.WebCore                   0x01281854
WebCore::TimerBase::sharedTimerFired() + 132 (Timer.cpp:355)
5   com.apple.WebCore                   0x01280c00
WebCore::timerFired(__CFRunLoopTimer*, void*) + 60 (SharedTimerMac.cpp:47)
6   com.apple.CoreFoundation            0x907f2578 __CFRunLoopDoTimer + 184
7   com.apple.CoreFoundation            0x907deef8 __CFRunLoopRun + 1680
8   com.apple.CoreFoundation            0x907de4ac CFRunLoopRunSpecific + 268
9   com.apple.HIToolbox                 0x9329bb20 RunCurrentEventLoopInMode +
264
10  com.apple.HIToolbox                 0x9329b1b4 ReceiveNextEventCommon + 380
11  com.apple.HIToolbox                 0x9329b020
BlockUntilNextEventMatchingListInMode + 96
12  com.apple.AppKit                    0x937a1ae4 _DPSNextEvent + 384
13  com.apple.AppKit                    0x937a17a8 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
14  com.apple.Safari                    0x00006740 0x1000 + 22336
15  com.apple.AppKit                    0x9379dcec -[NSApplication run] + 472
16  com.apple.AppKit                    0x9388e87c NSApplicationMain + 452
17  com.apple.Safari                    0x0005c77c 0x1000 + 374652
18  com.apple.Safari                    0x0005c624 0x1000 + 374308


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