- Package:
- iceweasel
- Source:
- firefox-esr
- Submitter:
- Michael Rose
- Date:
- 2015-09-07 08:36:03 UTC
- Severity:
- important
Dear Maintainer, Iceweasel crashes suddenly on random websites. If a website crashes Iceweasel, it will crash it everytime it gets visited. Repeatable 100%. Running it in the console, I get the following output, where it crashes on the last two lines: $ iceweasel --safe-mode (process:25206): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed console.error: [CustomizableUI] Custom widget with id loop-button does not return a valid node console.error: [CustomizableUI] Custom widget with id loop-button does not return a valid node ATTENTION: default value of option force_s3tc_enable overridden by environment. intel_do_flush_locked failed: Input/output error I have tried moving ~/.mozilla/firefox and the same issue occurs. I tried installing iceweasel-dbg and running it through gdb, but when I try to get a backtrace, I get no stack.
Hello Michael, which websites provoke such crashes? What excately do you have done? You should do something like (gdb) thread apply all bt Please note also https://wiki.debian.org/HowToGetABacktrace Without further information we can't readjust such situations. Please provide some more informations. Regards Carsten
On Mon, 7 Sep 2015 08:55:33 +0200 Carsten Schoenert <c.schoenert@t-online.de> wrote: > which websites provoke such crashes? www.youtube.com is doing it currently, although it's worked in the past. Maybe their page has since changed in such a way as to trigger this. There's been many other sites as well, but I haven't recorded them. I'll see if I can report them in the future for you, if it would help. > What excately do you have done? > > You should do something like > > (gdb) thread apply all bt > > Please note also https://wiki.debian.org/HowToGetABacktrace > > Without further information we can't readjust such situations. Please > provide some more informations. > > Regards > Carsten > > Here is the relevant gdb output: [New Thread 0x7fffc21ff700 (LWP 21521)] [Thread 0x7fffda8d8700 (LWP 21281) exited] ATTENTION: default value of option force_s3tc_enable overridden by environment. intel_do_flush_locked failed: Input/output error [Thread 0x7fffc2bff700 (LWP 21509) exited] [Thread 0x7fffc21ff700 (LWP 21521) exited] [Thread 0x7fffc3eff700 (LWP 21486) exited] [Thread 0x7fffc4afe700 (LWP 21463) exited] [Thread 0x7fffc52ff700 (LWP 21462) exited] [Thread 0x7fffc5cff700 (LWP 21440) exited] [Thread 0x7fffc66fe700 (LWP 21419) exited] [Thread 0x7fffc6eff700 (LWP 21416) exited] [Thread 0x7fffc78ff700 (LWP 21415) exited] [Thread 0x7fffc87fe700 (LWP 21403) exited] [Thread 0x7fffc8fff700 (LWP 21402) exited] [Thread 0x7fffda0c7700 (LWP 21401) exited] [Thread 0x7fffc9aff700 (LWP 21400) exited] [Thread 0x7fffca5fe700 (LWP 21399) exited] [Thread 0x7fffcadff700 (LWP 21398) exited] [Thread 0x7fffcbcff700 (LWP 21386) exited] [Thread 0x7fffcd4ff700 (LWP 21363) exited] [Thread 0x7fffd6e85700 (LWP 21362) exited] [Thread 0x7fffceef0700 (LWP 21361) exited] [Thread 0x7fffcf6f1700 (LWP 21360) exited] [Thread 0x7fffcfef2700 (LWP 21359) exited] [Thread 0x7fffd0bff700 (LWP 21358) exited] [Thread 0x7fffd0fff700 (LWP 21357) exited] [Thread 0x7fffd1fff700 (LWP 21341) exited] [Thread 0x7fffd2aff700 (LWP 21307) exited] [Thread 0x7fffd35fd700 (LWP 21306) exited] [Thread 0x7fffd3dfe700 (LWP 21305) exited] [Thread 0x7fffd45ff700 (LWP 21304) exited] [Thread 0x7fffd53fd700 (LWP 21303) exited] [Thread 0x7fffd55fe700 (LWP 21302) exited] [Thread 0x7fffd5dff700 (LWP 21301) exited] [Thread 0x7fffdb0d9700 (LWP 21300) exited] [Thread 0x7fffd7686700 (LWP 21298) exited] [Thread 0x7fffd7e87700 (LWP 21297) exited] [Thread 0x7fffd8688700 (LWP 21296) exited] [Thread 0x7ffff6d4f700 (LWP 21295) exited] [Thread 0x7fffd9cff700 (LWP 21294) exited] [Thread 0x7fffdb8da700 (LWP 21279) exited] [Thread 0x7fffdc0db700 (LWP 21278) exited] [Thread 0x7fffddbfe700 (LWP 21277) exited] [Thread 0x7fffde3ff700 (LWP 21276) exited] [Thread 0x7fffdeeff700 (LWP 21275) exited] [Thread 0x7fffe0070700 (LWP 21274) exited] [Thread 0x7fffe00f1700 (LWP 21273) exited] [Thread 0x7fffe0172700 (LWP 21272) exited] [Thread 0x7fffe01f3700 (LWP 21271) exited] [Thread 0x7fffe05fd700 (LWP 21270) exited] [Thread 0x7ffff6def700 (LWP 21269) exited] [Thread 0x7fffe0dfe700 (LWP 21268) exited] [Thread 0x7fffe15ff700 (LWP 21267) exited] [Thread 0x7fffe9013700 (LWP 21266) exited] [Inferior 1 (process 21008) exited with code 01] (gdb) thread apply all bt (gdb) bt No stack.
Ok, so I've managed to get a backtrace after breaking at exit. I've attached the output. Hopefully this will be of some use.