1,926
edits
| Line 8: | Line 8: | ||
== Common Bug Queries == | == Common Bug Queries == | ||
'''Low Hanging Fruit''' | '''Low Hanging Fruit''' | ||
These bugs are all known crash bugs that have testcases already. They are a great place to look to see what types of testcases have been created for testing crash bugs | These bugs are all known crash bugs that have testcases already. They are a great place to look to see what types of testcases have been created for testing crash bugs: | ||
*[https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=crash%2C+topcrash%2C+testcase&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Open Bugs with crash, topcrash, and testcase keywords] | |||
*[https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=crash%2C+testcase&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Open Bugs with crash, testcase keywords] | |||
There are also a few things the community can do to help clean up these bugs lists: | |||
* Find out if older bugs still exist with the latest versions of the Mozilla Suite 1.7.13, Firefox 1.5.0.2, and/or Thunderbird 1.5.0.2. | |||
** If you can reproduce a crash with recent builds/releases, it might help bring back some interest in fixing it. | |||
** If it is no longer an issue in the latest code, it might be a good candidate for marking "Worksforme" to get it off the radar. | |||
* Find out if any of the crash bugs are a "topcrash" for a recent Mozilla, Firefox or Thunderbird release. | |||
** If a unique stack signature in the bug returns a lot of crashes in Talkback data, it might be worth noting and investigating further. | |||
** If you notice a top website mentioned in the bug, it might be worth looking it up in Talkback data to see if the same crash has been reported by a lot of users. | |||
'''Higher Priority''' | '''Higher Priority''' | ||
edits