Closed
Bug 574453
Opened 16 years ago
Closed 7 years ago
Crash in [@ SetOrigin ] when using full screen icon in toolbar
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: marcia, Unassigned)
Details
(Keywords: crash)
Crash Data
Seen while running Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a6pre) Gecko/20100624 Minefield/3.7a6pre. Not sure if this is filed in the correct component.
STR:
1. Add Full screen icon to Toolbar by using Customize Toolbars.
2. With several tabs open, I clicked on the icon and crashed.
Have not yet been able to reproduce. One other crash report in crash stats mentions being in full screen as well.
http://crash-stats.mozilla.com/report/index/90d6c2b1-7750-48d0-9483-eb4122100624
Frame Module Signature [Expand] Source
0 QD SetOrigin
1 XUL nsChildView::StartDrawPlugin widget/src/cocoa/nsChildView.mm:1282
2 XUL nsPluginInstanceOwner::SendIdleEvent layout/generic/nsObjectFrame.cpp:5637
3 XUL nsPluginHost::Notify modules/plugin/base/src/nsPluginHost.cpp:4935
4 XUL nsTimerImpl::Fire xpcom/threads/nsTimerImpl.cpp:430
5 XUL nsTimerEvent::Run xpcom/threads/nsTimerImpl.cpp:519
6 XUL nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:547
7 XUL NS_ProcessPendingEvents_P nsThreadUtils.cpp:200
8 XUL nsBaseAppShell::NativeEventCallback widget/src/xpwidgets/nsBaseAppShell.cpp:126
9 XUL nsAppShell::ProcessGeckoEvents widget/src/cocoa/nsAppShell.mm:394
10 CoreFoundation __CFRunLoopDoSources0
11 CoreFoundation __CFRunLoopRun
12 CoreFoundation CFRunLoopRunSpecific
13 CoreFoundation CFRunLoopRunInMode
14 HIToolbox RunCurrentEventLoopInMode
15 HIToolbox ReceiveNextEventCommon
16 HIToolbox BlockUntilNextEventMatchingListInMode
17 AppKit _DPSNextEvent
18 AppKit -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]
19 AppKit -[NSApplication run]
20 XUL nsAppShell::Run widget/src/cocoa/nsAppShell.mm:747
21 XUL nsAppStartup::Run toolkit/components/startup/src/nsAppStartup.cpp:192
22 XUL XRE_main toolkit/xre/nsAppRunner.cpp:3623
23 firefox-bin main browser/app/nsBrowserApp.cpp:158
24 firefox-bin firefox-bin@0xbf5
25
| Reporter | ||
Comment 1•16 years ago
|
||
I should add when I went to full screen mode I was not on a page that had plugin content, such as youtube.com.
Comment 2•16 years ago
|
||
Marcia, your crash happens at the following location. But most of the
other crashes happen in different places (often deep inside system
code). (SetOrigin() is itself a system call -- a QuickDraw function.)
http://hg.mozilla.org/mozilla-central/annotate/68d98f30eda0/widget/src/cocoa/nsChildView.mm#l1282
Crashes at SetOrigin() happen in all FF versions going back to (at
least) 3.0, and in all OS X versions (going back to 10.4.X) -- though
there seem to be disproportionately many on OS X 10.4.X. There are
about 150 in the last week -- so it doesn't quite make the
Mac topcrasher list.
There's probably nothing we can do about these until we can reproduce
them. And even then it won't be easy. There's a good chance they're
caused by one or more QuickDraw bugs.
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ SetOrigin ]
Comment 3•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•