CrashKill/2014-06-16: Difference between revisions
Jump to navigation
Jump to search
(→B2G) |
|||
Line 34: | Line 34: | ||
==B2G== | ==B2G== | ||
* flame has a new oem build v121-2 | |||
* US Moz QA moving off of 1.3T, 1.3, 1.4 testing | |||
** Taipei team on standby for 1.3T, 1.4 testing | |||
=== 2.1 Geeksphone === | |||
* {{Bug|1026006}} - crash in __libc_android_abort | __android_log_assert | android::OMXCodec::freeBuffersOnPort(unsigned long, bool) | android::OMXCodec::onStateChange(OMX_STATETYPE) | |||
* {{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 |... | |||
** happens on 2.0 as well | |||
* {{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. | |||
=== 2.1 : Gecko 33 === | |||
* {{Bug|1026011}} - crash in android::BpAudioPolicyService::initStreamVolume(audio_stream_type_t, int, int) | |||
* happens on 2.1/2.0 | |||
* {{Bug|1021451}} - WebRTC Chat between FFOS and Desktop Computer Resulted in Graphics Crash - mozalloc_abort(char const*) | NS_DebugBreak | mozilla::ipc::FatalError(char const*, char const*, int, bool) | mozilla::layers::PSharedBufferManagerChild::SendAllocateGrallocBuffer | |||
** happens on 2.1/2.0 | |||
* {{Bug|1019987}} - FX OS crash in sensors.msm8610.so@0x9f02 while using Yepi app | |||
=== 2.0, the version formerly known as 1.5 : gecko 32 === | |||
Mostly the same w/ 2.1 | |||
=== 1.4 === | |||
* {{Bug|1019422}} - [Flame][V1.4][System]Device Crashed after MT a call when playing a video | |||
** need to retest w/ 121-v2 | |||
==Notes== | ==Notes== |
Revision as of 17:11, 16 June 2014
General
Previous Action Items
- [Carryover] KaiRo/liz to evaluate options for public stability list. KaiRo sent an email to Liz, didn't a get a reply yet.
Socorro
Flash
Desktop
- bug 1023239 (libinject2) is still huge across channels, firmly top-10 in both 31 beta and 30 release.
- Birunthan Mohanathas (poiru) is an intern who will be working on support-after-crash prompting (and other FHR-related support issues if time allows). He starts today and will be working from SF. Willian Chen will be his local mentor. He will be attending this meeting starting next week and we will add an agenda section for items related to that project.
Beta
- bug 988549 (_VEC_memzero | _VEC_memzero, startup) is #1 now. Even if the gfx team has no lead on it, we can't ignore this one.
- bug 999165 Yarr (rash in js::CrashAtUnhandlableOOM(char const*) | JSC::Yarr::YarrGenerator<int>::opCompileAlternative(JSC::Yarr::PatternAlternative*))
- 12 signatures with an explosiveness rating of 2.3 or above in the first Beta -- will triage those bugs after the meeting and escalate accordingly (source)
Aurora
- bug 1013586 and bug 1013589 are fallout from irregexp landing, fixed on trunk, need uplift of bug 1024678.
- bug 1021053 is #1, "ABORT: nested sync messages are not supported" in mozilla::ipc::MessageChannel
- OMTC for Windows is still in, so we are still seeing crashes, the gfx team seems to intend to disable it in the next weeks if they can't fix the stability and perf issues.
- Aurora continues to have a much higher crash rate than other branches. There are a handful of new signatures in the top crashers list this week. To be filed.
Trunk
- bug 1025896 - crash in mozilla::gfx::DrawTargetD2D::MaskSurface(mozilla::gfx::Pattern const&, mozilla::gfx::SourceSurface*, mozilla::gfx::PointTyped<mozilla::gfx::UnknownUnits>, mozilla::gfx::DrawOptions const&)
- bug 1025904 - crash in nvwgf2umx.dll@0xa4e4e
Android
- once again release looks good
- Beta has a NSS crash that is by and far the top crasher bug 827264
- Aurora has a uplift that is needed, bug 1011474 though the relman team seems to be on top of it
- Nightly numbers are coming back down with the fix for 1011474
B2G
- flame has a new oem build v121-2
- US Moz QA moving off of 1.3T, 1.3, 1.4 testing
- Taipei team on standby for 1.3T, 1.4 testing
2.1 Geeksphone
- bug 1026006 - crash in __libc_android_abort | __android_log_assert | android::OMXCodec::freeBuffersOnPort(unsigned long, bool) | android::OMXCodec::onStateChange(OMX_STATETYPE)
- 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 |...
- happens on 2.0 as well
- 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.
2.1 : Gecko 33
- bug 1026011 - crash in android::BpAudioPolicyService::initStreamVolume(audio_stream_type_t, int, int)
- happens on 2.1/2.0
- bug 1021451 - WebRTC Chat between FFOS and Desktop Computer Resulted in Graphics Crash - mozalloc_abort(char const*) | NS_DebugBreak | mozilla::ipc::FatalError(char const*, char const*, int, bool) | mozilla::layers::PSharedBufferManagerChild::SendAllocateGrallocBuffer
- happens on 2.1/2.0
- bug 1019987 - FX OS crash in sensors.msm8610.so@0x9f02 while using Yepi app
2.0, the version formerly known as 1.5 : gecko 32
Mostly the same w/ 2.1
1.4
- bug 1019422 - [Flame][V1.4][System]Device Crashed after MT a call when playing a video
- need to retest w/ 121-v2
Notes
Upcoming PTO
- Tracy - PTO June 20 and June 24 through July 13
- David is out Wed-Fri