CrashKill/2014-05-19: Difference between revisions

 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
==General==
==General==
* Data for yesterday missing on Socorro an other places because ADI push to Socorro failed. Metrics is looking into it, possibly pulling Socorro folks in.


===Previous Action Items===
===Previous Action Items===
Line 7: Line 8:


==Socorro==
==Socorro==
* ADI is late. Currently investigating.
* Symbols upload investigation found 3 blocking problems. The 2 operational problems were resolved Friday, the last problem is code an expected to ship late this week.
* New this week: ADU by signatures handles crash_count of 0 better, new version of browser id, lots of work to support ceph prototype


==Flash==
==Flash==
Line 13: Line 17:


===Beta===
===Beta===
* a few stability fixes landed in beta5 for significant crash volume bugs.  Crash stats are reflecting these fixes are working.
*{{Bug|1012691}} - crash in NS_ABORT_OOM(unsigned int) | PL_DHashTableInit(PLDHashTable*, PLDHashTableOps const*, void*, unsigned int, unsigned int) | nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*)
** filed as a follow up to {{Bug|1006181}} - HTTP cache v2 memory only storage area not freed on limit
* {{Bug|938226}} - crash in nsHtml5TreeBuilder::flushCharacters()
** Should it ride the trains or can it be safely uplifted?


===Aurora===
===Aurora===
Line 20: Line 29:


