QA/Talkback/Topcrash Analysis/Firefox Trunk: Difference between revisions
< QA | Talkback | Topcrash Analysis
m (→xpsp2res.dll) |
Samuelsidler (talk | contribs) No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Part of [[Talkback Topcrash Analysis#Topcrash status|topcrash status]]. See there for what this page means and how it is intended to be used. | <small>[[QA/Talkback/Topcrash Analysis|« QA/Talkback/Topcrash Analysis]]</small> | ||
Part of [[QA/Talkback/Topcrash Analysis#Topcrash status|topcrash status]]. See there for what this page means and how it is intended to be used. | |||
Relevant Reports: | Relevant Reports: | ||
| Line 5: | Line 7: | ||
* [http://talkback-public.mozilla.org/reports/firefox/FFTrunk/index.html Firefox Trunk] | * [http://talkback-public.mozilla.org/reports/firefox/FFTrunk/index.html Firefox Trunk] | ||
=== | === ntdll.dll === | ||
As of October 5, 2006, around half the crashes had the stack: | |||
* ntdll.dll + 0x10f29 (0x7c910f29) | |||
* ntdll.dll + 0x10d5c (0x7c910d5c) | |||
* MSVCR80.dll + 0x4c3b (0x78134c3b) | |||
* XPCWrappedNative::CallMethod [mozilla\js\src\xpconnect\src\xpcwrappednative.cpp, line 2330] | |||
which is covered by {{bug|354624}} -- may be an extension-related problem. | |||
=== nsWindow::DataToAData === | === nsWindow::DataToAData === | ||
| Line 17: | Line 22: | ||
=== 0x00000000 === | === 0x00000000 === | ||
=== | === USP10.dll === | ||
=== nsContentUtils::ComparePosition === | |||
At least most crashes, as of 2006-10-15, covered by {{bug|356748}}. | |||
=== libc.so.6 === | === libc.so.6 === | ||
=== xpsp2res.dll === | === xpsp2res.dll === | ||
| Line 37: | Line 37: | ||
Note: this also shows up as a crash [@ js_SetProtoOrParent]. Covered by {{bug|353555}}. | Note: this also shows up as a crash [@ js_SetProtoOrParent]. Covered by {{bug|353555}}. | ||
Latest revision as of 03:36, 15 November 2007
« QA/Talkback/Topcrash Analysis
Part of topcrash status. See there for what this page means and how it is intended to be used.
Relevant Reports:
ntdll.dll
As of October 5, 2006, around half the crashes had the stack:
- ntdll.dll + 0x10f29 (0x7c910f29)
- ntdll.dll + 0x10d5c (0x7c910d5c)
- MSVCR80.dll + 0x4c3b (0x78134c3b)
- XPCWrappedNative::CallMethod [mozilla\js\src\xpconnect\src\xpcwrappednative.cpp, line 2330]
which is covered by bug 354624 -- may be an extension-related problem.
nsWindow::DataToAData
Covered by bug 332713. Has simplified testcase; reproducable.
0x00000000
USP10.dll
nsContentUtils::ComparePosition
At least most crashes, as of 2006-10-15, covered by bug 356748.
libc.so.6
xpsp2res.dll
These crashes started happening since 2006-09-20. The top of the stack is:
- js_SetProtoOrParent
- JS_SetPrototype
Note: this also shows up as a crash [@ js_SetProtoOrParent]. Covered by bug 353555.