Closed
Bug 173186
Opened 22 years ago
Closed 22 years ago
random crash in NSToolTipManager, possibly background tab loading
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mike+bugzilla, Assigned: saari)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; rv:1.0.1) Gecko/20021007 Chimera/0.5+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; rv:1.0.1) Gecko/20021003 Chimera/0.5+
Had a random crash in NSToolTipManager, possibly related to loading a Google
Groups thread view in a background tab. Not reproducible, but here's the crash log.
Reproducible: Couldn't Reproduce
Steps to Reproduce:
1.
2.
3.
Date/Time: 2002-10-07 18:39:29 -0700
OS Version: 10.2.1 (Build 6D52)
Host: reba.local.
Command: Navigator
PID: 626
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x9529fe60
Thread 0 Crashed:
#0 0x9068ba64 in objc_msgSend
#1 0x9334a95c in -[NSToolTipManager displayToolTip:]
#2 0x9334b7c0 in toolTipTimerFired
#3 0x90163888 in __CFRunLoopDoTimer
#4 0x901493e0 in __CFRunLoopRun
#5 0x9018157c in CFRunLoopRunSpecific
#6 0x92ba34cc in RunCurrentEventLoopInMode
#7 0x92bb32f4 in ReceiveNextEventCommon
#8 0x92bda280 in BlockUntilNextEventMatchingListInMode
#9 0x93082184 in _DPSNextEvent
#10 0x930ccf84 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
#11 0x930ca500 in -[NSApplication run]
#12 0x930d2598 in NSApplicationMain
#13 0x00004dbc in _start (crt.c:267)
#14 0x00004c3c in start
Dup of either bug 159380 or bug 168719.
Severity: normal → critical
Keywords: crash
crash log in bug 185020 looks different, but the symptoms are similar.
any connection?
-matt
Comment 3•22 years ago
|
||
This is fixed now.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
FWIW, confirming that bug 185020 is still happening.
(2003010203 Mac OS X trunk)
So, I guess there isn't any connection.
-matt
You need to log in
before you can comment on or make changes to this bug.
Description
•