CrashKill/2014-05-12: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==General== ===Previous Action Items=== * [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated. ==Socorro== ==Flash== ==Des...") |
|||
(12 intermediate revisions by 6 users not shown) | |||
Line 5: | Line 5: | ||
==Socorro== | ==Socorro== | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1003562 adu by signature relanded, should be available from the api again] | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=977218 symbol uploading is being tested on stage] | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1005015 failed correlations no longer blocks report list] | |||
* [https://bugzilla.mozilla.org/buglist.cgi?bug_id=1000368%2C910061%2C1004584%2C1003562%2C1005015%2C1005326%2C1005723%2C972893%2C999773%2C956759%2C1006960%2C977218%2C1007186&list_id=10168615 all of the fixes] that shipped last week | |||
==Flash== | ==Flash== | ||
Line 11: | Line 15: | ||
===Beta=== | ===Beta=== | ||
* looking for uplift of {{Bug|1002748}} - crash in libinject.dll | |||
* Seemed to have lost traction on startup crasher {{Bug|994335}} - startup crash in nsXULPrototypeDocument::GetCompilationGlobal() since it was reopened. | |||
* {{Bug|952721}} - crash in gfxContext::gfxContext(mozilla::gfx::DrawTarget*) - This crash is still present on 30beta3 despite a fix checked in prior to the build for beta3 | |||
===Aurora=== | ===Aurora=== | ||
https://wiki.mozilla.org/Releases/Firefox_31/Test_Plan#Stability | |||
===Trunk=== | ===Trunk=== | ||
* Be aware that {{bug|984361}} might change signatures (to make debugging easier) without actually fixing the crashes. | |||
* Nightly ADI might not be collected correctly yet after KaiRo's {{bug|1006615}} patch landed. | |||
==Android== | ==Android== | ||
* Not a lot of interesting things this week | |||
* Crash rates look good | |||
* Waiting for the next beta which will have the gfx fix that we have been discussing for the last several weeks {{bug|952721}} | |||
==B2G== | ==B2G== | ||
* most of unsymboled crashing is with default channel; others are Geeksphone | |||
=== 2.0 / 1.5 === | |||
* {{Bug|1009032}} - crash in nsStandardURL::Release() | |||
** filed today | |||
* {{Bug|1003893}} - crash in imgFrame::~imgFrame() | |||
** need dev to look at this | |||
* {{Bug|1009039}} - crash in mozilla::ipc::SerializeInputStream(nsIInputStream*, mozilla::ipc::InputStreamParams&, nsTArray<mozilla::ipc::FileDescriptor>&) | |||
** might be a one day crasher? hard to tell; filed for tracking | |||
* {{Bug|1000982}} - crash in strstr | libhardware_legacy.so@0x2481 | |||
** need str | |||
=== 1.4 === | |||
* {{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|1001897}} - crash in wifi_connect_on_socket_path | |||
** hard to repro. | |||
* {{Bug|997367}} - Crash in mozilla::layers::CrossProcessCompositorParent::GetCompositionManager | |||
** patch potentially incoming | |||
* {{Bug|997962}} - Crash in mozilla::dom::bluetooth::BluetoothRequestParent::ReplyRunnable | |||
** Waiting to hear back | |||
* {{Bug|945335}} - crash in audioTrack_callBack_pullFromBuffQueue | |||
** probably need str? no traction since ( 2014-04-08 ) | |||
=== 1.3 === | |||
* {{Bug|989910}} - [tarako] crash at libc.so!pthread_mutex_lock [pthread.c : 1036 + 0x0] | |||
** closed out as WFM | |||
* {{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== | ||
===Upcoming PTO=== | ===Upcoming PTO=== | ||
lizzard - out May 22nd-26 | |||
===Action Items=== | ===Action Items=== | ||
* [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated. | |||
* Naoki to file a bug on the Geeksphone channel : {{bug|1009155}}, bonus bug : {{bug|1009151}} | |||
* Naoki to reach out to Vance on schedule for QC symbols : new symbols should be updated later this week |
Latest revision as of 00:26, 13 May 2014
General
Previous Action Items
- [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated.
Socorro
- adu by signature relanded, should be available from the api again
- symbol uploading is being tested on stage
- failed correlations no longer blocks report list
- all of the fixes that shipped last week
Flash
Desktop
Beta
- looking for uplift of bug 1002748 - crash in libinject.dll
- Seemed to have lost traction on startup crasher bug 994335 - startup crash in nsXULPrototypeDocument::GetCompilationGlobal() since it was reopened.
- bug 952721 - crash in gfxContext::gfxContext(mozilla::gfx::DrawTarget*) - This crash is still present on 30beta3 despite a fix checked in prior to the build for beta3
Aurora
https://wiki.mozilla.org/Releases/Firefox_31/Test_Plan#Stability
Trunk
- Be aware that bug 984361 might change signatures (to make debugging easier) without actually fixing the crashes.
- Nightly ADI might not be collected correctly yet after KaiRo's bug 1006615 patch landed.
Android
- Not a lot of interesting things this week
- Crash rates look good
- Waiting for the next beta which will have the gfx fix that we have been discussing for the last several weeks bug 952721
B2G
- most of unsymboled crashing is with default channel; others are Geeksphone
2.0 / 1.5
- bug 1009032 - crash in nsStandardURL::Release()
- filed today
- bug 1003893 - crash in imgFrame::~imgFrame()
- need dev to look at this
- bug 1009039 - crash in mozilla::ipc::SerializeInputStream(nsIInputStream*, mozilla::ipc::InputStreamParams&, nsTArray<mozilla::ipc::FileDescriptor>&)
- might be a one day crasher? hard to tell; filed for tracking
- bug 1000982 - crash in strstr | libhardware_legacy.so@0x2481
- need str
1.4
- 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 1001897 - crash in wifi_connect_on_socket_path
- hard to repro.
- bug 997367 - Crash in mozilla::layers::CrossProcessCompositorParent::GetCompositionManager
- patch potentially incoming
- bug 997962 - Crash in mozilla::dom::bluetooth::BluetoothRequestParent::ReplyRunnable
- Waiting to hear back
- bug 945335 - crash in audioTrack_callBack_pullFromBuffQueue
- probably need str? no traction since ( 2014-04-08 )
1.3
- bug 989910 - [tarako] crash at libc.so!pthread_mutex_lock [pthread.c : 1036 + 0x0]
- closed out as WFM
- 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
lizzard - out May 22nd-26
Action Items
- [Carryover] KaiRo/liz to evaluate options for public stability list. Mailing list could be moderated.
- Naoki to file a bug on the Geeksphone channel : bug 1009155, bonus bug : bug 1009151
- Naoki to reach out to Vance on schedule for QC symbols : new symbols should be updated later this week