Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://elm-lang.org/blog/announce/0.12.3.elm crashes Firefox 29 #141

Closed
cheglastgnat opened this issue May 20, 2014 · 5 comments
Closed

Comments

@cheglastgnat
Copy link

The announcement page 0.12.3.elm loads some text and images, then instantly kills Firefox.
0.12.2.elm does the same. 0.12.1.elm and 0.12.elm are fine and do NOT crash.

Browser: 29.0.1 with HTTPS Everywhere, Ghostery, FlashBlock, Privacy Badger.
System: 3.10.39-1-MANJARO x86_64 using NVidia driver 331.67 on a GTX 660.

@evancz
Copy link
Member

evancz commented May 20, 2014

Does this happen without all of the extensions? Firefox 29 seems to be working fine for me, and I have not heard any other reports. Do you mind adding the extensions one-by-one to try to localize the bad interaction?

@cheglastgnat
Copy link
Author

It happens with all extensions deactivated, and also in FF's safe mode.

Here's the gdb backtrace, because why not ;)

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 0x00007ffff4d63cb3 in ?? () from /usr/lib/firefox/libxul.so
#2 0x00007ffff4d50e8c in ?? () from /usr/lib/firefox/libxul.so
#3 0x00007ffff4d539f7 in ?? () from /usr/lib/firefox/libxul.so
#4 0x00007ffff4d6338e in ?? () from /usr/lib/firefox/libxul.so
#5 0x00007ffff469ced5 in ?? () from /usr/lib/firefox/libxul.so
#6 0x00007ffff43687fc in ?? () from /usr/lib/firefox/libxul.so
#7 0x00007ffff4364ad7 in ?? () from /usr/lib/firefox/libxul.so
#8 0x00007ffff54cd320 in ?? () from /usr/lib/firefox/libxul.so
#9 0x00007ffff54c0b3f in ?? () from /usr/lib/firefox/libxul.so
#10 0x00007ffff54c02ff in ?? () from /usr/lib/firefox/libxul.so
#11 0x00007ffff54cd2db in ?? () from /usr/lib/firefox/libxul.so
#12 0x00007ffff54ce0fc in ?? () from /usr/lib/firefox/libxul.so
#13 0x00007ffff543b3bf in ?? () from /usr/lib/firefox/libxul.so
#14 0x00007ffff437f665 in ?? () from /usr/lib/firefox/libxul.so
#15 0x00007ffff48aa41b in ?? () from /usr/lib/firefox/libxul.so
#16 0x00007ffff526c4cf in ?? () from /usr/lib/firefox/libxul.so
#17 0x00007ffff504360d in ?? () from /usr/lib/firefox/libxul.so
#18 0x00007ffff50419a7 in ?? () from /usr/lib/firefox/libxul.so
#19 0x00007ffff5019cfc in ?? () from /usr/lib/firefox/libxul.so
#20 0x00007ffff50747b8 in ?? () from /usr/lib/firefox/libxul.so
#21 0x00007ffff5679f63 in ?? () from /usr/lib/firefox/libxul.so
#22 0x00007ffff56db87a in ?? () from /usr/lib/firefox/libxul.so
#23 0x00007ffff57e492e in ?? () from /usr/lib/firefox/libxul.so
#24 0x00007ffff57df1e8 in ?? () from /usr/lib/firefox/libxul.so
#25 0x00007ffff57dd80b in ?? () from /usr/lib/firefox/libxul.so
#26 0x00007ffff57dd64f in XRE_main () from /usr/lib/firefox/libxul.so
#27 0x000000000040f394 in _start ()

@evancz
Copy link
Member

evancz commented May 20, 2014

Ah, I got a bit confused when you said 0.12.2 crashes as well, that link should be taken down!

In any case, based on the fact that Manjaro seems quite young, it sounds like a driver issue. If you go to other websites that use WebGL (like this one) do you get similar problems?

@cheglastgnat
Copy link
Author

Ok, that's it. Shadertoy.com and the Github STL viewer plugin also crash FF, as well as my own WebGL widget.

I got a bunch of system updates in the last days and apparently happened to not visit any WebGL page in the meantime... yours was the first by coincidence :)

@evancz
Copy link
Member

evancz commented May 20, 2014

Phew, glad there wasn't something like this on our side for the release! Thanks for working through this with me! :)

@evancz evancz closed this as completed May 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants