What does “can’t access dead object” mean?
Firefox 15 introduced a major improvement in memory usage, by disallowing add-ons to keep references to DOM objects after their parent document was destroyed. This eliminates the most common cause of memory leaks in add-ons, and should reduce memory consumption for many users. If you install an add-on that causes this kind of memory leak,… Continue reading