Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Topcrash queries, per nightly build

1 view
Skip to first unread message

Damon Sicore

unread,
Mar 2, 2010, 1:46:45 PM3/2/10
to L. David Baron, dev-pl...@lists.mozilla.org

On Mar 2, 2010, at 10:23 AM, L. David Baron wrote:

> For tracking top crashes in trunk nightly builds, I've set up:
> http://dbaron.org/mozilla/crashes-by-build
> which contains links to the top crashes in each nightly build. (I'd
> previously been constructing such queries by hand.)
>
> This is useful if you want to:
> * see if a patch introduced new top crashes or fixed existing ones
> * help file bugs on the top crashes in current nightlies

This is great work, and I'd like to see this integrated into something like the dev-tree-mgmt-type notifications where if there's evidence of a new crash or spike associated with particular check-ins we're notified. I know it's hard, and there may be false positives. Still, it might help us keep our crashes in check.

Who wants to volunteer to help make that happen? :)

Excellent job, David!


Cheers,

Damon

>
> -David
>
> --
> L. David Baron http://dbaron.org/
> Mozilla Corporation http://www.mozilla.com/
> _______________________________________________
> dev-planning mailing list
> dev-pl...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-planning

Juan Becerra

unread,
Mar 2, 2010, 2:16:20 PM3/2/10
to Damon Sicore, L. David Baron, dev-pl...@lists.mozilla.org
This might also be integrated in the crash-stats site, which is already
aggregating lots of information about crashes.

juanb

smichaud

unread,
Mar 2, 2010, 3:44:20 PM3/2/10
to
Just for the record, I've already found one crash bug looking through
David's lists, and have posted a patch for it :-)

https://bugzilla.mozilla.org/show_bug.cgi?id=549691

Looking per-nightly catches *all* crashes (not just topcrashes), and
can be valuable for that reason.

> > dev-plann...@lists.mozilla.org
> >https://lists.mozilla.org/listinfo/dev-planning

Ryan Snyder

unread,
Mar 4, 2010, 1:29:59 PM3/4/10
to
Nice! Chowse is sketching up how this will look in Crash Reporter,
and I'll work on coding it in for the next Crash Reporter release.

Where can I grab the Build IDs that we're using to populate dbaron's
page? Are we just fetching those out of the txt files on the FTP
site, or is there a better place to grab those?

Thanks,
Ryan Snyder

Ted Mielczarek

unread,
Mar 4, 2010, 3:10:02 PM3/4/10
to L. David Baron, Ryan Snyder, dev-pl...@lists.mozilla.org
On Thu, Mar 4, 2010 at 2:43 PM, L. David Baron <dba...@dbaron.org> wrote:

> I'm just grabbing the text files from FTP (and then caching them).
> I put the script I used to generate the page at
> http://hg.mozilla.org/users/dbaron_mozilla.com/nightly-topcrash-generator/
>
> I'd note that we currently (as of when I checked a few days ago)
> only seem to publish the .txt files for mozilla-central and not for
> release branches.
>

I just landed bug 474610 on 1.9.2 and 1.9.1 this morning. Also, I have a
Python script that does basically the same thing (but stores the results in
a sqlite db) here:
http://hg.mozilla.org/users/tmielczarek_mozilla.com/nightly-db/file/dfef370b8e16/scrapenightly.py

-Ted

L. David Baron

unread,
Mar 4, 2010, 2:43:32 PM3/4/10
to Ryan Snyder, dev-pl...@lists.mozilla.org
On Thursday 2010-03-04 10:29 -0800, Ryan Snyder wrote:
> Nice! Chowse is sketching up how this will look in Crash Reporter,
> and I'll work on coding it in for the next Crash Reporter release.
>
> Where can I grab the Build IDs that we're using to populate dbaron's
> page? Are we just fetching those out of the txt files on the FTP
> site, or is there a better place to grab those?

I'm just grabbing the text files from FTP (and then caching them).

I'd note that we currently (as of when I checked a few days ago)
only seem to publish the .txt files for mozilla-central and not for
release branches.

-David

Ryan Snyder

unread,
Apr 26, 2010, 4:31:20 PM4/26/10
to
Hey all,

The links for the crashes for nightly builds are now available in
Crash Stats at:
http://crash-stats.mozilla.com/products/Firefox/builds

Let me know if you have any feedback for this page... Thanks David
and Ted for the pointers for the build info files!

Cheers,
Ryan

0 new messages