Socorro Updates
July 31st, 2007 by morgamicSocorro 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:

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:
- See the project home page
- List of current to-dos (milestone 2)
- All open issues
- Our wiki page discussing requirements and design
If you have any comments please find us in mozilla.dev.quality or #breakpad@irc.mozilla.org on IRC!
August 1st, 2007 at 2:06 am
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
August 1st, 2007 at 2:47 am
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?
August 1st, 2007 at 9:44 am
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.
August 1st, 2007 at 11:59 pm
Fixed, thanks.