Closed
Bug 581877
Opened 15 years ago
Closed 5 years ago
crash [@ nsAttrAndChildArray::GetAttr(nsIAtom*, int)]
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash, testcase-wanted, Whiteboard: [tbird crash])
Crash Data
crash [@ nsAttrAndChildArray::GetAttr(nsIAtom*, int)]
bp-f5569d6e-7214-47dd-95d4-b22fe2100725 (ulli)
0 thunderbird.exe nsAttrAndChildArray::GetAttr content/base/src/nsAttrAndChildArray.cpp:318
1 thunderbird.exe nsGenericElement::GetAttr content/base/src/nsGenericElement.cpp:4455
2 thunderbird.exe nsGenericElement::GetAttribute content/base/src/nsGenericElement.cpp:2044
3 thunderbird.exe nsIDOMElement_GetAttribute objdir-tb/mozilla/js/src/xpconnect/src/dom_quickstubs.cpp:2157
4 js3250.dll js_Interpret js/src/jsinterp.cpp:5147
5 js3250.dll js_Invoke
6 thunderbird.exe nsXPCWrappedJSClass::CallMethod js/src/xpconnect/src/xpcwrappedjsclass.cpp:1745
ulli has two other crashes
bp-25cea8b5-9ade-4c90-9fec-3e1ed2100722
bp-bf5e0874-0d6e-4fdc-8997-584572100722
bp-dbfa6377-0f00-4c6c-a344-a1f742100327 user wrote me "problem went away after 3 installs"
firefox crashes are all xul
bp-4c8feef5-273d-423a-ab3f-5373b2100719
0 xul.dll nsAttrAndChildArray::GetAttr content/base/src/nsAttrAndChildArray.cpp:314
1 xul.dll nsGenericHTMLElement::GetParsedAttr content/html/content/src/nsGenericHTMLElement.h:211
2 xul.dll xul.dll@0x2aa575
3 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2345
4 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
5 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
6 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
7 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
8 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
9 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
10 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
11 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
12 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
13 xul.dll nsDocument::RegisterNamedItems content/base/src/nsDocument.cpp:2350
14 xul.dll nsDocument::ContentAppended content/base/src/nsDocument.cpp:2363
15 xul.dll nsNodeUtils::ContentAppended content/base/src/nsNodeUtils.cpp:120
16 xul.dll nsContentSink::NotifyAppend content/base/src/nsContentSink.cpp:1340
17 xul.dll SinkContext::FlushTags content/html/document/src/nsHTMLContentSink.cpp:1382
18 xul.dll HTMLContentSink::FlushPendingNotifications content/html/document/src/nsHTMLContentSink.cpp:3204
19 xul.dll xul.dll@0xc5d7f
20 xul.dll nsHTMLDocument::ResolveName content/html/document/src/nsHTMLDocument.cpp:2807
21 xul.dll nsHTMLDocumentSH::ResolveImpl dom/src/base/nsDOMClassInfo.cpp:8187
Comment 1•15 years ago
|
||
Doesn't look like there's any parser stuff there.
Are those 1.9.2 crashes?
Component: HTML: Parser → DOM
QA Contact: parser → general
| Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> Doesn't look like there's any parser stuff there.
>
> Are those 1.9.2 crashes?
thunderbird are 191 and 192. I wouldn't expect us to have enough volume to see trunk crashes
firefox is all branches and trunk. But there is also more variation in stacks. so perhaps different crashes
https://crash-stats.mozilla.com/report/list?product=Firefox&build_id=&query_search=signature&query_type=exact&query=nsAttrAndChildArray%3A%3AGetAttr%28nsIAtom*%2C%20int%29&date=07%2F25%2F2010%2022%3A08%3A55&range_value=4&range_unit=weeks&hang_type=any&process_type=all&plugin_field=&plugin_query_type=&plugin_query=&do_query=1&signature=nsAttrAndChildArray%3A%3AGetAttr%28nsIAtom*%2C%20int%29&missing_sig=&page=1
for example here is one with nsStyledElement::ReparseStyleAttribute
bp-c380431a-62b5-4e5e-8c32-c61232100720
0 xul.dll nsAttrAndChildArray::GetAttr content/base/src/nsAttrAndChildArray.cpp:316
1 xul.dll nsStyledElement::ReparseStyleAttribute content/base/src/nsStyledElement.cpp:196
2 xul.dll nsStyledElement::GetStyle content/base/src/nsStyledElement.cpp:178
3 xul.dll nsGenericHTMLElementTearoff::GetStyle content/html/content/src/nsGenericHTMLElement.cpp:190
4 xul.dll nsIDOMElementCSSInlineStyle_GetStyle obj-firefox/js/src/xpconnect/src/dom_quickstubs.cpp:6780
5 js3250.dll js_GetPropertyHelper js/src/jsobj.cpp:4271
6 js3250.dll js_Interpret js/src/jsops.cpp:1520
7 js3250.dll js_Execute js/src/jsinterp.cpp:1601
8 js3250.dll JS_EvaluateUCScriptForPrincipals js/src/jsapi.cpp:5070
9 xul.dll nsJSContext::EvaluateString dom/base/nsJSEnvironment.cpp:1756
10 xul.dll nsScriptLoader::EvaluateScript content/base/src/nsScriptLoader.cpp:711
| Reporter | ||
Comment 3•15 years ago
|
||
and a very high percentage is crashes with almost no stack like
0 xul.dll nsAttrAndChildArray::GetAttr content/base/src/nsAttrAndChildArray.cpp:331
1 xul.dll nsGenericElement::GetParsedAttr content/base/src/nsGenericElement.h:669
2 xul.dll FindNamedItems
3 @0x15c67b
4 xul.dll XPC_WN_Helper_NewResolve js/src/xpconnect/src/xpcwrappednativejsops.cpp:1221
Would love some info about how to reproduce this.
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsAttrAndChildArray::GetAttr(nsIAtom*, int)]
| Reporter | ||
Comment 5•14 years ago
|
||
(In reply to Jonas Sicking (:sicking) from comment #4)
> Would love some info about how to reproduce this.
no such luck so far. pretty rare in both thunderbird. roughly 1-2 crash per month per version, or less. very few crash comments in firefox crashse
bp-0957bdba-4250-4898-99a1-3b8292120229 thuderbird 10
| Reporter | ||
Updated•13 years ago
|
Keywords: testcase-wanted
Whiteboard: [tbird crash]
Updated•10 years ago
|
Crash Signature: [@ nsAttrAndChildArray::GetAttr(nsIAtom*, int)] → [@ nsAttrAndChildArray::GetAttr(nsIAtom*, int)]
[@ nsAttrAndChildArray::GetAttr]
I get this error randomly in Firefox 39.
But I can say that this only happen when I visit the Amazon.de page and there go to the Angebote (deals) section.
See: https://crash-stats.mozilla.com/report/index/23af4441-cd99-465e-bff5-a49e72160111
Comment 7•10 years ago
|
||
Do you have any addons installed?
Yes I do.
Adblock Edge 2.1.9.1-signed.1-let-fixed true {fe272bd1-5f76-4ea4-8501-a05d35d823fc}
BetterPrivacy 1.68.1-signed true {d40f5e7b-d2cf-4856-b441-cc613eeffbe3}
Boomerang for Gmail 1.2.6 true {65e41d20-f092-41b7-bb83-c6e8a9ab0f57}
ChatZilla 0.9.92 true {59c81df5-4b7a-477b-912d-4e0fdf64e5f2}
Classic Theme Restorer 1.4.6 true ClassicThemeRestorer@ArisT2Noia4dev
Color Management 0.5.3.1-signed true color_management@seanhayes.name
Dark Backgrounds Switcher 0.3.2.1-signed true jid1-AGzBN6dsbJWp3A@jetpack
Disconnect 3.15.3.1-signed true 2.0@disconnect.me
Display Window Title 2.0.1-signed true aero-window-title@benjamin.smedbergs.us
DownThemAll! 2.0.18.1-signed.1-let-fixed true {DDC359D1-844A-42a7-9AA1-88A850A938A8}
Element Hiding Helper für Adblock Plus 1.3.6 true elemhidehelper@adblockplus.org
Flagfox 5.1.6 true {1018e4d6-728f-4b20-ad56-37578a4de76b}
gtranslate 0.13.0 true {aff87fa2-a58e-4edd-b852-0a20203c1e17}
HTTPS-Everywhere 5.1.2 true https-everywhere-eff@eff.org
ImageHost Grabber 1.6.6.20140620 true {E4091D66-127C-11DB-903A-DE80D2EFDFE8}
KeeFox 1.5.4 true keefox@chris.tomlinson
Mobile Barcoder 0.3.1.1-signed true {A5C87640-F7CF-11DA-974D-0800200C9A66}
NoScript 2.9.0.2 true {73a6fe31-595d-460b-a920-fcc0f8843232}
Sitzungs-Manager 0.8.1.8 true {1280606b-2510-4fe0-97ef-9b5a22eafe30}
Snap Links Plus 2.4.2.1-signed true snaplinks@snaplinks.mozdev.org
Video DownloadHelper 5.4.2 true {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
YouTube Center Developer Build 537 true jid1-cwbvBTE216jjpg@jetpack
Awesome screenshot: Capture and Annotate 2.4.11 false jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetpack
Greasemonkey 3.6 false {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
ProxTube - Gesperrte YouTube Videos entsperren 2.1.0 false ich@maltegoetz.de
Theme Font & Size Changer 43.7 false {f69e22c7-bc50-414a-9269-0f5c344cd94c}
Comment 9•9 years ago
|
||
Crash volume for signature 'nsAttrAndChildArray::GetAttr':
- nightly (version 50): 3 crashes from 2016-06-06.
- aurora (version 49): 15 crashes from 2016-06-07.
- beta (version 48): 427 crashes from 2016-06-06.
- release (version 47): 5853 crashes from 2016-05-31.
- esr (version 45): 2 crashes from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 1 1 0 1 0 0
- aurora 1 1 2 4 4 1 1
- beta 18 51 61 91 82 85 16
- release 757 909 751 876 921 1068 301
- esr 1 0 1 0 0 0 0
Affected platforms: Windows, Linux
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox-esr45:
--- → affected
Comment 10•9 years ago
|
||
Crash volume for signature 'nsAttrAndChildArray::GetAttr':
- nightly (version 51): 2 crashes from 2016-08-01.
- aurora (version 50): 4 crashes from 2016-08-01.
- beta (version 49): 195 crashes from 2016-08-02.
- release (version 48): 571 crashes from 2016-07-25.
- esr (version 45): 4 crashes from 2016-05-02.
Crash volume on the last weeks (Week N is from 08-22 to 08-28):
W. N-1 W. N-2 W. N-3
- nightly 0 1 0
- aurora 0 1 1
- beta 74 69 20
- release 187 171 95
- esr 2 0 0
Affected platform: Windows
Crash rank on the last 7 days:
Browser Content Plugin
- nightly #871
- aurora #656
- beta #261 #657
- release #123
- esr #5414
status-firefox51:
--- → affected
Comment 11•9 years ago
|
||
Crash volume for signature 'nsAttrAndChildArray::GetAttr':
- nightly (version 52): 2 crashes from 2016-09-19.
- aurora (version 51): 2 crashes from 2016-09-19.
- beta (version 50): 82 crashes from 2016-09-20.
- release (version 49): 297 crashes from 2016-09-05.
- esr (version 45): 9 crashes from 2016-06-01.
Crash volume on the last weeks (Week N is from 10-03 to 10-09):
W. N-1 W. N-2
- nightly 0 2
- aurora 2 0
- beta 72 10
- release 233 64
- esr 0 1
Affected platform: Windows
Crash rank on the last 7 days:
Browser Content Plugin
- nightly
- aurora #702
- beta #236 #344
- release #229 #927
- esr
status-firefox52:
--- → affected
Comment 13•9 years ago
|
||
(In reply to Wayne Mery (:wsmwk, NI for questions) from comment #12)
> freddy, do you still crash?
Hi,
no I haven't had a crash for a while. But I am on FF 52 now and also I don't use NoScript at the moment.
Flags: needinfo?(freddym3)
Comment 14•9 years ago
|
||
Too late for firefox 52, mass-wontfix.
Comment 15•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
| Reporter | ||
Comment 17•5 years ago
|
||
virtually gone after version 60 https://crash-stats.mozilla.org/signature/?signature=nsAttrAndChildArray%3A%3AGetAttr&date=%3E%3D2019-10-23T12%3A38%3A00.000Z&date=%3C2020-04-23T12%3A38%3A00.000Z
Status: REOPENED → RESOLVED
Closed: 7 years ago → 5 years ago
Resolution: --- → WORKSFORME
Whiteboard: [tbird crash]
You need to log in
before you can comment on or make changes to this bug.
Description
•