Closed
Bug 396412
Opened 17 years ago
Closed 17 years ago
Build 2007091623 crash [@ nsMenuPopupFrame::MoveToInternal] when using Ctrl-Tab extension
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: ogirtd, Assigned: enndeakin)
References
()
Details
(Keywords: crash, dogfood, regression)
Crash Data
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
dbaron
:
approval1.9+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007091623 Minefield/3.0a8pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a8pre) Gecko/2007091623 Minefield/3.0a8pre
2007091623 build crashes every time on start up when ctrl-tab extension is installed.
Crash report:
0 nsMenuPopupFrame::MoveToInternal(int, int) mozilla/layout/xul/base/src/nsMenuPopupFrame.cpp:1627
1 nsMenuPopupFrame::MoveToAttributePosition() mozilla/layout/xul/base/src/nsMenuPopupFrame.cpp:1574
2 nsMenuPopupFrame::AttributeChanged(int, nsIAtom*, int) mozilla/layout/xul/base/src/nsMenuPopupFrame.cpp:1546
3 nsCSSFrameConstructor::AttributeChanged(nsIContent*, int, nsIAtom*, int, unsigned int) mozilla/layout/base/nsCSSFrameConstructor.cpp:10099
4 PresShell::AttributeChanged(nsIDocument*, nsIContent*, int, nsIAtom*, int, unsigned int) mozilla/layout/base/nsPresShell.cpp:4513
5 nsBindingManager::AttributeChanged(nsIDocument*, nsIContent*, int, nsIAtom*, int, unsigned int) mozilla/content/xbl/src/nsBindingManager.cpp:1212
6 nsNodeUtils::AttributeChanged(nsIContent*, int, nsIAtom*, int, unsigned int) mozilla/content/base/src/nsNodeUtils.cpp:110
7 nsGenericElement::SetAttrAndNotify(int, nsIAtom*, nsIAtom*, nsAString_internal const&, nsAttrValue&, int, int, int) mozilla/content/base/src/nsGenericElement.cpp:3642
8 nsGenericElement::SetAttr(int, nsIAtom*, nsIAtom*, nsAString_internal const&, int) mozilla/content/base/src/nsGenericElement.cpp:3573
9 nsGenericElement::SetAttribute(nsAString_internal const&, nsAString_internal const&) mozilla/content/base/src/nsGenericElement.cpp:1500
10 NS_InvokeByIndex_P mozilla/xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp:101
11 AutoJSSuspendRequest::SuspendRequest() mozilla/js/src/xpconnect/src/xpcprivate.h:3317
12 js3250.dll@0x6869f
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Updated•17 years ago
|
Updated•17 years ago
|
Summary: Build 2007091623 crash when using Ctrl-Tab extension → Build 2007091623 crash [@ nsMenuPopupFrame::MoveToInternal] when using Ctrl-Tab extension
broken 20070916_0855
works 20070916_0754
http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1189954440&maxdate=1189958099
Confirms Dao's suggestion it's bug 394887.
Updated•17 years ago
|
Keywords: regression
Assignee | ||
Comment 2•17 years ago
|
||
Assignee: jag → enndeakin
Status: NEW → ASSIGNED
Attachment #281186 -
Flags: superreview?(bzbarsky)
Attachment #281186 -
Flags: review?(bzbarsky)
Comment 3•17 years ago
|
||
Comment on attachment 281186 [details] [diff] [review]
null check the widget
r+sr=bzbarsky
Attachment #281186 -
Flags: superreview?(bzbarsky)
Attachment #281186 -
Flags: superreview+
Attachment #281186 -
Flags: review?(bzbarsky)
Attachment #281186 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Attachment #281186 -
Flags: approval1.9?
Comment 4•17 years ago
|
||
Comment on attachment 281186 [details] [diff] [review]
null check the widget
a1.9=dbaron
Attachment #281186 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
OS: Windows XP → All
Hardware: PC → All
Updated•13 years ago
|
Crash Signature: [@ nsMenuPopupFrame::MoveToInternal]
You need to log in
before you can comment on or make changes to this bug.
Description
•