CrashKill/2014-08-04: Difference between revisions

 
(5 intermediate revisions by 3 users not shown)
Line 11: Line 11:
** restored file a bug feature for non-FF products (bug 1042694)
** restored file a bug feature for non-FF products (bug 1042694)
** modules and frames with missing symbols now highlighted in UI (bug 929098)
** modules and frames with missing symbols now highlighted in UI (bug 929098)
* changes for the last two weeks: https://bugzilla.mozilla.org/buglist.cgi?bug_id=1020348%2C1036652%2C1036713%2C1036725%2C1037537%2C976077%2C1035689%2C1038247%2C1036899%2C1033289%2C929098%2C1038440%2C1038779%2C1038777%2C1038483%2C1038754%2C1038956%2C984431%2C984427%2C1039648%2C1039876%2C1037874%2C1040249%2C1040289%2C1040292%2C1040365%2C1035484%2C984436%2C1040248%2C962264%2C1040295%2C1037512%2C1040955%2C1031076%2C965589%2C1041263%2C1042169%2C1042278%2C1042365%2C1042718%2C1038608%2C1043565%2C1039658%2C1043681%2C1043526%2C1042694%2C1044072%2C1038340%2C1045872&list_id=10920232
** significant improvements to common development tasks
*** clean build + tests 30% faster on jenkins, 93% faster locally
*** no more vendored libs in webapp
*** significant complexity reduction in Make + build scripts
* changes for the last two weeks: [https://bugzilla.mozilla.org/buglist.cgi?bug_id=1020348%2C1036652%2C1036713%2C1036725%2C1037537%2C976077%2C1035689%2C1038247%2C1036899%2C1033289%2C929098%2C1038440%2C1038779%2C1038777%2C1038483%2C1038754%2C1038956%2C984431%2C984427%2C1039648%2C1039876%2C1037874%2C1040249%2C1040289%2C1040292%2C1040365%2C1035484%2C984436%2C1040248%2C962264%2C1040295%2C1037512%2C1040955%2C1031076%2C965589%2C1041263%2C1042169%2C1042278%2C1042365%2C1042718%2C1038608%2C1043565%2C1039658%2C1043681%2C1043526%2C1042694%2C1044072%2C1038340%2C1045872&list_id=10920232 @bugzilla]
* on deck: https://bugzilla.mozilla.org/buglist.cgi?bug_id=1045303%2C1046598%2C1039461%2C1047099%2C1047020&list_id=10920361
** Expose AdapterSubsysID and AdapterDriverVersion
** ADI encoding problem in new Hive source fixed


==Flash / Plugins==
==Flash / Plugins==
Line 27: Line 34:
===Trunk===
===Trunk===


bug 1043426 and 1045608 - mozilla::layers::CompositorD3D11::DrawQuad(mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::EffectChain const&, float, mozilla::gfx::Matrix4x4 const&) 
*  topcrash in Nightly. fix in progress. some changes backed out.
*  topcrash in Nightly. fix in progress. some changes backed out.
** {{Bug|1043426}} and 1045608 - mozilla::layers::CompositorD3D11::DrawQuad(mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::EffectChain const&, float, mozilla::gfx::Matrix4x4 const&)


==Android==
==Android==
Line 44: Line 51:


===Action Items===
===Action Items===
* [Tracy] to follow/verify the fix for {{bug|1039547}}
* [KaiRo] finish up discussion with relman on prerequisites in approval questionnaire
* [nhirata] follow up to MTBF test; purposeful crash should be obvious crash signature + channel change : add -test-<testsuite> ie -test-MTBF.
* [QA/bsmedberg] surface any issues that may have been missed during work week/PTO for the next meeting or to the list if critical

Latest revision as of 18:04, 5 August 2014

General

Previous Action Items

  • [KaiRo] escalate getting dev attention in bug 1039547
  • [KaiRo] finish up discussion with relman on prerequisites in approval questionnaire
  • [nhirata] follow up to MTBF test; purposeful crash should be obvious crash signature + channel change : add -test-<testsuite> ie -test-MTBF.
  • [DONE] [KaiRo] Cancel next week's meeting due to QA work week; send invite for meeting in two weeks which will be hosted by Kevin

Socorro

  • the highlights:
    • restored file a bug feature for non-FF products (bug 1042694)
    • modules and frames with missing symbols now highlighted in UI (bug 929098)
    • significant improvements to common development tasks
      • clean build + tests 30% faster on jenkins, 93% faster locally
      • no more vendored libs in webapp
      • significant complexity reduction in Make + build scripts
  • changes for the last two weeks: @bugzilla
  • on deck: https://bugzilla.mozilla.org/buglist.cgi?bug_id=1045303%2C1046598%2C1039461%2C1047099%2C1047020&list_id=10920361
    • Expose AdapterSubsysID and AdapterDriverVersion
    • ADI encoding problem in new Hive source fixed

Flash / Plugins

Desktop

Beta

  • Crash rate stable on beta
  • There are three crasher bugs that spiked over the weekend. Those need to be filed.

Aurora

  • traction on the js::detail::HashTable crash bug bug 1039547 fixed just landed in bug 1044205
  • catching up from QA work week; will file bugs on new crash reports as needed.

Trunk

  • topcrash in Nightly. fix in progress. some changes backed out.
    • bug 1043426 and 1045608 - mozilla::layers::CompositorD3D11::DrawQuad(mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::gfx::RectTyped<mozilla::gfx::UnknownUnits> const&, mozilla::layers::EffectChain const&, float, mozilla::gfx::Matrix4x4 const&)

Android

  • Android L crash has been resolved
    • need to find out if we are getting the fix into beta 4 or beta 6
  • Beta and Release numbers are stable

B2G

Notes

Upcoming PTO

  • KaiRo on vacation until the end of the week (Aug 10)
  • kbrosnan on PTO Aug-8 through Aug-17 (may take Aug-18 as well)

Action Items

  • [Tracy] to follow/verify the fix for bug 1039547
  • [KaiRo] finish up discussion with relman on prerequisites in approval questionnaire
  • [nhirata] follow up to MTBF test; purposeful crash should be obvious crash signature + channel change : add -test-<testsuite> ie -test-MTBF.
  • [QA/bsmedberg] surface any issues that may have been missed during work week/PTO for the next meeting or to the list if critical