Confirmed users
3,816
edits
(Created page with 'The new session restore page allows you to choose which pages and windows to restore after a crash. Previously, we just restored everything all at once, but if one of those page...') |
|||
Line 8: | Line 8: | ||
# ps -A |grep firefox --> displays a list of process ID numbers that correspond to the running instance of Firefox. | # ps -A |grep firefox --> displays a list of process ID numbers that correspond to the running instance of Firefox. | ||
# kill -9 <pid> --> give it the number for the firefox instance you want to kill. | # kill -9 <pid> --> give it the number for the firefox instance you want to kill. | ||
* | * On OS X, you can use Activity Monitor to do a "Force Quit" on the browser. | ||
* You can use the Task Manager in Windows to "End Process" the Firefox.exe process. | * You can use the Task Manager in Windows to "End Process" the Firefox.exe process. | ||
* You can browse through our currently open [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Core&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+testcase&bug_status=UNCONFIRMED&bug_status=NEW&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=-6m&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= crash bugs] and see if any of the testcases there still crash 3.5 beta 99 (and please leave a note if they do). | * You can browse through our currently open [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Core&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+testcase&bug_status=UNCONFIRMED&bug_status=NEW&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=-6m&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= crash bugs] and see if any of the testcases there still crash 3.5 beta 99 (and please leave a note if they do). |