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!

4 responses

  1. FP wrote on :

    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

  2. morgamic wrote on :

    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?

  3. FP wrote on :

    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.

  4. FP wrote on :

    Fixed, thanks.