#3930 closed Bug report (fixed)
Crash: Menu => Edit => Clear private data...
Reported by: | fzuser | Owned by: | |
---|---|---|---|
Priority: | low | Component: | FileZilla Client |
Keywords: | Crash Clear Private Data | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | XP SP3 |
Description
System: Intel P4, Windows XP SP3
FileZilla Client:
Version: 3.1.5
Compiled for: i586-pc-mingw32msvc
Build date: 2008-10-22
Issue: FileZilla crashes when using "Clear private data..." function.
Steps to reproduce:
- Install FileZilla client 3.1.5 (fresh install)
- Run FileZilla client
- Go to menu Edit => "Clear private data..."
- Click OK button
- If no debugger is running, FileZilla quits immediately
Note: Bug has been noticed in version 3.1.4.1, but previous versions of FileZilla client might be affected as well.
Change History (4)
comment:1 by , 16 years ago
Priority: | blocker → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Vidual Studio Just-In-Time Debugger only pops up when the "Clear quickconnect history" check box is checked. If unchecked, everything works as expected.
Error message:
Unhandled exception at 0x004cdc46 in filezilla.exe: 0xC0000005: Access violation reading location 0x0000015c
Disassembly:
004CDC0C lea esi,[esi]
004CDC10 push ebp
004CDC11 mov ebp,esp
004CDC13 push edi
004CDC14 push esi
004CDC15 push ebx
004CDC16 sub esp,6Ch
004CDC19 lea eax,[ebp-0Ch]
004CDC1C mov dword ptr [ebp-28h],esp
004CDC1F sub esp,0Ch
004CDC22 mov dword ptr [ebp-30h],eax
004CDC25 lea eax,[ebp-50h]
004CDC28 push eax
004CDC29 mov dword ptr [ebp-38h],9B26B0h
004CDC30 mov dword ptr [ebp-34h],9B59A8h
004CDC37 mov dword ptr [ebp-2Ch],4CDE34h
004CDC3E call 008E4350
004CDC43 mov edx,dword ptr [ebp+8]
-> 004CDC46 mov eax,dword ptr [edx+15Ch] <-
Autos:
EAX 00000001
EDX 00000000
EBP 0022E314
EBX 0136FFD0
CL 8F
Call Stack:
filezilla.exe!004cdc46()
[Frames below may be incorrect and/or missing, no symbols loaded for filezilla.exe]
filezilla.exe!00409cc8()
filezilla.exe!00483108()
user32.dll!7e418734()
user32.dll!7e41882a()
user32.dll!7e428ea0()
user32.dll!7e428efc()
ntdll.dll!7c90e453()
user32.dll!7e42aef1()
user32.dll!7e42aedc()
comctl32.dll!773de23b()
comctl32.dll!773de2dc()
comctl32.dll!773de5b4()
user32.dll!7e418bd9()
user32.dll!7e41885a()
user32.dll!7e42a013()
user32.dll!7e42a039()
user32.dll!7e42a039()
user32.dll!7e42947c()
user32.dll!7e42947c()
user32.dll!7e428dd9()
uxtheme.dll!5ad73bc2()
uxtheme.dll!5ad9882a()
uxtheme.dll!5ad73935()
uxtheme.dll!5ad71adb()
uxtheme.dll!5ad71b3d()
user32.dll!7e418bd9()
user32.dll!7e428dac()
user32.dll!7e419402()
ntdll.dll!7c91041e()
filezilla.exe!004010a7()
filezilla.exe!00401123()
ntdll.dll!7c90dc9c()
kernel32.dll!7c817064()
kernel32.dll!7c817067()
filezilla.exe!006b006f()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
filezilla.exe!00630063()
Hope this will help to track down the issue.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
You should have mentioned that you have hidden the quickconnect bar.
Will be fixed in the next version.
Cannot reproduce, works just fine here.
Can you reproduce it on a different system?