==Android==
==Android==
* Crash rate for 30b4 looks better
** [https://crash-stats.mozilla.com/daily?form_selection=by_version&p=FennecAndroid&v=&v=29.0b10&v=30.0b4&v=30.0b2&hang_type=any&os=Windows&os=Mac+OS+X&os=Linux&date_range_type=report&date_start=2014-04-25&date_end=2014-05-19&submit=Generate Raw crash data]
* Looking into the increase in raw crashes for Nightly


==B2G==
==B2G==
=== Geeksphone : ===
* {{bug|950653}} : JSAutoCompartment::JSAutoCompartment | mozJSComponentLoader::Import(nsACString_internal const&, JS::Handle<JS::Value>, JSContext*, unsigned char, JS::MutableHandle<JS::Value>)
* {{Bug|1012740}} - crash in mozalloc_abort(char const*) | NS_DebugBreak | mozilla::layers::GrallocTextureHostOGL::GrallocTextureHostOGL
* {{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 |...
=== 2.0 / 1.5 ===
* {{Bug|1012737}} - crash in mozilla::layers::GrallocTextureClientOGL::GetAsDrawTarget()
* {{Bug|1003893}} - crash in imgFrame::~imgFrame()
** qa working on sending test files
* {{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|1009497}} - [RTSP][V2.0] Crash happened while device plays MP3 stream over RTSP
* {{Bug|1009922}} - [Open C] crash in __pthread_cond_pulse
=== 1.4 ===
* {{Bug|1011110}} - Crash while toggling bluetooth and running other stability scripts
* {{Bug|1008401}} - crash in wpa_ctrl_recv while switching airplane mode on and off several times
** need dev to look at this.
* {{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|1007818}} - crash in jemalloc_crash | arena_malloc | malloc | moz_xmalloc | mozilla::dom::Event::ConstructorInit(mozilla::dom::EventTarget*, nsPresContext*, mozilla::WidgetEvent*)
* {{Bug|1001897}} - crash in wifi_connect_on_socket_path
* {{Bug|997962}} - Crash in mozilla::dom::bluetooth::BluetoothRequestParent::ReplyRunnable
** dev working on it.
* {{Bug|945335}} - crash in audioTrack_callBack_pullFromBuffQueue
** probably need str?  no traction since ( 2014-04-08 )
* {{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) ]
=== 1.3 ===
* {{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


==Notes==
==Notes==
Line 27: Line 71:
===Upcoming PTO===
===Upcoming PTO===
* Next Monday, May 26th, is a US holiday, so many people are out and there will be no meeting!
* Next Monday, May 26th, is a US holiday, so many people are out and there will be no meeting!
* juanb, PTO, Thur 22 - Mon 26, Texas


===Action Items===
===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.

Latest revision as of 17:32, 19 May 2014

General

  • Data for yesterday missing on Socorro an other places because ADI push to Socorro failed. Metrics is looking into it, possibly pulling Socorro folks in.

Previous Action Items

  • [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated.
  • [DONE] Naoki to file a bug on the Geeksphone channel : bug 1009155, bonus bug : bug 1009151
  • [DONE] Naoki to reach out to Vance on schedule for QC symbols : new symbols should be updated later this week (and IT deleted the old ones)

Socorro

  • ADI is late. Currently investigating.
  • Symbols upload investigation found 3 blocking problems. The 2 operational problems were resolved Friday, the last problem is code an expected to ship late this week.
  • New this week: ADU by signatures handles crash_count of 0 better, new version of browser id, lots of work to support ceph prototype

Flash

Desktop

Beta

  • a few stability fixes landed in beta5 for significant crash volume bugs. Crash stats are reflecting these fixes are working.
  • bug 1012691 - crash in NS_ABORT_OOM(unsigned int) | PL_DHashTableInit(PLDHashTable*, PLDHashTableOps const*, void*, unsigned int, unsigned int) | nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*)
    • filed as a follow up to bug 1006181 - HTTP cache v2 memory only storage area not freed on limit
  • bug 938226 - crash in nsHtml5TreeBuilder::flushCharacters()
    • Should it ride the trains or can it be safely uplifted?

Aurora

Trunk

dmajor: There was a symbols problem on nightly between the 5/8 and 5/13 builds, see bug 1003085 comment 10. It caused a bunch of signatures that don't make sense. Things should be back to normal, but keep an eye out just in case.

Android

  • Crash rate for 30b4 looks better
  • Looking into the increase in raw crashes for Nightly

B2G

Geeksphone :

  • bug 950653 : JSAutoCompartment::JSAutoCompartment | mozJSComponentLoader::Import(nsACString_internal const&, JS::Handle<JS::Value>, JSContext*, unsigned char, JS::MutableHandle<JS::Value>)
  • bug 1012740 - crash in mozalloc_abort(char const*) | NS_DebugBreak | mozilla::layers::GrallocTextureHostOGL::GrallocTextureHostOGL
  • 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 |...

2.0 / 1.5

  • bug 1012737 - crash in mozilla::layers::GrallocTextureClientOGL::GetAsDrawTarget()
  • bug 1003893 - crash in imgFrame::~imgFrame()
    • qa working on sending test files
  • 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 1009497 - [RTSP][V2.0] Crash happened while device plays MP3 stream over RTSP
  • bug 1009922 - [Open C] crash in __pthread_cond_pulse

1.4

  • bug 1011110 - Crash while toggling bluetooth and running other stability scripts
  • bug 1008401 - crash in wpa_ctrl_recv while switching airplane mode on and off several times
    • need dev to look at this.
  • 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 1007818 - crash in jemalloc_crash | arena_malloc | malloc | moz_xmalloc | mozilla::dom::Event::ConstructorInit(mozilla::dom::EventTarget*, nsPresContext*, mozilla::WidgetEvent*)
  • bug 1001897 - crash in wifi_connect_on_socket_path
  • bug 997962 - Crash in mozilla::dom::bluetooth::BluetoothRequestParent::ReplyRunnable
    • dev working on it.
  • bug 945335 - crash in audioTrack_callBack_pullFromBuffQueue
    • probably need str? no traction since ( 2014-04-08 )
  • 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) ]

1.3

  • 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

Notes

Upcoming PTO

  • Next Monday, May 26th, is a US holiday, so many people are out and there will be no meeting!
  • juanb, PTO, Thur 22 - Mon 26, Texas

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.