CrashKill/2013-03-11
From MozillaWiki
Contents
General
Socorro
- Are URLs supposed to be portable for django crash-stats? e.g. https://crash-stats-django.allizom.org/query/?product=Firefox&process_type=plugin&hang_type=any&plugin_field=filename&plugin_query_type=exact&plugin_query=NPSWF32_11_7_700_128.dll&do_query=1 is a valid URL in the old app but returning errors in the new app. Since we use query URLs in bugs pretty extensively (especially for plugins), having these continue to work is kinda important if it isn't a huge amount of work.
Flash
- 11.6 seems to be a bit better than 11.5 in terms of crashes.
- 11.7 beta is out now: https://crash-stats.mozilla.com/query/query?product=Firefox&process_type=plugin&hang_type=any&plugin_field=filename&plugin_query_type=exact&plugin_query=NPSWF32_11_7_700_128.dll&do_query=1
- bug 849512 apparently exploded with this one.
- bug 749928
- bug 849621 obvious thread-usage error in Flash, likely to be related to the others?
- bug 849622 new topcrash
- bug 849623 new topcrash
- One more unfiled, /me on it (now bug 849928)
Desktop
Release
- Crash rate for 19.0.2 looks high, but no signatures stand out significantly - probably just rapid uptake.
- No Radeon signatures in high ranks.
- Top concern remains D3D11-6.2/Win7 - bug 819028, bug 812683
- Dual Intel/NVidia bug 806786 and Crossrider bug 836263 also remain in the top 10.
Beta
- bug 787158 (nsHttpConnection::OnSocketWritable, SPDY) is still the top concern (new in 20).
Aurora
- bug 837370 (js::types::TypeCompartment::addPendingRecompile) continues to be the top concern, backout only reduced volume.
- bug 836951 (nsSecureBrowserUIImpl::MapInternalToExternalState) also still is a concern on Aurora and Nightly, waiting for review on bug 840388.
- bug 744836 (... nsThread::Dispatch | nsTimerImpl::PostTimerEvent) is rising into the top 10.
Trunk
- bug 798274 (gfxContext::PushGroupAndCopyBackground) has been back for a while, top 10 crash, but no reaction from devs recently.
- bug 837370 (js::types::TypeCompartment::addPendingRecompile) remains the #1 issue, no dev action so far.
Mobile
- Crash rates for 19.0.2 and 20.0b4 look good, also no surprises in top signatures.
- bug 849254 (org.mozilla.gecko.BrowserApp.setToolbarHeigh) is a new topcrash on Nightly.
- bug 847002 - crash in AlignWithLayerPixels @ PresShell::Paint is the second highest in Nightly
- bug 847021 - android.database.sqlite.SQLiteException: Can't upgrade read-only database from version <n> to 14 at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java) at org.mozilla.gecko.db.LocalBrowserDB.filterAllSites top crash for aurora
- bug 782223 - crash in libGLESv2_tegra.so@0x4ae.. on Asus Nexus 7 (NVIDIA Tegra 3) with JB : needs STRs to make it go forward; beta top crasher
- bug 752828 - android.database.sqlite.SQLiteDatabaseLockedException: database is locked at android.database.sqlite.SQLiteStatement.native_executeSql(Native Method) on ICS : top crasher in release
- bug 795675 - crash in JSC::Yarr::interpret mainly on JB : second top crasher in release, need STR to make it go forward
B2G
- bug 840176 - crash in nsAppShell::ProcessNextNativeEvent
- closed off as WFM as there hasn't been any recent crashes.
- bug 848439 - crash in android::MediaStreamSource::getSize on Geeksphone
- bug 849884 - crash in PR_Lock|mozilla::layers::AsyncPanZoomController::SetState|mozilla::layers::AsyncPanZoomController::ContentReceivedTouch
Notes
- nhirata worked with mbrandt to understand automation tests