Firefox crashed and does not give me the option to restore my previous session.

Hello

I've been using firefox for a while now and so far, ive never had a problem like this.

Firefox crashed last night while I was asleep, and when I woke up this morning to turn it back on, the crash reporter asked me that if I wanted to restart firefox, I did, but when it is loaded, instead of asking if I wanted to restore my previous session, he loaded a blank page which had a white patch is looking for unusual at the top where the tab bar is supposed to be , with the legs of loading below.

The tabs that I had loaded were all very important to me and I would like to find a way to get back them if possible, however, I was unable to find anything on the other help pages that describes the solves my problem.

Please help if you can, it would be greatly appreciated.

PS I apologize for not to include an image of the window of buggy, it didn't occur to me to take a screenshot before I closed it.

sessionstore.bak files are no longer used in current versions of Firefox, so they are probably for some time ago (seven 2014:20140923175406) and may no longer be of use.

One possible way to inspect a sessionstore.js file or a file in the sessionstore-backups folder is open in a Firefox tab and to evaluate that JavaScript code in the Web Console (Firefox/tools > Web Developer).

Paste the code into the Web Console command line and press the Enter key to evaluate the code.

eval("ss = "+document.body.innerHTML.replace("<pre>","").replace("</pre>",""));
sd='';
for (var i = 0; i < ss.windows[0].tabs.length; i++) {
 var ent = ss.windows[0].tabs[i].entries;
 var last = ent[ent.length-1];
 sd+="["+(i+1)+"]:"+"<a href="+last.url+">"+last.url+"</a><br />";
}
document.body.innerHTML=sd;

See also restore Session in Firefox for emergency:

(this site is no longer available)

Tags: Firefox

Similar Questions

Maybe you are looking for