CrashKill/2014-06-02: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 7: Line 7:


==Socorro==
==Socorro==
* symbols upload work is being tested on stage *right now*
* ADI late, bug 1018929


==Flash==
==Flash==
Line 21: Line 23:


===Trunk===
===Trunk===
* There are a few bugs moving up in rank, related to graphics/layers. Need to double check with explosiveness report.
** {{bug|1003004}} - NULL deref in gfxContext::PushGroupAndCopyBackground
** {{bug|1015683}} - crash in mozilla::layers::BasicCompositor::BeginFrame
** {{bug|718746}}} - Crash in nsCanvasRenderingContext2DAzure::ClearRect @ IUnknown::QueryInterface
* [juanb] TBD, file a handful of bugs for crashers in the top 20 which still don't have bugs associated with them.


==Android==
==Android==
Line 26: Line 33:


==B2G==
==B2G==
* Need to investigate : Bug 999302, bug 978651
* Need to reproduce : bug 1018892
* Calling out I missed a few bugs based on the bugzilla query I do; found that partners also file bugs but don't necessarily mark the bugs as crash, b2g-crash.
** some of these crashers are not necessarily socorro type crashes or may be OOM/LMK related.
=== 2.0 Geeksphone : ===
* {{Bug|1016497}} - crash in mozilla::layers::TextureClient::WaitForCompositorRecycle() | mozilla::layers::SimpleTextureClientPool::WaitForCompositorRecycleCallback(mozilla::layers::TextureClient*, void*) | mozilla::RefPtr<mozilla::layers::BufferTextureClient>::~RefPtr
** need to disable SimpleTexture, vendor issue.
* {{Bug|1012741}} - crash in mozalloc_abort(char const*) | NS_DebugBreak | mozilla::ipc::FatalError(char const*, char const*, int, bool) | mozilla::layers::PSharedBufferManagerChild::FatalError(char const*) const |...
* {{Bug|1019063}} - crash in mozilla::gfx::UserData::Add(mozilla::gfx::UserDataKey*, void*, void (*)(void*))
=== 2.0 : ===
* {{Bug|1016677}} - crash in mozilla::layers::ContentClientRemoteBuffer::EndPaint()
** top crash
* {{Bug|1019057}} - crash in mozilla::layers::ContentClientDoubleBuffered::FinalizeFrame(nsIntRegion const&)
* {{Bug|1003893}} - crash in imgFrame::~imgFrame()
** dev investigating
* {{Bug|1009039}} - crash in mozilla::ipc::SerializeInputStream(nsIInputStream*, mozilla::ipc::InputStreamParams&, nsTArray<mozilla::ipc::FileDescriptor>&)
** might be a dup of {{bug|902271}}?
* {{Bug|1000982}} - crash in strstr | libhardware_legacy.so@0x2481
** need str
* {{Bug|1009922}} - [Open C] crash in __pthread_cond_pulse
** need str
* {{Bug|827264}} - crash in nsNSSSocketInfo::CloseSocketAndDestroy @ ssl3_CleanupPeerCerts
** long time crasher that occasionally happens
=== 1.4 : ===
* {{Bug|1016512}} - Crash in MOZ_PNG_read_filt_row_a while stability testing
** new nom
* {{Bug|1012979}} - crash in libwpa_client.so@0x158a
** wifi bug in flame
* {{Bug|999894}} - crash in android_atomic_inc when putting the phone to sleep & waking it back up after playing a recorded video at a blob URL (edit)
** Core bug; which dev should this go to ?
* {{Bug|1001897}} - crash in wifi_connect_on_socket_path
** patch in bug
* {{Bug|997962}} - Crash in mozilla::dom::bluetooth::BluetoothRequestParent::ReplyRunnable
** waiting for feedback from patch
* {{Bug|1008791}} - Crash in stability test [@ ? | pthread_kill | raise | __libc_android_abort | ... | js::BaseProxyHandler::get(JSContext*, JS::Handle, JS::Handle, JS::Handle, JS::MutableHandleJS::Value) ]
** need QC feedback
* {{Bug|945335}} - crash in audioTrack_callBack_pullFromBuffQueue
** probably need str?  no traction since ( 2014-04-08 )
=== 1.3t: ===
* {{Bug|1004266}} - [B2G][FTU] When signing into Gmail repeatedly tapping on the screen can force close the FTU (
* {{Bug|979107}} - [tarako][1.3t]app process crash Notes=xpcom_runtime_abort([Child 1401] ###!!! ABORT: ActorDestroy by IPC channel failure at CompositorChild: file .../CompositorChild.cpp, line 120) URL={{template}}
** need STR
=== 1.3 ===
* {{Bug|1018093}} - [Sora][Browser]there have crash in browser when I reenter it after pressing home key to exit it
* {{Bug|1015810}} - [Sora][BT] Happen to crash when switch off or on "BT".
* {{Bug|1017504}} - [Sora][FOTA] after FOTA updates,the system crash


==Notes==
==Notes==
Line 33: Line 89:


===Action Items===
===Action Items===
* [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated.
* {{bug|883134}}:
** juanb to be on point to get reproducible case with community
** bsmedberg to talk to johns to look into it
** KaiRo to ask relman to contact GAS Tecnologia
* bsmedberg to find nightly regression range for bug 768395

Latest revision as of 17:43, 2 June 2014

General

Previous Action Items

  • [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated.
  • KaiRo to make sure we resolve the Nightly ADI issue, either by getting new mechanism up or backing out the patch.

Socorro

  • symbols upload work is being tested on stage *right now*
  • ADI late, bug 1018929

Flash

Desktop

Beta

  • bug 1018236 (RtlFreeHeap | HeapFree) is a McAfee crash that came up across all channels starting 2014-05-28.
  • bug 1013972 (nsJSNPRuntime::OnPluginDestroy) seems to be fixed on b9, bug 883134 (nsPluginHost::StopPluginInstance) is not.

Aurora

  • bug 768395 crash in CDevice::DriverInternalErrorCB mainly with AMD GPUs is #5 on Aurora, random AMD crasher? (also bug 635464)
  • bug 999158 crash in js::CrashAtUnhandlableOOM(char const*) | js::Nursery::MinorGCCallback(JSTracer*, void**, JSGCTraceKind) is # 2 on Aurora, should probably block GGC from going to Beta unless it can be addressed in time

Trunk

  • There are a few bugs moving up in rank, related to graphics/layers. Need to double check with explosiveness report.
    • bug 1003004 - NULL deref in gfxContext::PushGroupAndCopyBackground
    • bug 1015683 - crash in mozilla::layers::BasicCompositor::BeginFrame
    • bug 718746} - Crash in nsCanvasRenderingContext2DAzure::ClearRect @ IUnknown::QueryInterface
  • [juanb] TBD, file a handful of bugs for crashers in the top 20 which still don't have bugs associated with them.

Android

  • All quiet on the western front. 30b8 numbers look good.

B2G

  • Need to investigate : Bug 999302, bug 978651
  • Need to reproduce : bug 1018892
  • Calling out I missed a few bugs based on the bugzilla query I do; found that partners also file bugs but don't necessarily mark the bugs as crash, b2g-crash.
    • some of these crashers are not necessarily socorro type crashes or may be OOM/LMK related.

2.0 Geeksphone :

  • bug 1016497 - crash in mozilla::layers::TextureClient::WaitForCompositorRecycle() | mozilla::layers::SimpleTextureClientPool::WaitForCompositorRecycleCallback(mozilla::layers::TextureClient*, void*) | mozilla::RefPtr<mozilla::layers::BufferTextureClient>::~RefPtr
    • need to disable SimpleTexture, vendor issue.
  • bug 1012741 - crash in mozalloc_abort(char const*) | NS_DebugBreak | mozilla::ipc::FatalError(char const*, char const*, int, bool) | mozilla::layers::PSharedBufferManagerChild::FatalError(char const*) const |...
  • bug 1019063 - crash in mozilla::gfx::UserData::Add(mozilla::gfx::UserDataKey*, void*, void (*)(void*))

2.0 :

  • bug 1016677 - crash in mozilla::layers::ContentClientRemoteBuffer::EndPaint()
    • top crash
  • bug 1019057 - crash in mozilla::layers::ContentClientDoubleBuffered::FinalizeFrame(nsIntRegion const&)
  • bug 1003893 - crash in imgFrame::~imgFrame()
    • dev investigating
  • bug 1009039 - crash in mozilla::ipc::SerializeInputStream(nsIInputStream*, mozilla::ipc::InputStreamParams&, nsTArray<mozilla::ipc::FileDescriptor>&)
  • bug 1000982 - crash in strstr | libhardware_legacy.so@0x2481
    • need str
  • bug 1009922 - [Open C] crash in __pthread_cond_pulse
    • need str
  • bug 827264 - crash in nsNSSSocketInfo::CloseSocketAndDestroy @ ssl3_CleanupPeerCerts
    • long time crasher that occasionally happens

1.4 :

  • bug 1016512 - Crash in MOZ_PNG_read_filt_row_a while stability testing
    • new nom
  • bug 1012979 - crash in libwpa_client.so@0x158a
    • wifi bug in flame
  • bug 999894 - crash in android_atomic_inc when putting the phone to sleep & waking it back up after playing a recorded video at a blob URL (edit)
    • Core bug; which dev should this go to ?
  • bug 1001897 - crash in wifi_connect_on_socket_path
    • patch in bug
  • bug 997962 - Crash in mozilla::dom::bluetooth::BluetoothRequestParent::ReplyRunnable
    • waiting for feedback from patch
  • bug 1008791 - Crash in stability test [@ ? | pthread_kill | raise | __libc_android_abort | ... | js::BaseProxyHandler::get(JSContext*, JS::Handle, JS::Handle, JS::Handle, JS::MutableHandleJS::Value) ]
    • need QC feedback
  • bug 945335 - crash in audioTrack_callBack_pullFromBuffQueue
    • probably need str? no traction since ( 2014-04-08 )

1.3t:

  • bug 1004266 - [B2G][FTU] When signing into Gmail repeatedly tapping on the screen can force close the FTU (
  • bug 979107 - [tarako][1.3t]app process crash Notes=xpcom_runtime_abort([Child 1401] ###!!! ABORT: ActorDestroy by IPC channel failure at CompositorChild: file .../CompositorChild.cpp, line 120) URL={{[[Template:{{{1}}}|{{{1}}}]]}}
    • need STR

1.3

  • bug 1018093 - [Sora][Browser]there have crash in browser when I reenter it after pressing home key to exit it
  • bug 1015810 - [Sora][BT] Happen to crash when switch off or on "BT".
  • bug 1017504 - [Sora][FOTA] after FOTA updates,the system crash

Notes

  • Are people interested in doing another Stability Work Week this year? If so, would some time in October work?

Upcoming PTO

Action Items

  • [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated.
  • bug 883134:
    • juanb to be on point to get reproducible case with community
    • bsmedberg to talk to johns to look into it
    • KaiRo to ask relman to contact GAS Tecnologia
  • bsmedberg to find nightly regression range for bug 768395