[tor-bugs] #10761 [Firefox Patch Issues]: Restoring windows and tabs causes crash on exit

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Mar 9 12:37:34 UTC 2014


#10761: Restoring windows and tabs causes crash on exit
--------------------------------------+-----------------------
     Reporter:  cypherpunks           |      Owner:  mikeperry
         Type:  defect                |     Status:  new
     Priority:  normal                |  Milestone:
    Component:  Firefox Patch Issues  |    Version:
   Resolution:                        |   Keywords:  tbb-crash
Actual Points:                        |  Parent ID:
       Points:                        |
--------------------------------------+-----------------------

Comment (by cypherpunks):

 Yet one workaround, set browser.cache.disk_cache_ssl to false, before
 unchecking DR. It should to prevent crashes.
 Deleting HTTPS-Everywhere is not solution actually. Torbutton can to
 trigger the same problem every 1.5 hours.

 The proper solution is to fix firefox codebase so it doesn't unload
 modules by main thread before termination all another threads. Alas, it
 will require to rewrite all code. The real solution is to pass real
 PR_Free address like it does MSVC's code generator, and to fix or make it
 clear many non working parts of add-ons code.
 {{{
 req.channel.loadFlags |= Ci.nsIRequest.LOAD_BYPASS_CACHE;
 }}}
 Doesn't work for code used by Torbutton and HTTPS-Everywhere.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10761#comment:33>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list