[Webkit-unassigned] [Bug 12557] Occasional crashes when using JS-keyboard shortcuts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 3 12:26:25 PST 2007


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





------- Comment #2 from wac at google.com  2007-02-03 12:26 PDT -------
I got this specific crash 2 or 3 times yesterday when using the keyboard
shortcuts to move around in my gmail.  But it wasn't particularly repeatable
which was frustrating.

Although just now as I was looking to repro this in webkit I got a possibly
related crash (again with the timer hashtable deref)::
Thread 0 Crashed:
0   com.apple.WebCore           0x014633b1 bool WTF::HashTable<int, int,
WTF::IdentityExtractor<int>, WTF::IntHash<int>, WTF::HashTraits<int>,
WTF::HashTraits<int> >::contains<int, WTF::IdentityHashTranslator<int, int,
WTF::IntHash<int> > >(int const&) const + 117
1   com.apple.WebCore           0x011e5fda WebCore::TimerBase::isActive() const
+ 56
2   com.apple.WebCore           0x013cb509
WebCore::EventHandler::handleMouseMoveEvent(WebCore::PlatformMouseEvent const&)
+ 101
3   com.apple.WebCore           0x010ccb33
WebCore::FrameView::handleMouseMoveEvent(WebCore::PlatformMouseEvent const&) +
35
4   com.apple.WebCore           0x013c493a
WebCore::EventHandler::mouseMoved(NSEvent*) + 220
5   com.apple.WebKit            0x00334ea3 -[WebHTMLView(WebPrivate)
_updateMouseoverWithEvent:] + 903
6   com.apple.Foundation        0x925ed207 _nsnote_callback + 230
7   com.apple.CoreFoundation    0x90852649 __CFXNotificationPost + 345
8   com.apple.CoreFoundation    0x90849e80 _CFXNotificationPostNotification +
600
9   com.apple.Foundation        0x925e5860 -[NSNotificationCenter
postNotificationName:object:userInfo:] + 121
10  com.apple.AppKit            0x93410d5c -[NSResponder
_postEventNotification:] + 293
11  com.apple.AppKit            0x932e2bb8 forwardMethod + 177
12  com.apple.AppKit            0x932e2b59 forwardMethod + 82
13  com.apple.AppKit            0x932e2b59 forwardMethod + 82
14  com.apple.AppKit            0x932e2b59 forwardMethod + 82
15  com.apple.AppKit            0x932e2b59 forwardMethod + 82
16  com.apple.AppKit            0x932e2b59 forwardMethod + 82
17  com.apple.AppKit            0x932e2b59 forwardMethod + 82
18  com.apple.AppKit            0x932e2b59 forwardMethod + 82
19  com.apple.AppKit            0x932e2b59 forwardMethod + 82
20  com.apple.AppKit            0x932e2b59 forwardMethod + 82
21  com.apple.AppKit            0x932e2b59 forwardMethod + 82
22  com.apple.AppKit            0x932e2b59 forwardMethod + 82
23  com.apple.AppKit            0x932e2b59 forwardMethod + 82
24  com.apple.AppKit            0x932e2b59 forwardMethod + 82
25  com.apple.AppKit            0x932e2b59 forwardMethod + 82
26  com.apple.AppKit            0x932e2b59 forwardMethod + 82
27  com.apple.AppKit            0x9334cbe1 -[NSWindow sendEvent:] + 7377
28  com.apple.Safari            0x0002338e 0x1000 + 140174
29  com.apple.AppKit            0x9333e350 -[NSApplication sendEvent:] + 5023
30  com.apple.Safari            0x00022f1e 0x1000 + 139038
31  com.apple.AppKit            0x93268dfe -[NSApplication run] + 547
32  com.apple.AppKit            0x9325cd2f NSApplicationMain + 573
33  com.apple.Safari            0x0005f7de 0x1000 + 387038
34  com.apple.Safari            0x0005f6f9 0x1000 + 386809


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