User:Blassey/bug deep dive: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "===7/5/12===")
 
No edit summary
 
(53 intermediate revisions by 9 users not shown)
Line 1: Line 1:
===7/5/12===
== August 29th, 2013 ==
* gcp: {{Bug|898767}} crash in mozilla::DecoderTraits::CanHandleMediaType
 
== May 30, 2013 ==
* snorp: {{bug|848482}} [SkiaGL] SourceSurface doesn't currently work with SkiaGL
 
== May 9, 2013 ==
* gbrown: {{bug|867360}} Why does the Watcher terminate? How can we avoid it?
* gbrown: {{bug|869030}} How does testDoorHanger cause a reboot?
 
== April 11, 2013 ==
* jchen: phone screening an intern next week; would like a quick tutorial
* cpeterson: {{bug|863498}} - Embedded YouTube Flash video is upside down
 
== February 7, 2013 ==
* kats: various regressions from the new font (startup time, bug 833000)
 
== January 31, 2013 ==
* gbrown: {{bug|830557}} - likely the #1 cause of startup crashes on tbpl
== January 24, 2013 ==
* kats: heisen{{bug|832508}} - this is hard to reproduce with a debugger attached. any ideas on how to debug it? not sure where the failure is happening so i don't even know where to put printfs.
* kats: {{bug|834243}} - see the java exception trace in comment #2
 
== January 17, 2013 ==
* snorp: {{Bug|800838}}
 
== December 27, 2012 ==
* kats: bug 785597 - try push at https://tbpl.mozilla.org/?tree=Try&rev=4a9404e66fac paints nothing (compositor stuck in pause?)
 
== November 15, 2012 ==
* blassey: Q4 Goals check point [[Platform/2012-Q4-Goals#Mobile]]
* snorp: Bug 716403 - Request to hide the navigation bar when scrolling down content https://bugzilla.mozilla.org/show_bug.cgi?id=716403
* kats: crash reporter dialog not working in 4.2
 
== November 1, 2012 ==
* blassey: {{bug|798826}} - crash in gfxFT2FontList::FindFonts @ mozilla::scache::StartupCache::WaitOnWriteThread
 
== October 25, 2012 ==
* Cwiiis: {{bug|805014}} - Why does R4 fail when turning on progressive tiles? https://tbpl.mozilla.org/?tree=Try&rev=a39733ed3b11
* gcp : {{Bug|787318}} - Tabs thumbnails are not updated
 
== October 18, 2012 ==
* gbrown: {{bug|722166}} - can we make sense of these stacks?
* jchen: {{bug|769520}} - Threading issues in IME between Gecko and Java, notes at https://etherpad.mozilla.org/GpAT5Mxs3o
 
== October 11, 2012 ==
* kats: {{bug|799686}} - why does open(..., 0644) create files with 0600 permissions?
 
== September 27, 2012 ==
* kats: https://tbpl.mozilla.org/?tree=Try&rev=c7bdbd75a03f - Y U NO WORK!?!
* gcp: https://bugzilla.mozilla.org/show_bug.cgi?id=784714 - Can we take a look at all that's wrong and split this in separate bugs?
 
==August 30, 2012==
* cpeterson: {{bug|782096}} - NullPointerException returned from InputMethodManagerService Parcel
* kats: (no bug) - brainstorming about heap object graph visualization. background reading: http://en.wikipedia.org/wiki/Dominator_%28graph_theory%29
 
==Aug 16, 2012==
skipped due to work week
==Aug 9, 2012==
* gbrown - {{bug|764901}}: Looking for ideas -- what could be failing? How can we diagnose it?
*{{bug|779269}} - Google PDF Viewer pane gets rendered misplaced when you scroll down
==July 31, 2012==
 
* snorp: SharedTextureHandle lifecycle problems, bug 776334
* kats: one of the top three patches at https://tbpl.mozilla.org/?tree=Try&rev=867a28c5b7df causes reftest failures. which one and why?
==July 26,12==
* cpeterson: questions about UI thread vs GeckoBackgroundThread
* rkd: Accessing image data from the cache - http://pastebin.mozilla.org/1715737
 
==July 19, 2012==
* {{bug|775227}} - OutOfMemory during mochitests.
* {{bug|764193}} - IME-specific bugs breaking form autocomplete
 
==July 12, 2012==
* {{bug|763166}} - Startup crash in SetFirstPaintViewport that I have not been able to reproduce, even though it happens fairly frequently on tbpl.
* {{bug|772079}} - invalidThebesContent is immediately destroyed after calling ApplyThebesLayerInvalidation
==July 5, 2012==
*https://bugzilla.mozilla.org/show_bug.cgi?id=769527 (Syncing bookmarks between desktop and current mobile build (14) causes bookmarked feeds to turn into empty folders.)
*{{bug|769541}} - After landing Bug 758620, Some CSS causes a problem of re-painting(Tabstrip, Favicon, Label, etc.)
*{{bug|758338}} - Would like to brainstorm ways to get useful data about network performance in real-world scenarios

Latest revision as of 15:58, 29 August 2013

August 29th, 2013

  • gcp: bug 898767 crash in mozilla::DecoderTraits::CanHandleMediaType

May 30, 2013

  • snorp: bug 848482 [SkiaGL] SourceSurface doesn't currently work with SkiaGL

May 9, 2013

  • gbrown: bug 867360 Why does the Watcher terminate? How can we avoid it?
  • gbrown: bug 869030 How does testDoorHanger cause a reboot?

April 11, 2013

  • jchen: phone screening an intern next week; would like a quick tutorial
  • cpeterson: bug 863498 - Embedded YouTube Flash video is upside down

February 7, 2013

  • kats: various regressions from the new font (startup time, bug 833000)

January 31, 2013

  • gbrown: bug 830557 - likely the #1 cause of startup crashes on tbpl

January 24, 2013

  • kats: heisenbug 832508 - this is hard to reproduce with a debugger attached. any ideas on how to debug it? not sure where the failure is happening so i don't even know where to put printfs.
  • kats: bug 834243 - see the java exception trace in comment #2

January 17, 2013

December 27, 2012

November 15, 2012

November 1, 2012

  • blassey: bug 798826 - crash in gfxFT2FontList::FindFonts @ mozilla::scache::StartupCache::WaitOnWriteThread

October 25, 2012

October 18, 2012

October 11, 2012

  • kats: bug 799686 - why does open(..., 0644) create files with 0600 permissions?

September 27, 2012

August 30, 2012

Aug 16, 2012

skipped due to work week

Aug 9, 2012

  • gbrown - bug 764901: Looking for ideas -- what could be failing? How can we diagnose it?
  • bug 779269 - Google PDF Viewer pane gets rendered misplaced when you scroll down

July 31, 2012

July 26,12

July 19, 2012

  • bug 775227 - OutOfMemory during mochitests.
  • bug 764193 - IME-specific bugs breaking form autocomplete

July 12, 2012

  • bug 763166 - Startup crash in SetFirstPaintViewport that I have not been able to reproduce, even though it happens fairly frequently on tbpl.
  • bug 772079 - invalidThebesContent is immediately destroyed after calling ApplyThebesLayerInvalidation

July 5, 2012

  • https://bugzilla.mozilla.org/show_bug.cgi?id=769527 (Syncing bookmarks between desktop and current mobile build (14) causes bookmarked feeds to turn into empty folders.)
  • bug 769541 - After landing Bug 758620, Some CSS causes a problem of re-painting(Tabstrip, Favicon, Label, etc.)
  • bug 758338 - Would like to brainstorm ways to get useful data about network performance in real-world scenarios