Bug 7256
| Summary: | Irregular crash on clicking on text field | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Smith <catfish.man> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | darin |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
David Smith
Using the current nightly build (Feb 14th) I've seen crashes when clicking on text fields (on various forums). 3 of the 4 crashes have just been WebKit silently vanishing, leaving only a log of "terminate called without an active exception" in console.log. The 4th, which may or may not be related had the following backtrace:
#0 0x012c9274 in WebCore::TimerBase::fireTimers ()
#1 0x012c926c in WebCore::TimerBase::fireTimers ()
#2 0x90770aec in __CFRunLoopDoTimer ()
#3 0x9075d464 in __CFRunLoopRun ()
#4 0x9075ca18 in CFRunLoopRunSpecific ()
#5 0x9318e1e0 in RunCurrentEventLoopInMode ()
#6 0x9318d7ec in ReceiveNextEventCommon ()
#7 0x9318d6e0 in BlockUntilNextEventMatchingListInMode ()
#8 0x9368c104 in _DPSNextEvent ()
#9 0x9368bdc8 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#10 0x000072d4 in ?? ()
#11 0x9368830c in -[NSApplication run] ()
#12 0x93778e68 in NSApplicationMain ()
#13 0x0005cfdc in ?? ()
#14 0x0005ce80 in ?? ()
I'm running 10.4.4 on a 1GHz PowerBook.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
Looks like a regression caused by my timers changed. We need to find a way to reproduce this so I can fix it.
Alexey Proskuryakov
Might have been fixed in bug 7274 (r12847). Could you please confirm this with some newer revision?
Joost de Valk (AlthA)
Please tell us if this is still happening for you David :)
David Smith
Yeah, as of yesterday's nightly I'm no longer seeing this. Thanks :)
mitz
*** This bug has been marked as a duplicate of 7274 ***