QA/Talkback/Topcrash Analysis/Firefox Trunk: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
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|&laquo; 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:

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.