[Webkit-unassigned] [Bug 11859] Gmail>Compose with signature: reproducible crash with right click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 20:00:37 PST 2006


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





------- Comment #6 from ddkilzer at kilzer.net  2006-12-20 20:00 PDT -------
(In reply to comment #5)
> This may have been fixed in r18369:
> http://trac.webkit.org/projects/webkit/changeset/18369

Not so much, but the error stack is different now in a locally-built debug
build of WebKit r18370 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8L127). 
Here's the error printed to the console:

[23734] http://mail.google.com/mail/ line 9: TypeError: Null value
(timer):Value undefined (result of expression GC) is not object.
Segmentation fault

And the stack trace:

Date/Time:      2006-12-20 21:49:30.945 -0600
OS Version:     10.4.8 (Build 8L127)
Report Version: 4

Command: Safari
Path:    /Applications/Safari.app/Contents/MacOS/Safari
Parent:  bash [412]

Version:        2.0.4 (419.3)
Build Version:  1
Project Name:   WebBrowser
Source Version: 4190300

PID:    23734
Thread: 0

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

Thread 0 Crashed:
0   <<00000000>>        0x742f8000 0 + 1949270016
1   com.apple.WebCore           0x0132aca0
KJS::ScheduledAction::execute(KJS::Window*) + 892 (kjs_window.cpp:1845)
2   com.apple.WebCore           0x0132d700
KJS::Window::timerFired(KJS::DOMWindowTimer*) + 468 (kjs_window.cpp:1970)
3   com.apple.WebCore           0x0132d784 KJS::DOMWindowTimer::fired() + 72
(kjs_window.cpp:2528)
4   com.apple.WebCore           0x012ac894
WebCore::TimerBase::fireTimers(double, WTF::Vector<WebCore::TimerBase*,
(unsigned long)0> const&) + 236 (Timer.cpp:322)
5   com.apple.WebCore           0x012ac960
WebCore::TimerBase::sharedTimerFired() + 132 (Timer.cpp:355)
6   com.apple.WebCore           0x012abd0c
WebCore::timerFired(__CFRunLoopTimer*, void*) + 60 (SharedTimerMac.cpp:47)
7   com.apple.CoreFoundation    0x907f0550 __CFRunLoopDoTimer + 184
8   com.apple.CoreFoundation    0x907dcec8 __CFRunLoopRun + 1680
9   com.apple.CoreFoundation    0x907dc47c CFRunLoopRunSpecific + 268
10  com.apple.HIToolbox         0x93208740 RunCurrentEventLoopInMode + 264
11  com.apple.HIToolbox         0x93207d4c ReceiveNextEventCommon + 244
12  com.apple.HIToolbox         0x93207c40
BlockUntilNextEventMatchingListInMode + 96
13  com.apple.AppKit            0x9370bae4 _DPSNextEvent + 384
14  com.apple.AppKit            0x9370b7a8 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
15  com.apple.Safari            0x00006740 0x1000 + 22336
16  com.apple.AppKit            0x93707cec -[NSApplication run] + 472
17  com.apple.AppKit            0x937f887c NSApplicationMain + 452
18  com.apple.Safari            0x0005c77c 0x1000 + 374652
19  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