In the past 24 hours my browser crashed like 30-40 times. This wasn't the case with the previous versions.
Heavy webpages and loading too many tabs of them was always freezing my browser but I don't think that they were crashing it. Since 2.3.25-4 it brings my browser closer to crashing but that's not the only cause. For example, when I drag & drop a html or txt file to Tor Browser it mostly crashes. And I use the middle click scrolling too much and that's another trigger for crashing.
My OS: Windows 7 64 bit
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
I made some tests to understand where the problem comes from. The easiest way to crash my browser is draggin&dropping a file onto the browser. I'm using very little text files for this.
I installed a fresh Tor Browser to see if my additional extension or something was the reason but this one crashed too.
Then I thought maybe the new Firefox version 17.0.3 was the reason. Downloaded and installed a fresh Firefox and tried the same drag&drops and some surfing on the web but nothing happened at all.
So I'm sure there are problems with the patches or extensions on the latest Tor Browser
Did it occur to you that maybe this doesn't happen anywhere else but Windows? Possibly even only your specific Windows version? Or that I might have been prepping a Windows 7 VM so I can actually start (re)bulding TBB to rule out patches, but it takes a while to get a build image set up? Or that I might also be organizing and tagging the 10 or so rather serious other bugs that people are complaining about?
Either way, thanks for being a jerk. You just won yourself an all-expenses-paid ticket into next month. See you Friday.
Trac: Keywords: N/Adeleted, tbb-rebase-regression, MikePerry201303 added Summary: Tor Browser 2.3.25-4 crashing too frequently to Tor Browser 2.3.25-4 crashes with Drag and Drop on Windows
I can reproduce this on a mostly clean Windows XP 32bit VM. Tor Browser crashes on every attempt to drag and drop a file onto it. It just closes, no entries in the Windows Event Log.
It does NOT crash when I run tbb-firefox.exe directly, creating a new user profile -- which suddenly is possible again. I have reopened #4192 (closed).
Some more information: This is not extension related. It crashes even with all extensions (NoScript, HTTPS-E, TorButton) disabled.
WinDbg:
a5c.5e0): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00000000 ebx=0012a4e8 ecx=050e5690 edx=00000000 esi=05a74600 edi=ffffff87
eip=01fc6c65 esp=0012a388 ebp=0012a3b4 iopl=0 nv up ei pl zr na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246
*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Tor Browser\FirefoxPortable\App\Firefox\xul.dll -
xul!JSD_GetValueForObject+0xdd5a5:
01fc6c65 8b00 mov eax,dword ptr [eax] ds:0023:00000000=????????
mo: Thanks for more details. I've attached an XPI that should entirely disable all dragging on Windows. Can you let me know if it stops the crash after you install it? If you can somehow launch TBB with debugging (on linux, it's --debug), there should also be some additional associated Torbutton logs that might be helpful if it still does crash.
A real solution will be to fix the root issue with a Firefox patch, but I am having a hard time getting a working Windows build VM that can even build Firefox.
Oh also: that WinDBG log is unfortunately not fully clear, since we strip symbols and build non-debug, optimized builds. It definitely looks like a NULL pointer dereference somewhere, but exactly where or why is not clear from it.
I just built a Firefox with the TorBrowser patches applied (but NOT patch 7) in a Win7 VM and only get the browser crashed if I install Torbutton 1.5.0 additionally. I'll start eliminating patches in ca 3 hours (don't have time earlier) beginning with patch 18 if nobody is faster.
Removing patch 18 disables the drag and drop entirely with Torbutton >= 1.4.5. Thus no easy way to know whether it is the cause of the crash. Looking at comment 17 Torbutton is at least involved in it.
Thanks for this testing GK. Yesterday I rewrote the drag and drop hooks as an observer as I said on IRC. It works on Linux, so I went ahead and pushed the patch changes to torbrowser.git and the torbutton changes to torbutton.git. I haven't yet tested on Windows... If anyone could check that out,
Same here. I run the latest tor browser bundle on Windows 7 (64bit) and whenever I drag n drop links from my local drive to the firefox (tbb) browser it crashes and all components within torbundle are shut down forthwith. That's really strange because I have never experienced any difficulty related to it with the previous releases. I'm certain it must be a bug through binary changes? Whatever is triggering this issue a fix is needed here. I cannot continue to work under these bad conditions and have to stay with the old tor bundle.
Drag and drop are working and the browser is not crashing anymore. The overall approach looks good to me as well. Not sure if that qualifies as a review. If have not had time to look at the code in detail yet, though, but would not mind doing that if you want, Mike.
I can't confirm! The drag & drag issue still occurs to me constantly. I cannot see what changes have been made so far. A detailed explanation is required here. Would somebody please attend to the matter? I'd really appreciate. thx
This should be fixed for Drag and Drop in TBB 2.3.25-5. Other crashes when you're not dragging anything should be filed separately. See also #8337 (moved).
Trac: Status: needs_review to closed Resolution: N/Ato fixed