Closed
Bug 264657
Opened 20 years ago
Closed 17 years ago
Firefox crashes in HandleOSEvent on MacOSX
Categories
(Core Graveyard :: GFX: Mac, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alex, Assigned: sfraser_bugs)
Details
(Keywords: crash)
Attachments
(1 file)
|
23.47 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 In the FoxyTunes extension there is an icon that when hovered over displays a popup tooltip with the title of the current song playing. onmouseover calls showPopup() and onmouseout calls hidePopup() Several such hovers/exits and the browser crashes, apparently in or around HandleOSEvent (crash report attached). Reproducible: Always Steps to Reproduce: 1. download the FoxyTunes extension from http://www.iosart.com/foxytunes/firefox/FoxyTunes_0.61.xpi 2. install it into Firefox on MacOSX. 3. hover over the single note icon. popup appears saying 'Idle' 4. move the mouse away from the icon. the popup disappears. 5. repeat 3-4 above several times until the browser crashes. shouldn't take too long Actual Results: After the final fatal mouseout the cursor shows "wait" for a few seconds (spinning colorful circle) and then the browser crahes. Expected Results: The popup should have disappeared without a crash. On Windows and Linux the crash doesn't happen. Date/Time: 2004-10-13 20:39:49 -0500 OS Version: 10.3.5 (Build 7M34) Report Version: 2 Command: firefox-bin Path: /Applications/Firefox.app/Contents/MacOS/firefox-bin Version: 0.10.1 (0.10.1) PID: 452 Thread: 0 Exception: EXC_BAD_INSTRUCTION (0x0002) Code[0]: 0x00000002 Code[1]: 0x696f6e50 Thread 0 Crashed: 0 <<00000000>> 0x696f6e50 0 + 0x696f6e50 1 org.mozilla.firefox 0x001d8678 _ZN17nsMacEventHandler13HandleOSEventER11EventRecord + 0x17c 2 org.mozilla.firefox 0x001c069c _ZN11nsMacWindow13DispatchEventEPvPi + 0x38 3 org.mozilla.firefox 0x001d3840 _ZN16nsMacMessagePump23DispatchOSEventToRaptorER11EventRecordP15OpaqueWindowPtr + 0x60 4 org.mozilla.firefox 0x001d35d8 _ZN16nsMacMessagePump11DoMouseMoveER11EventRecord + 0x94 5 org.mozilla.firefox 0x001d2b90 _ZN16nsMacMessagePump13DispatchEventEiP11EventRecord + 0x12c 6 org.mozilla.firefox 0x001d2934 _ZN16nsMacMessagePump13DoMessagePumpEv + 0x40 7 org.mozilla.firefox 0x001b9dd4 _ZN10nsAppShell3RunEv + 0x38 8 org.mozilla.firefox 0x007e53a0 _Z8xre_mainiPPcPK12nsXREAppData + 0xac0 9 org.mozilla.firefox 0x0000f54c start + 0x1b0 10 org.mozilla.firefox 0x0000f3cc start + 0x30
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Assignee | ||
Comment 3•19 years ago
|
||
Reporter: please retest in a current Firefox build.
Comment 4•17 years ago
|
||
No response from reporter for a really long time.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•