Socorro Updates

Socorro has had a few improvements over the last week. bsmedberg, ispiked and luser worked hard to bring you:

  • Graphs to show crash population over time
  • Crash reports by operating system
  • Crash reports by build and operating system

There are plenty of fun graphs that show trends over time. For example, see this graph that shows a common crash in gfxFont::Draw:

Draw

Up next, we’ll be working on finishing up milestone 2 items and work towards milestone 3. For more about the project and what we’re working on:

If you have any comments please find us in mozilla.dev.quality or #breakpad@irc.mozilla.org on IRC!

{

About

Mike Morgan is the Director of Web Development for the Mozilla Corporation. Mike joined the Mozilla community as a volunteer in 2003 and has worked on Mozilla's mirror management software, update system and addons.mozilla.org. These days he spends most of his time on strategy, recruiting and helping his team embrace their inner nerd.


4 Responses to “Socorro Updates”

  1. Is it just me that sees the graphs overlapping the following table in all those examples, e.g.:

    http://crash-stats.mozilla.com/report/list?range_unit=weeks&branch=1.9&range_value=2&signature=gfxFont%3A%3ADraw(gfxTextRun+*%2Cunsigned+int%2Cunsigned+int%2CgfxContext+*%2Cint%2CgfxPoint+*%2CgfxFont%3A%3ASpacing+*)

    Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/2007073105 Minefield/3.0a7pre

    FP on August 1st, 2007 at 2:06 am
  2. I don’t see that, but I’m guessing it’s fixable via CSS margins/padding or clears (if there is a float). What browser are you using?

    morgamic on August 1st, 2007 at 2:47 am
  3. It happens on both of these:

    Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a7pre) Gecko/2007073105 Minefield/3.0a7pre

    and

    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6

    Seems to only occur when using a smaller (width-wise) window, probably somewhere near the 800px mark, only noticed it because the first machine runs at 1024×768 and the browser window wasn’t maximised.

    FP on August 1st, 2007 at 9:44 am
  4. Fixed, thanks.

    FP on August 1st, 2007 at 11:59 pm