Actions
Bug #2974
closedfirefox segfaults on certain pages unless ENV "force_s3tc_enable" is set
Start date:
12/28/2016
Due date:
% Done:
0%
Estimated time:
Description
When I start firefox without environment variable "force_s3tc_enable" set, it will segfault when I open up "about:support", and prints out the following warning message:
ATTENTION: default value of option force_s3tc_enable overridden by environment.
Segmentation fault
If I start it with "force_s3tc_enable=yes firefox" or "force_s3tc_enable=no firefox" or any other value for "force_s3tc_enable", firefox won't crash!
Updated by mneumann almost 8 years ago
Actually, X11 only starts when "force_s3tc_enable" is set to a valid value of either "true" or "false". But firefox will crash with either "true" or "false". But setting it to any other value (other than "true" or "false") will not crash firefox.
Updated by mneumann almost 3 years ago
- Status changed from New to Closed
Cannot be reproduced anymore.
Actions