I tried out the 4.0 TB bundle today on Windows 7 SP1 64-bit and it consistently crashed after logging into gmail. Gmail would authenticate and the page would begin to load (I could see emails), but when the page load completed, the entire browser crashed. I went back to 3.6.6, which works fine on this machine.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
Does this happens somewhere else, too? I don't have a Gmail account, which makes reproducing it hard for me.
There are more "TB crash" tickets on RT. I believe this issue is limited to Windows verson of TB4.0.
Some websites reported by users:
tweetdeck
chatovod.com
And the error messages:
Firefox.exe - EXCEPTION
A breakpoint has been reached.
I can reproduce that with tweetdeck on a Windows machine. Let me know if OS X and Linux are affected as well with some crashes (tweetdeck works on my Linux box at least). Marking as 'critical' as it is probably affecting a ton of users and the crash reason is unknown yet.
Trac: Priority: normal to critical Summary: TB v4.0 crashes onload for gmail to TB v4.0 crashes on Windows
I can reproduce that with tweetdeck on a Windows machine. Let me know if OS X and Linux are affected as well with some crashes (tweetdeck works on my Linux box at least). Marking as 'critical' as it is probably affecting a ton of users and the crash reason is unknown yet.
Didn't see any crash complaints about OS X and Linux. Now I'm directing users to this ticket and ask them to add more details.
My full-fledged debug build crashes on Windows way earlier for different reasons (will be a new issue to investigate) and the default build gives the attached debug log. Seems we need some symbols here. I am building a new debug build just with debug symbols and deoptimized code. Might already be enough to find the problem.
My original comment was this one: "My TBB keeps crashing every time I try to read my Gmail emails. No idea why. On Win 7, 32-bit. Everything worked perfectly before on the alphas 4.0 1,2, and 3. :("
TBB 4.0 is still crashing on my Win7 machine (initially in GMail but now also in the same way when I tried to register to make this comment, haha). However it's working fine on my Mac 64bit with Yosemite installed, GMail included.
Hope this helps and a big thank you to everyone like yourselves who puts effort in to make everything work.
This seems not to be caused by our patches. A vanilla ESR 31.2.0 compiled with mingw-w64 is crashing as well. And it does not seem to be a compiler bug either as Tor Browser compiled with mingw-w64 based on GCC 4.8.3 is crashing, too. Trying to bisect ESR 31 itself now to find the culprit.
And it does not seem to be a compiler bug either as Tor Browser compiled with mingw-w64 based on GCC 4.8.3 is crashing, too.
Tor Browser compiled with d6435c83fe7268ef479f2db7cfd145684a9ffcc2 commit reverted or just with older GCC?
And it does not seem to be a compiler bug either as Tor Browser compiled with mingw-w64 based on GCC 4.8.3 is crashing, too.
Tor Browser compiled with d6435c83fe7268ef479f2db7cfd145684a9ffcc2 commit reverted or just with older GCC?
Just an older GCC as the mingw tag is too old for compiling Firefox ESR 31.
As an additional data point: Firefox 30 is crashing, too, but not 28.0a1 (built from rev 155018). This is basically with the Tor Browser .mozconfig (only webgl and accessibility disabled to speed things up).
gk - I am reluctant to call the pref change a workaround that we want to make a release for, unless it seems unlikely for us to find a better solution in a reasonable time frame. How is the bisecting going? Think you're likely to find an offending commit between now and the meeting on Monday?
gk - I am reluctant to call the pref change a workaround that we want to make a release for, unless it seems unlikely for us to find a better solution in a reasonable time frame. How is the bisecting going? Think you're likely to find an offending commit between now and the meeting on Monday?
Tricky, I am close (last good rev 158433, first bad rev 159183) but it does not go faster as the breakage and amount of custom patches which need to get applied to get it built at all is rising. I might be lucky with some educated guesses today, we'll see. But given that I am afk from Sunday - Wednesday inclusive am not so optimistic.
Firefox and mingw are incompatible. Mozilla not even finished to code proper support of mingw, and they builds using MSVC for windows. What purpose to base Tor Browser on software that was designed for M$ and with every new feature even more close to M$?