Bug 7256 - Irregular crash on clicking on text field
Summary: Irregular crash on clicking on text field
Status: RESOLVED DUPLICATE of bug 7274
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-14 12:47 PST by David Smith
Modified: 2006-02-18 09:52 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2006-02-14 12:47:56 PST
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.
Comment 1 Darin Adler 2006-02-14 13:01:35 PST
Looks like a regression caused by my timers changed. We need to find a way to reproduce this so I can fix it.
Comment 2 Alexey Proskuryakov 2006-02-16 09:11:12 PST
Might have been fixed in bug 7274 (r12847). Could you please confirm this with some newer revision?
Comment 3 Joost de Valk (AlthA) 2006-02-18 06:47:29 PST
Please tell us if this is still happening for you David :)
Comment 4 David Smith 2006-02-18 09:37:23 PST
Yeah, as of yesterday's nightly I'm no longer seeing this. Thanks :)
Comment 5 mitz 2006-02-18 09:52:58 PST

*** This bug has been marked as a duplicate of 7274 ***