Closed
Bug 405021
Opened 18 years ago
Closed 16 years ago
crash in Foundation / AppKit under nsCocoaWindow::StandardCreate()
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: moco, Unassigned)
Details
(Keywords: crash)
crash in Foundation / AppKit under nsCocoaWindow::StandardCreate()
I had a lot of crashes with 2007112104 on 10.4.11, with a stack like:
0 Foundation@0x5045f
1 Foundation@0x77246
2 AppKit@0x5a2cd
3 AppKit@0x139fec
4 AppKit@0x8f5eb
5 AppKit@0x2a8ca
6 AppKit@0x29d83
7 AppKit@0x299d8
8 nsCocoaWindow::StandardCreate(nsIWidget*, nsRect const&, nsEventStatus (*)(nsGUIEvent*), nsIDeviceContext*, nsIAppShell*, nsIToolkit*, nsWidgetInitData*, void*) mozilla/widget/src/cocoa/nsCocoaWindow.mm:340
9 nsCocoaWindow::Create(nsIWidget*, nsRect const&, nsEventStatus (*)(nsGUIEvent*), nsIDeviceContext*, nsIAppShell*, nsIToolkit*, nsWidgetInitData*) mozilla/widget/src/cocoa/nsCocoaWindow.mm:406
...
or:
0 CoreGraphics@0x3de6ac
1 CoreGraphics@0x876e7
2 CoreGraphics@0x874c0
3 AppKit@0x906f4
4 AppKit@0x8f6f3
5 AppKit@0x2a8ca
6 AppKit@0x29d83
7 AppKit@0x299d8
8 -[PopupWindow initWithContentRect:styleMask:backing:defer:] mozilla/widget/src/cocoa/nsCocoaWindow.mm:1776
9 nsCocoaWindow::StandardCreate(nsIWidget*, nsRect const&, nsEventStatus (*)(nsGUIEvent*), nsIDeviceContext*, nsIAppShell*, nsIToolkit*, nsWidgetInitData*, void*) mozilla/widget/src/cocoa/nsCocoaWindow.mm:340
10 nsCocoaWindow::Create(void*, nsRect const&, nsEventStatus (*)(nsGUIEvent*), nsIDeviceContext*, nsIAppShell*, nsIToolkit*, nsWidgetInitData*) mozilla/widget/src/cocoa/nsCocoaWindow.mm:393
...
Some reports:
http://crash-stats.mozilla.com/report/index/f2c0bbb5-989f-11dc-9ec9-001a4bd43ef6?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/fc47295c-989f-11dc-8c19-001a4bd43ed6?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/fd33d338-989f-11dc-9001-001a4bd43e5c?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/4ca31f17-98a0-11dc-8895-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/4b291b4a-98a0-11dc-a499-001a4bd43e5c?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/408c1f51-98a0-11dc-bfff-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/d9bffea3-989f-11dc-a1ba-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/bfa94b11-989f-11dc-8889-001a4bd43ef6?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/aa4c4623-979c-11dc-9674-001a4bd43ed6?date=2007-11-20-19
http://crash-stats.mozilla.com/report/index/96e3631c-979c-11dc-8e89-001a4bd43ef6?date=2007-11-20-19
http://crash-stats.mozilla.com/report/index/78532a4a-989e-11dc-8426-001a4bd43ef6?date=2007-11-22-01
http://crash-stats.mozilla.com/report/index/549c28ca-98a0-11dc-9216-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/3fce77c2-98a0-11dc-9c78-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/35dd40e8-98a0-11dc-81a9-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/2a294899-98a0-11dc-95a0-001a4bd43ef6?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/2ae9c7b3-98a0-11dc-9cda-001a4bd43e5c?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/2f9cc0f0-98a0-11dc-b580-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/3110f797-98a0-11dc-9f96-001a4bd43ef6?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/394230b0-98a0-11dc-ae03-001a4bd46e84?date=2007-11-22-02
http://crash-stats.mozilla.com/report/index/525fdea8-98a0-11dc-a20a-001a4bd46e84?date=2007-11-22-02
| Reporter | ||
Comment 1•18 years ago
|
||
sorry, but I don't have steps to reproduce.
I think I was closing tabs?
I'll keep an eye out, as I haven't seen this in a while.
Updated•18 years ago
|
Assignee: nobody → joshmoz
Severity: normal → critical
Component: General → Widget: Cocoa
Product: Firefox → Core
QA Contact: general → cocoa
Comment 2•16 years ago
|
||
Seth in comment #1 2007-11-22
> sorry, but I don't have steps to reproduce.
>
> I think I was closing tabs?
>
> I'll keep an eye out, as I haven't seen this in a while.
Seth, have you seen this again?
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•