Comment 39 for bug 1474003

Revision history for this message
In , Benjamin Smedberg (Mozilla) [:bs] (benjamin-smedbergs) wrote :

Crash Address 0x89

http://hg.mozilla.org/releases/mozilla-release/annotate/FIREFOX_39_0_RELEASE/dom/ipc/CrashReporterParent.cpp is the first time we touch a member variable in this function. So this is probably a null `this` access.

This is the callsite: http://hg.mozilla.org/releases/mozilla-release/annotate/FIREFOX_39_0_RELEASE/dom/plugins/ipc/PluginModuleParent.cpp#l1415

It's weird that we'd have a null `crashReporter` here, because we null-check it above at line 1408.

Can't say much beyond that; we know that the crash reporter is enabled in these builds, so there should be a `crashReporter` here. Best thing would be for somebody who is seeing this to debug it using the distro symbols.