CrashKill/2013-05-06

From MozillaWiki
Jump to: navigation, search

General

Socorro

Flash

  • Flash 11.7.700.197 (current beta) symbols are missing, Adobe has been contacted.
  • Even though they announced security exploits for 11.6 existing, 11.7 still isn't rolled out aggressively.

Desktop

Release

  • bug 854176 is another D3D11-6.2/Win7 crash that has been rising somewhat over the weekend, no real concern, though. This class of crashes continues to fluctuate.

Beta

  • bug 851934 (Outlook.com) is sharply down on 21 with b6 (more than the usual decline over the weekend), possibly shifted to different signatures, as this has shown signature instability anyhow. This bug continues to be a high concern. We need to poke dvander heavily, as Fr3dY (the users helping us there) has posted full dumps on 4/25 and David hasn't replied in any way since then (other than marking the comments with the links to the dumps as private).
  • A number of known signatures have been rising with 21.0b6, including PushMarkStack and MarkInternal (bug 868369), DefaultFreeEntry (from ShutdownNSS, bug 675260), EnterMethodJIT, and others.
  • Overall crash rate of 21.0b6 is good, though.

Aurora

  • No concerns at this time.

Trunk

  • bug 868334 (js::ion::AssemblerX86Shared::bind) flared up late last week, a patch landed that cleared the crashes, but it's unclear if it made the code actually work.
  • bug 866526 (EMPTY dump spike) seems to have been caused and fixed by bug 859377 patches.

Mobile

  • Top nightly crash :
    • bug 868196 - org.mozilla.gecko.util.ThreadUtils$UiThreadBlockedException: at org.mozilla.gecko.PromptService.finishDialog(PromptService.java)
    • bug 863685 - Android crash in EnterBaseline on ARMv6 devices
    • bug 791958 - android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5): , while compiling: PRAGMA journal_mode at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method) on JB
  • Top Aurora crash :
    • bug 752828 - android.database.sqlite.SQLiteDatabaseLockedException: database is locked at android.database.sqlite.SQLiteStatement.native_executeSql(Native Method) on ICS
    • bug 867513 - java.lang.NullPointerException: at org.mozilla.gecko.AwesomeBar$8.onSelectionChanged(AwesomeBar.java)
  • Top explosive Bug in Beta:
    • bug 782223 - crash in NvGl214081946277 on Asus Nexus 7 (NVIDIA Tegra 3) running JB
      • Needs STR.
  • Top Exposive Bug in Release:
    • bug 845867 - crash in mozilla::layers::LayerManagerOGL::WorldTransformRect @ libGLES_hgl.so@0x4.... on Samsung Galaxy Y and Ace with Broadcom VideoCore IV GPU running Gingerbread
  • Waiting for next release:
    • bug 845734 - crash in mozilla::MediaPluginHost::CreateDecoder @ libcutils.so@0x50.. on Sony Xperia S, T, V and Z running JB
      • doesn't crash on beta, does still crash on release. Top crash.
    • bug 863843 - Android: blocklist STAGEFRIGHT on rk30board due to bug 808378 - crash in nsMediaPluginHost::CreateDecoder @ libOMX_Core.so@0x1... on devices with rk30board HW and Mali-400 MP GPU running JB

B2G

  • mozalloc_abort(char const*) | NS_DebugBreak crashes are multiple types of crashes:
    • bug 864105 NEW --- crash in nsCacheService::Init with abort message: "Can't create cache IO thread"
    • bug 864112 NEW --- crash in mozilla::ipc::RPCChannel::DebugAbort with abort message: "mismatched CxxStackFrame ctor/dtors"
    • bug 867226 NEW --- Incomplete framebuffer abort in mozilla::layers::LayerManagerOGL::CreateFBOWithTexture with "error 0x8cdd"
    • bug 862425 NEW --- B2G camera process crashes with IPDL protocol error: bad ID for PImageBridge and Error deserializing 'bufferChild' (PGrallocBuffer) member of 'SurfaceDescriptorGralloc'
    • bug 834243 REOPENED --- crash in mozilla::layers::LayerManagerOGL/CompositorOGL::Initialize with abort message: "We need a context on Android"
    • bug 846319 NEW --- crash in LayerManagerOGL::CreateFBOWithTexture with abort message: "Framebuffer not complete -- error 0x0, mFBOTextureTarget 0xde1, aRect.width <n>, aRect.height <m>"
    • bug 721667 NEW --- Incomplete framebuffer abort in mozilla::gl::GLContext::SetBlitFramebufferForDestTexture with "error 0x8cdd" while zooming in and out and panning around
  • Video crash bugs :
    • bug 834164 - [Camera] Camera crash after opened video app and played a video
  • Currently the most fragile areas seem to be:
    • Video
    • graphics
      • memory allocations

Notes

  • "Stability for developers" MDN/wiki page (how to get minidumps, how to get full dumps from users, etc.) - any progress on this?