Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (401 - 500 of 4044)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Summary Owner Priority Resolution Created Modified
#10365 connection timeout no longer accepts 0 to disable normal fixed 9 years 9 years
Description

under connection, the timeout in seconds will revert to 10 secs and not accept the zero to disable the timeout.

#10370 Window stuck off-screen, OS X Yosemite normal fixed 9 years 9 years
Description

This issue is still not resolved - I see it marked as 'fixed' in other tickets.

The window is stuck at the top of the screen and cannot be moved. FileZilla version 3.10.3

#10380 SFTP connection timed out normal fixed 9 years 8 years
Description

I can sftp to my server using filezilla which is running SLES 11 SP2.

I have a VM running SLES 12 and it cannot sftp to it. I verified both sshd_config and they are identical and sftp is enabled.

I can use SFTP option in winscp and it works fine with SLES 12 VM guest but FileZilla sftp timed out as shown below. I guess that many people have this problem reported on web but no answer.

Every machine is behind firewall and when WinSCP using SFTP works but not FileZilla.

Status: Connecting to 192.168.142.101... Response: fzSftp started, protocol_version=2 Command: open "db2psc@192.168.142.101" 22 Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 192.168.142.101... Response: fzSftp started, protocol_version=2 Command: open "db2psc@192.168.142.101" 22

#10382 Tiny toolbar icons in HiDPI normal fixed 9 years 7 years
Description

Using a HiDPI screen (3200x1800), almost everything looks great.

There is only a small issue: the icons in the toolbar are very small.

#10389 Timeout can't be saved as '0' in Settings DezinoGraphist low fixed 9 years 9 years
Description

I want to change the Timeout setting to '0' but every time I save the setting with '0', next time it opens automatically with '10'. Other than '0' every thing else can be saved. Pls check this minor but annoying bug. Attaching the screenshot for your reference. Look forward to your prompt support.

#10398 settings menu standart shortcut key lost, doesn't exist anymore low fixed 9 years 9 years
Description

as in any normal mac os x application should do, filezilla should open settings when user press the "⌘," but it doesn't...

FileZilla Client


Version: 3.10.3

Build information:

Compiled for: x86_64-apple-darwin13.4.0 Compiled on: x86_64-apple-darwin13.4.0 Build date: 2015-03-29 Compiled with: Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.3.13 SQLite: 3.8.8.3

Operating system:

Name: Mac OS X (Darwin 14.3.0 x86_64) Version: 10.10

#10404 Ubuntu Linux 14.04 Compile bug in misc.cpp normal fixed 9 years 9 years
Description

Filezilla 3.10.3 #6672 GCC 4.8.2 Compile Error: ../../../src/engine/misc.cpp: In function ¿int GetRandomNumber(int, int)¿: ../../../src/engine/misc.cpp:276:34: error: no match for call to ¿(std::uniform_int_distribution<int>) (std::random_device)¿

return dist(std::random_device());

Patch: src/engine/misc.cpp int GetRandomNumber(int min, int max) {

wxASSERT(min <= max); if (min >= max)

return min;

/* JJS Commented out May 3, 2015

std::uniform_int_distribution<int> dist(min, max); return dist(std::random_device());

*/

/* JJS Added these two lines right from the GCC random documentation... */

std::random_device rd; std::mt19937 gen(rd());

std::uniform_int_distribution<int> dist(min, max); return dist(gen);

}

I would submit a patch, but I suspect the "real" fix is much simpler. I've been away from GCC for a while...

#10412 Filezilla opens in such a way that I can't access it on my Macs display! normal fixed 9 years 9 years
Description

When I open Filezilla it opens on the screen of my 17" Macbook Pro in a way that does NOT allow me to use it because the top half of the opened program is stuck ABOVE the top of my display and I can't drag or move it anywhere else on my screen to use it. PLEASE SEE SCREENSHOT. I have tried to open it while using an external monitor and without an external monitor and the problem persists either way. I sent a support ticket (or maybe it was a forum post) quite a long time ago and the problem is still there and even with the latest version. I'm amazed that no one else has reported this since then. I set up the "debug" for 3 like you said but I don't see how I can access that information to give to you. Please fix because I really need to use Filezilla asap.

Thank you very much.

-Filezilla: 3.10.3 -OSX 10.9.5

#10438 Other Bookmarks Changed when Deleting a bookmark normal fixed 9 years 9 years
Description

I recently deleted 2 bookmarks and the other bookmarks changed and had to be redone so they would work the way they did before deleting the 2 bookmarks.

#10441 PT-BR language issue normal fixed 9 years 9 years
Description

The version 3.11.0 has an bug with this language. All the program layout is showing the English language instead PT-BR.

#10479 User can not see the contents after login to the FTP server. normal fixed 9 years 9 years
Description

My FTP server is pure-ftpd(v1.0.31). I can see the contents of the FTP Server by using FileZilla 3.10.3, But I can not see any contents of the FTP server by using FileZilla 3.11.0.1.

In addition, if the FTP server is vsftpd(v3.0.2), FileZilla 3.11.0.1 can display the contents of the server normally.

#10485 After update to 3.11 only one directory is not listen normal fixed 9 years 9 years
Description

Using a ftp server for long time, after update to 3.11 they show all directory except one ????

Thank's for help walter

#10495 Number of simultaneous Uploads / Downloads / Transfers cannot be set normal fixed 9 years 9 years
Description

A few days ago, I upgraded to Filezilla Client 3.11.0.1 I don't remember which version I had before. But before this featuer was working and now it does not anymore.

I can only transfer 1 file at a time, even if I change the settings for the simultaneous downloads / uploads / transfers. This is at least true, when I have already files waiting in a queue to transfer.

(I believe in my previuos Filezilla Version, there was only one setting for simultaneous transfers(?) In that version, this feature worked fine)

I use the german version.

Here is the information of my FZ-client:

FileZilla Client


Version: 3.11.0.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-05-22 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.1 SQLite: 3.8.10.1

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system

#10516 Wrong conversion from wxstring to wxchar normal fixed 9 years 9 years
Description

Trivial patch to build on strict wxwidgets which do not allow implicit conversions.

#10539 Drag & Drop operation broken high fixed 9 years 9 years
Description

Not able to drag and drop from Filezilla into Windows explorer window

Error message says could not determine target for drag and drop , shell extension is not installed correctly or the target is not an explorer window

Have tried to re-register the shell extension as recommended here https://forum.filezilla-project.org/viewtopic.php?t=8607

Registration is successful but makes no difference to the problem

Could you advise if there is anything else that i can try

Best

M

#10540 Drag & Drop operation broken high fixed 9 years 9 years
Description

Not able to drag and drop from Filezilla into Windows explorer window

Error message says could not determine target for drag and drop , shell extension is not installed correctly or the target is not an explorer window

Have tried to re-register the shell extension as recommended here https://forum.filezilla-project.org/viewtopic.php?t=8607

Registration is successful but makes no difference to the problem

Could you advise if there is anything else that i can try

Best

M

#10541 Drag & Drop operation broken high fixed 9 years 9 years
Description

Not able to drag and drop from Filezilla into Windows explorer window

Error message says could not determine target for drag and drop , shell extension is not installed correctly or the target is not an explorer window

Have tried to re-register the shell extension as recommended here https://forum.filezilla-project.org/viewtopic.php?t=8607

Registration is successful but makes no difference to the problem

Could you advise if there is anything else that i can try

Best

M

#10574 Deleting a file fails if it Filezilla is not connected low fixed 9 years 9 years
Description

1) Establish a connection 2) Let the connection timeout 3) Delete a remote file

The expected behavior is that Filezilla will connect and delete the file, but nothing happens. Here is the log:

Status:       	Listing directory /var/www/html
Status:       	Directory listing of "/var/www/html" successful
Status:       	Disconnected from server
Status:       	Deleting "/var/www/html/testfile"

But the remote file /var/www/html/testfile will not be deleted.

#10576 Asian filenames don't show properly anymore high fixed 9 years 9 years
Description

With the latest version of the client (3.12), Asian filenames aren't shown properly anymore.

With Version 3.11.0.2 http://i.imgur.com/a8N2keV.jpg With version 3.12 http://i.imgur.com/pWoH0lp.jpg

#10577 Problems with Directory Listing in MLST command blocker fixed 9 years 9 years
Description

Affected Version: 3.12.0(.?)

Older Versions sent OPTS MLST type;size;modify;perm;unix.mode;unix.owner;unix.group;

before doing directory listing, the new versions sends: OPTS MLST size;modify;perm;unix.mode;unix.owner;unix.group;

Note the missing type feature.

This makes filezilla list everything as type "file", even if it a directory etc.

Gave it a high priority, as filezilla is currently unusable

#10579 Error on boot normal fixed 9 years 9 years
Description

ASSERT INFO: buildinfo.cpp(118): assert "*version >= '0' && *version <= '9'" failed in ConvertToVersionNumber().

BACKTRACE: [1] wxNavigationEnabled<wxWindow>::AcceptsFocusRecursively() const [2] wxObjectList::~wxObjectList() [3] wxStringClientData::~wxStringClientData() [4] wxStringClientData::~wxStringClientData() [5] wxFileDataObjectBase::~wxFileDataObjectBase() [6] wxAnyButton::~wxAnyButton() [7] wxEntry(int&, wchar_t) [8] libc_start_main

#10580 Filzeilla unresposive after renaming local file normal fixed 9 years 9 years
Description

Upon renaming a local file, the FileZilla program becomes unresponsive and has to be killed/restarted. The renaming happens almost immediately but the application is rendered unusable. FileZilla Client


Version: 3.9.0.5

Build information:

Compiled for: x86_64-suse-linux-gnu Compiled on: x86_64-suse-linux-gnu Build date: Compiled with: gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064] Compiler flags: -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -Wall -g -fexceptions -std=gnu++11

Linked against:

wxWidgets: 3.0.1 GnuTLS: 3.2.18 SQLite: 3.8.6

Operating system:

Name: Linux 3.16.7-21-desktop x86_64 Version: 3.16

#10591 Deleting the current directory doesn't remove it from the tree view and should navigate to the parent low fixed 9 years 9 years
Description

Let's say we have a directory A, with a directory B inside of it, and we click to view directory B. If we right click directory B and delete it, it succeeds, and FileZilla sends off the "update this view" request. This request results in an "Error: Unable to open .: no such file or directory" because, of course, the directory it wants was removed.

As a result of the error, the directory is not removed from the remote site tree view because the listing failed. Also unfortunately if you try to click around to the parent directory or other directories to get back to places that do exist, all you get is the "Ding!" error sound.

Clicking the refresh button while selecting another (existing) directory doesn't fix this state. To do that you need to click the cancel current operation button and select yes. Afterwards you are then free to select the parent directory which successfully lists its contents, and the directory is now removed from the view.

It seems to me it would be nice, from a user point of view, to check if you're deleting the directory you're currently viewing and instead of trying to refresh the current directory after the deletion succeeds, refresh the parent directory instead.

#10603 530 User elliottsgirl55 cannot log in. normal fixed 9 years 9 years
Description

I am not able to connect thru FileZilla to my website. Below is the complete log of the transmission. Status: Connecting to 97.74.215.35:21... Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Command: USER elliottsgirl55 Response: 331 Password required for elliottsgirl55. Command: PASS Response: 530 User elliottsgirl55 cannot log in. Error: Critical error: Could not connect to server

The password has to the website has been changed several times & continues to create the same error.

#10605 Password Prompt on File Download When Launched from Command Line normal fixed 9 years 9 years
Description

I found that Filezilla prompts me to reenter the password when I download a file. This seems only seems to occur when "Do Not Save Password" is checked, and I start Filezilla from the command line.

This seems to be similar to this issue, except that it triggers from the command line: https://forum.filezilla-project.org/viewtopic.php?t=36185

I searched for a corresponding bug report, but I couldn't find it.

Here is my procedure:

  1. Open Filezilla and enable "Do Not Save Password" (Edit->Settings, Interface)
  2. Close Filezilla
  3. Open a connection to a host from the command line. The syntax I use is: %path-to-application% sftp://%username%:%password%@%server%:%port%
  4. Right-click on a file on the target host, and select Download. The file is downloaded without a password prompt
  5. Download the same file by dragging the file from the right window to the left. Filezilla promts the user for a password.

I am using Filezilla 3.12.0.2, on Windows 7 (build 7601, Service Pack 1), 64-bit edition

I tried to enable debugging, but I did not find any useful output.

#10611 FileZilla tries to list contents of just deleted folder normal fixed 9 years 9 years
Description

When I select a folder in the directory tree and then delete this folder, FileZilla tries to re-list the contents of this folder. This, of course, fails since the folder has been deleted. Previous versions of FileZilla listed the contents of the parent folder in that situation. (I first select the folder to find out if it is empty)

#10618 Drag & drop between remote and local panels is not working normal fixed 9 years 9 years
Description

I have switched to Windows 10, now I can not drag & drop between the remote directory to local directory for folders and files.

There is no error and no warning, nothing appens.

The only way to download a folder is to right clic on it and download. I have tried with 3.12.0.2, 3.13.0-RC1 and the nightly 2015-08-08.

#10630 fzputtygen_interface.cpp:2:34: fatal error: fzputtygen_interface.h: No such file or directory normal fixed 9 years 9 years
Description

Build error on Ubuntu with below line:

fzputtygen_interface.cpp:2:34: fatal error: fzputtygen_interface.h: No such file or directory

fzputtygen_interface.h does not exist in source tarball while fzputtygen_interface.cpp file contains line: #include "fzputtygen_interface.h"

Build log: https://launchpadlibrarian.net/215169368/buildlog_ubuntu-wily-amd64.filezilla_3.13.0-2~2wily_BUILDING.txt.gz

#10633 Crash in fzsftp.exe Tim Kosse normal fixed 9 years 9 years
Description

As of version 3.13.0 connecting to certain SFTP servers causes fzsftp.exe to crash. All previous versions of FileZilla used to work like a charm with the same servers.

Here's FileZilla's debug log:

Status:	Connecting to 127.0.0.1...
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=3
Trace:	CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=3)
Trace:	CSftpControlSocket::SendNextCommand()
Trace:	CSftpControlSocket::ConnectSend()
Command:	open "test@127.0.0.1" 22
Trace:	Looking up host "127.0.0.1"
Trace:	Connecting to 127.0.0.1 port 22
Trace:	We claim version: SSH-2.0-PuTTY_Local:_Aug_15_2015_14:41:50
Trace:	Server version: SSH-2.0-Syncplify_Me_Server
Trace:	Using SSH protocol version 2
Trace:	Doing Diffie-Hellman group exchange
Trace:	Doing Diffie-Hellman key exchange with hash SHA-1
Trace:	Host key fingerprint is:
Trace:	ssh-rsa 1024 00:d9:ec:0e:66:45:29:8d:a7:e0:42:4e:b7:71:1e:ff
Trace:	CControlSocket::DoClose(64)
Trace:	CSftpControlSocket::ResetOperation(66)
Trace:	CControlSocket::ResetOperation(66)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(66)
Status:	Waiting to retry...
Trace:	CControlSocket::DoClose(64)
Trace:	CControlSocket::DoClose(64)
Status:	Connecting to 127.0.0.1...
Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
Response:	fzSftp started, protocol_version=3
Trace:	CSftpControlSocket::ConnectParseResponse(fzSftp started, protocol_version=3)
Trace:	CSftpControlSocket::SendNextCommand()
Trace:	CSftpControlSocket::ConnectSend()
Command:	open "test@127.0.0.1" 22
Trace:	Looking up host "127.0.0.1"
Trace:	Connecting to 127.0.0.1 port 22
Trace:	We claim version: SSH-2.0-PuTTY_Local:_Aug_15_2015_14:41:50
Trace:	Server version: SSH-2.0-Syncplify_Me_Server
Trace:	Using SSH protocol version 2
Trace:	Doing Diffie-Hellman group exchange
Trace:	Doing Diffie-Hellman key exchange with hash SHA-1
Trace:	Host key fingerprint is:
Trace:	ssh-rsa 1024 00:d9:ec:0e:66:45:29:8d:a7:e0:42:4e:b7:71:1e:ff
#10657 can't drag filename with percent symbol ("%") between panes normal fixed 9 years 9 years
Description

On Linux (issue does not affect Windows), attempting to drag a file from the local to remote pane does not work if the filename has a percent symbol ("%").

For example, if you attempt to drag a file named test%20test.txt from local to remote, nothing happens -- no message is appended to the message log; no item is added to the transfer queue.

This issue is especially problematic when the user highlights and drag-and-drops multiple files, as they may not notice that not all of the files they selected get queued.

If the user instead right-clicks on test%20test.txt and selects "Upload", the file is uploaded normally.

#10665 Certificate subject malformed when connecting to an unknown sert. normal fixed 9 years 8 years
Description

When connecting to a ftp server that has some sort of certificate issue you are presented with an Unknown Certificate dialog box that displays a malformed Subject of certificate section with all the contained text stacked on top of one another.

http://i.imgur.com/6rBEcaT.png

#10668 "GET" starts even when transfer will fail for sure normal fixed 9 years 9 years
Description

When destination drive is invalid (missing network drive, maybe also when disk is full), a GET operation still start, and even hammer the FTP server (3 failed attempts in a row).

With a full transfer queue, it provokes a high number of failed transfers (0 bytes), and some servers then report an abnormal number of logs per second.

Obviously, FileZilla do NOT check destination's suitability before starting the transfer. It should check if there is enough space on disk and drive's availability.

HOW TO REPRODUCE:

  • Connect to a FTP server with a lot of files.
  • Connect a network drive.
  • Go to this drive in FileZilla.
  • Enqueue a lot of files.
  • Disconnect network drive: FILEZILLA DO NOT SEE THIS OPERATION.
  • Launch queue: everything fail, server is hammered.
  • Same thing may apply with a full disk (don't have stuff to test it however).

Attached files: In attached log, I've disconnected my "T:\" network drive, which is therefore missing in navigation panel BUT still shown in "Local site" bar. See attached picture.

#10679 Exit confirmation popup size error normal fixed 9 years 9 years
Description

When I exit from FileZilla client I get a confirmation popup. Its size is not show aright. I tested on another computer, the result is same.

#10684 Date & time formating using system defaults is not working normal fixed 9 years 9 years
Description

I have just discovered that the date & time formating does not follow the system default.

On my French computer (but Filezilla in English) I should see d/m/y for the date and h:m in 24 format for the time but the format remains in US even if the "use system default" is choosen.

I tried to untick/restart/tick "use system default" but the problem remains.

But if I choose to use a custom format it's working.

Windows 10 x64, tested with the nightly (26 oct)

#10696 Seconds tabs in Blackboard open with a pointless widths normal fixed 9 years 8 years
Description

Blackboard is a very useful layout but when I open more than one tab, the areas in the new tabs doesn´t open with the same widths than the first ones did, they new tabs open the thirth area (files in server) very slim.

#10703 SSH key file paths with special characters (german umlauts) don't work normal fixed 9 years 8 years
Description

If you add a SSH key file via the Site Manager or the Settings (Connection -> SFTP) and its path contains an umlaut, FileZilla fails to connect to the website:

Error: Authentication failed.
Error: Critical error: Could not connect to server
#10704 hangs on missing logging directory normal fixed 8 years 8 years
Description

The logging path is not validated on startup.

If the logging directory is missing, filezilla will start with no errors, but connections will hang and fail with no errors, filezilla has to be killed.

#10706 Extra % symbol when file reaches 100% normal fixed 8 years 8 years
Description

Hello,

I have just uploaded from files to my webserver using the Filezilla 3.14.0 builddate 2015-09-16.

On some files when uploading when reaching the end of the file the green box says 100%%

Not sure if you are already aware but I thought it was a good idea to let you know even though it is not a biggy.

Thanks,

Andrew

#10713 Text gets appended into <Server></Server> normal fixed 8 years 6 years
Description

After upgrading FileZilla from version 3.12.0.2 to version 3.14.1 I'm noticing that sitemanager.xml gets malformed a bit:

  • Within a <Server></Server> entry at the end the text that is in <Name></Name> gets appended.
  • </Server> gets not indented correctly.
#10726 The contents of the file is duplicated normal fixed 8 years 8 years
Description

Download file from remote server, then contents of the file is duplicated.

For example: <html> <head> </head> <body> aaa </body> </html>

to

<html> <head> </head> <body> aaa </body> </html><html> <head> </head> <body> aaa </body> </html>

FileZilla version: 3.15.0 Beta1 Win64

#10729 APPCRASH when connecting to a FTP site normal fixed 8 years 8 years
Description

Windows 7 Pro 64bit. Program load fine it only crashes when you try to connect to a FTP site. Here is the error Problem signature:

Problem Event Name: APPCRASH Application Name: filezilla.exe Application Version: 3.14.1.0 Application Timestamp: 00000006 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.19110 Fault Module Timestamp: 568429e5 Exception Code: c00000fd Exception Offset: 00000000000511bf OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 2184 Additional Information 2: 2184748e8c56a6aed140fd09bde8e124 Additional Information 3: e94d Additional Information 4: e94dde22951c796633b27191cb1d9bfe

FileZilla Client


Version: 3.14.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-10-16 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.4 SQLite: 3.8.11.1

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq bmi2 Settings dir: F:\filezilla\

I have used the program on other windows 7 64bit and never had this problem.

#10730 Spaces before names are not showned in Filezilla! normal fixed 8 years 8 years
Description

Hi all!

Today when I was renameing a couple of folders I´ve ended up with spaces before the folder names. In the Filezilla window I couldn´t access nor change the folder names as you will see in the screenshots.

And thru the terminal I was able to see the problem with the spaces.

https://i.imgur.com/CuEzoEd.png

https://i.imgur.com/ZJOXFrP.png

https://i.imgur.com/lM49JvZ.png

Why list the folders without spaces?

#10750 Cannot Download Filezilla - First Time User normal fixed 8 years 8 years
Description

Hi,

I have tried downloading the Filezilla client 3.15.0.1 and It says the signature line is corrupted or invalid and will not download. I have tried the quick dl for all platforms and both the 64 and 32 bit for windows link. I currently have the Windows 10 OS. Please advise.

Thank you, Jessica

#10770 Suggest changing "da_DK" to "da" normal fixed 8 years 8 years
Description

I suggest changing the danish translation from "da_DK" to just "da".

#10785 Application Vulnerability critical fixed 8 years 8 years
Description

There seems to be a security issue in your filezilla application. We need to connect with a security/developer personnel to disclose this vuln. Please reply ASAP.

#10799 Suggest removing " once" from strings with reboot, shutdown and suspend normal fixed 8 years 8 years
Description

I don't understand the strings ending with " once" in the translation. msgid "R&eboot system once" msgid "S&hutdown system once" msgid "S&uspend system once"

They are use when you right click in the transfer queue (in Windows, not Linux).

Why " once"? Would it not be better to remove " once" from the strings?

Also there is a seperator in the context menu above those strings which is fine in Windows where the strings are visible, but in Linux the seperator is there but the strings are not, so i suggest to remove the seperator when there are not strings below the seperator.

#10811 All transfers reported successful when local disk full high fixed 8 years 8 years
Description

While processing a download queue, if a local disk becomes full, FileZilla aborts downloading to this disk and reports these files as successful.

Please see attached file for:

a) FileZilla build details and system details b) A sample log excerpt from a FileZilla session. Approximately 24 files were being downloaded, each between 150 MiB and 250 MiB. Names, paths and hostnames were redacted. No lines within this excerpt were omitted.

Expected behaviour: When target local disk is full, files being downloaded to this disk are reported as failed and show up in Failed transfers. Subsequent file downloads in the queue, to the same disk, should also be reported as failed. FileZilla's notification, when the queue is processed, should report an error.

Actual behaviour: All affected files are reported as Successful, show up in the Successful transfers list, and the FileZilla tooltip reports that all files transferred successfully.

Observations: The files being downloaded when disk becomes full are truncated, as expected. Other files in the queue are created as zero-byte files.

#10812 Remote listing not showing all files normal fixed 8 years 7 years
Description

Some files are just not shown

cPanel file view:

http://i.imgur.com/UJUfDql.png

FileZilla view:

http://i.imgur.com/7aYkrJK.png

#10818 Alternative Midnight Format Causes 24:00 To Be Prefixed To the File Name & Unable To Retrieve Tim Kosse normal fixed 8 years 8 years
Description

We connect to a client which uses Alternative Midnight Format (24:00) timestamps when retrieving directory listings using sFTP.

This system has logs, several of which roll at midnight, making the occurrence of these timestamps somewhat common.

When a directory listing is performed against the server, the data returned is:

(file name = testdate, 
 file size = 3 bytes, 
 file timestamp = 4/5/2016 00:00 == 4/4/2016 24:00)
1459828800 -rw-------    1 99999999 0               3 Apr  4 24:00 testdate

The client window shows the file name as "24:00 testdate" and properly shows the date/timestamp as 2016-04-05 00:00 when using ISO 8601 format.

When retrieving the file, the command sent is:

get "24:00 testdate" "c:\temp1\24_00 testdate"

and fails because the file indicated in the command does not exist. Other commands against the file also fail for the same reason.

It is my understanding that ISO 8601 indicates midnight as 00:00 or 24:00 of the day prior, both being valid formats.

#10824 Misspellings in NEWS file in source normal fixed 8 years 8 years
Description

FYI:

https://svn.filezilla-project.org/svn/FileZilla3/trunk/NEWS

Recursivly => Recursively

SHA256 => SHA-256

forgeground => foreground

bookmakrs => bookmarks

responsivenes => responsiveness

bug im wxWidgets => bug in wxWidgets

#10832 Privilege escalation vulnerability in installer due to executing uninstaller using unquoted path critical fixed 8 years 8 years
Description

As received via mail:

It seems that the setup.exe is prone to unquoted path vulnerability.

more info on the vuln itself : https://cwe.mitre.org/data/definitions/428.html

While it send the command :

"C:\Program Files\FileZilla FTP Client\uninstall.exe _?=C:\Program Files\FileZilla FTP Client"

It fail to quote the path correctly and launch any program named Program.exe in c: with administrator rights ( or Filezilla.exe/Filezilla FTP.exe in Program Files) I've made piece of code to help me investigate on this (get the command and the parent process) and a video as proof of concept

https://www.youtube.com/watch?v=r06VwwJ9J4M

This trick can be use by malware to gain admin privilege or persistance, on compromised windows system (for info i'm on Win7 SP1 x64 but it should work for all systems as its a common windows vulnerability)

I didn't investigate on the previous version but they are possibly vulnerable too.

A cool way to trigger the vulnerability is to wait for an update as it launch the same unquoted command (that's where it was first discovered and that's why it concern the client too not only the install.exe)

https://www.microplus.fr/secu/

Cyril Vallicari /Ug_0 Security

#10837 Wrong context menu for file on recursive delete progress normal fixed 8 years 8 years
Description

I realized that when it is clicked with the right mouse button on the files, on the server side list, when are removing folders in recursive mode on the server, is active the message "get into the folder" in context menu. But this option should not be possible since right clicking a file is not possible to enter the folder, since it is a file. The option that I believe is possible is to disable all the options from the right-click menu on this case (right click on file when recursive removing is in progress).

#10845 Copy URL not working as intended normal fixed 8 years 8 years
Description

When i select multiple files to copy the URL from, only the first one is copied to the clipboard.

#10852 Inverse of timezone offset not applied when setting remote file timestamps normal fixed 8 years 8 years
Description

I want to transfers files up to my server that are actually newer than the version that is on the server. So I set the Preserve timestamp of transferred files and adjusted the server timezone offset to 3 hours, and enabled the directory comparison feature to use the compare modification time option.

To test this I created a new file on my computer in the root of the local directory that is synced with the server's site root directory and then refreshed the local window to show the new file.

The new file did not show with the yellow highlight.

I uploaded the new file and after it was copied to the server the version on the server had the same time as the local file plus three hours, but the file on the server was green highlighted indicating that it was newer than the version on my computer, which was just updated and except for the timezone difference was actually the same time.

I thought that the server timezone offset was supposed to take care of this kind of issue.

So two things: 1) Before the local file existed on the server, why wasn't it yellow highlighted in the local window?

2) After the local file was created/copied onto the server, why was it green highlighted in the server windows?

Thank you, Howard Brown

P.S. Some programs allow you to highlight and copy the version and other information contained in the About pop-up window, which helps when filling out trouble reports. You have a 'send to clipboard' function which is nice, but being able to copy the individual fields is also very helpful.

#10889 Local file pane resets to Site Manager initial when reconnecting a disconnected server normal fixed 8 years 8 years
Description

When performing a 'Server... reconnect' after an established connection has been disconnected, the local file pane is now reset to the initial default value if configured in Site Manager. Previous versions (<3.19.0) left both local and remote panes set to where they had been navigated to before the disconnect.

The remote pane remains unchanged regardless, and the local pane does not change if the initial value is blank in the Site Manager configuration.

The current (3.19.0) situation is inconsistent, and the previous behaviour seems preferable when working on a server with aggressive timeout settings.

#10897 wrong remote directory shows on first pass normal fixed 8 years 8 years
Description

When first opening FZ client, or after disconnecting from a server, when opening a site with a bookmark, the root directory ("\") shows in the remote site window instead of the correct directory. If you use same bookmark again, it goes to the correct directory ("\exampledirectory"). Subsequent bookmark clicks to different directories on the site then work fine. If you close re-open FZ, or disconnect from site, it will first open the root directory again. This is for all directories. Only started on upgrade to 3.19.0. It worked fine till 3.18.0. No other changes.

#10902 Directory Comparison turns off when copying a folder from server to PC normal fixed 8 years 8 years
Description

Using v3.19.0. When copying a folder from my server to my PC Directory Comparison turns off. It happens even if I copy a folder plus files. It does not happen when copying just files from the server or when copying folders and/or files to the server.

#10914 'Show detailed log' makes FileZilla unresponsive, no recovery normal fixed 8 years 8 years
Description

Observed on my machine, reproducable 100% of the time:

Reproduction:

  • Open FileZilla on OSX
  • Connect to a host
  • Open de Message log tab
  • Right-click on the log, and click 'Show detailed log'.

Observed:

  • No detailed log appears.
  • After maybe one or two seconds, FileZilla becomes unresponsive (beach ball appears) and it doesn't seem to ever recover from that, no matter how long I wait.
  • Only killing the application makes it go away.

After killing FileZilla, OSX gives me a crash report which I'll attach.

#10917 Rename on 'Target file already exists' is not working as of 3.20.0 software update high fixed 8 years 8 years
Description

When downloading a file from server to local directory and the filename already exists, selecting the 'Rename' option displays a pop-up and allows a new file name to be entered.

However when submitting that new file name input by hitting 'Enter' or clicking on 'OK' to download using the new file name, no download occurs and the 'Target file already exists' window pops up again.

Essentially this function which has worked for years is now experiencing a bug issue in that it does not register the new file name and therefore does not download a renamed file.

Conversely though, when uploading a local file to the server, the Rename tool works as expected.

#10924 Each time I update FileZilla, it gets unpinned from the Windows 10 start menu low fixed 8 years 8 years
Description

Each time I update FileZilla, it gets unpinned from the Windows 10 start menu, and I have to pin it again.

I update using the regular procedure: when I get the notification, I click on the "update now" button and follow the wizard.

#10926 "Filename filters" menu item name outdated normal fixed 8 years 8 years
Description

View > Filename filters should be changed to View > Directory listing filters, to match changes to the functionality (this is the title of the dialog box that appears).

#10927 Cannot filter on file attributes normal fixed 8 years 8 years
Description

It is not possible to filter files based on their attributes.

Attempt 1:

View > Filename filters Edit filter rules Select "Useless Explorer files" Click the "+" to add a new condition Change the first dropdown from Filename to Attribute Click on any other filter on the left (e.g. CVS and SVN directories) Click on Useless Explorer files again

Expected behaviour: as expected Actual behaviour: the new attributes condition has disappeared

Attempt 2:

View > Filename filters Edit filter rules New Give the rule a name, e.g. "Hidden directories" Change the first dropdown from Filename to Attribute Click OK Edit filter rules Select the new rule

Expected behaviour: as expected Actual behaviour: the new attributes condition shows as a Filename condition with no name (presumably the program thinks that the rule is completely empty)

Attempting to set an Attributes condition does not work at all.

Setting the conditions by manually editing filters.xml works, and so long as you don't edit that filter, you can edit other filters and retain the settings. You just have to experiment for a while to get the correct numeric properties :)

#10939 File name prevents from viewing the folder containing it normal fixed 8 years 8 years
Description

I have an Apple iMac computer and a Windows Laptop connected through my home router. The Apple iMac contains a Document folder, that I was used to reach from my Windows laptop with FileZilla under a Safe FTP session (sftp is still available on Mac, port 22). The very last version of this software (Filezilla) was installed on both computers.

Since I installed the last release (3.20.1) it became no more possible to view the Document folder content through this software; and it worked neither on my Laptop, nor on my iMAc. I just discovered that it came from a specific folder, named "Notre%20rue%20sous%20la%20neige" (with percent characters), available in the Document folder. Hiding this file allowed me to view the content of the folder with FileZilla.

#10950 FileZilla fails to list directory contents with certain filename present, times out critical fixed 8 years 8 years
Description

Encountered on 3.20.1, tried nightly snapshot from 2016-08-23 and encountered it there as well.

I have a Debian jessie 8.5 system running openssh-server 6.7p1-5+deb8u3. I attempt to access it via sftp://IP as my user/pass, and it logs in successfully, says "Listing directory /home/FOO", and then reports timeout after 20 seconds, repeat forever.

Experimentation has revealed that removing the file named "download?dl=packages%2Fdebian%2Fnautilus-dropbox_0.7.1_amd64.deb" in my homedir causes FileZilla to behave as expected. (Determined by comparing the "raw directory output" from FileZilla with ls -f and seeing which file came next.

Other SSH and SFTP clients, like PuTTY, sftp under Cygwin, and WinSCP, on the same machine, function perfectly fine while filezilla is not behaving.

I do not have any saved config settings for this host.

#10960 Setting Directory Comparison flag in bookmark has no effect normal fixed 8 years 8 years
Description

I've created site specific bookmarks and I can save the Directory Comparison flag for each bookmark just fine, I select it and it saves, this however, has no effect. When I click on the bookmark to load it (like expanding Bookmarks menu and clicking on the bookmark once connected to the site) the dir comparison flag has no effect as the setting is not checked and I have to manually check it again. I haven't tested global bookmarks sorry. I0m us

#10963 cannot drag files to another app any more normal fixed 8 years 7 years
Description

Before the last update I was able to drag a selected file from the Local site to my mail app to another app in the dock. I used this to mail files from Filezilla without having to go to Finder. Since the last update Filezilla will not let me drag files from there any more.

#10984 crash-hang on connection attempt normal fixed 8 years 8 years
Description

Everytime I want to connect with eight.alfahosting-server.de filezilla throws me a backtrace:

ASSERT INFO: ../include/wx/string.h(1536): assert "!empty()" failed in Last(): wxString: index out of bounds

BACKTRACE: [1] wxMimeTypesManagerImpl::Initialize(int, wxString const&) [2] wxMimeTypesManagerImpl::InitIfNeeded() [3] wxMimeTypesManagerImpl::GetFileTypeFromExtension(wxString const&) [4] wxMimeTypesManager::GetFileTypeFromExtension(wxString const&) [5] wxString wxString::Format<wxString, wxString>(wxFormatString const&, wxString, wxString) [6] void std::cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_construct<wchar_t const*>(wchar_t const*, wchar_t const*, std::forward_iterator_tag) [7] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const [8] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) [9] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) [10] wxEvtHandler::TryHereOnly(wxEvent&) [11] wxEvtHandler::ProcessEventLocally(wxEvent&) [12] wxEvtHandler::ProcessEvent(wxEvent&) [13] wxEvtHandler::SafelyProcessEvent(wxEvent&) [14] g_closure_invoke [15] g_signal_emit_valist [16] g_signal_emit [17] gtk_propagate_event [18] gtk_main_do_event [19] g_main_context_dispatch [20] g_main_loop_run [21] gtk_main [22] wxGUIEventLoop::DoRun() [23] wxEventLoopBase::Run() [24] wxAppConsoleBase::MainLoop() [25] wxEntry(int&, wchar_t) [26] libc_start_main

#10989 SFTP doesn't work anymore after Update to Version 3.22.0 RC1 normal fixed 8 years 8 years
Description

SFTP doesn't work anymore after Update to Version 3.22.0 RC1

21:22:25 Status: Verbinde mit Domain.de... 21:22:25 Antwort: fzSftp started, protocol_version=6 21:22:25 Befehl: open "admin@…" 22 21:22:25 Fehler: Disconnected: No supported authentication methods available (server sent: publickey) 21:22:25 Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

After downgrade to the older Version 3.21.0 the connection does works

On my Server i disabled the Password Username login, so only a login with an private key works.

Changelog for Version 3.22.0 RC1 "- SFTP: Try password based login if a password-protected keyfile is rejected by the server instead of failing the login"

but what does it mean

#10990 color coding of logging is broken after switching to "show timestamp" (and back) low fixed 8 years 8 years
Description

Using detailed log Starting with timestamps not visible --> color coding is active Switching to show timestamp --> color coding is not active Switching back to hidden timestamps --> color coding not visible again expected color coding to always be active

#11001 fzsftp quit unexpectedly. normal fixed 8 years 8 years
Description

Just updated to 3.22.0 and fz client opens as usual but when I try to connect I get this message: "fzsftp quit unexpectedly." and connection fails.

It worked perfectly before.

#11047 Incorrect directory nesting when moving files on remote server normal fixed 8 years 8 years
Description

This is issue only happens when moving directories on the remove server.

Directory/File Structure: root root/app root/magento root/magento/app root/magento/app/file.txt

When I click-and-drag the root/magento/app directory up 1 level into root, I would expect the root/app directory to contain file.txt. Instead, FZ is nesting the app directories so I have root/app/app/file.txt.

This is easily reproducible and I do not believe it is intended behavior.

Makes magento/extension upgrades very difficult and just destroyed my dev site.

#11048 fix EPSV parsing in FZ 3.22.2-rc1 normal fixed 8 years 8 years
Description

it's failed to connect via HTTP proxy in 3.22.2-rc1. can't get the correct port number in EPSV response.

this patch will fix this issue.

#11050 FileZilla Nightly bug, port gets ignored normal fixed 8 years 8 years
Description

When trying to connect to non default ports it will work if you use HOST:PORT, but not if you put the port in the "Port" textbox, whether I use Quickconnect or a pre-defined server, both ignore the port.

#11053 FileZilla 3.22.2 OS X will not launch - "There is a problem launching FileZilla" - thread crashes high fixed 8 years 8 years
Description

Hi.

Today I updated FileZilla to the latest offered version 3.22.2. After that it will not launch.

Description:

  1. See system and crash log in attached file
  2. Working user account is non admin
  1. After launching the previously installed FileZilla-Version it automatically offered an update to the named version. I chose to update.
  1. After this update procedure FileZilla would not launch.
  1. Checking all Gatekeeper and SIP-settings - even if disabling - the app would not launch.
  1. Redownloading the bundle-installer, installing. But here also app will not launch.
  1. Redownloading non installer, but the file FileZilla_3.22.2_macosx-x86.app.tar.bz2. Moving the unpacked app to "Programs". Still app will not launch.
  1. Repaired permissions through terminal. Restarted system. FileZille will not launch.
  1. Started app from download-location. This time app launches with OS-warning. On choosing open anyway FileZilla will not appear with main window.
  1. Logged out and logged in with admin account.
  1. On launching FileZilla the OS prompted a warning that there was a problem launching FileZilla. The crash-log is attached to this report.

I never had such a behaviour with any FileZilla-iteration before. I always downloaded the new compressed app-file, unpacked, moved to programs and launched it without error.

Thank you for listening.

#11055 Updated to new version 3.22.2 this morning, and now get Runtime error when trying to connect to server normal fixed 8 years 8 years
Description

Status: Resolving address of ftp2.purolator.com Status: Connecting to 198.33.112.20:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Trace: CFtpControlSocket::SendNextCommand() Command: USER 20127372 Trace: CFtpControlSocket::OnReceive() Response: 331 User name okay, need password. Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User logged in, proceed. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Supported extensions: Response: AUTH Response: CCC Response: CLNT Response: EPRT Response: EPSV Response: LPRT Response: LPSV Response: MDTM Response: MFCT Response: MFMT Response: MLSD

Error reads: This application has requested the Runtime to terminate in an unusual way. Please contact the application's support team for more information.

Thank you

#11072 Unable to connect on PowerPC64 normal fixed 8 years 7 years
Description

I was not able to connect a SFTP/SCP server on a PowerPC64 Linux, the error shows:

Status: Connecting to nnn.nnn.nnn.nnn:nnn... Status: Connected to nnn.nnn.nnn.nnn Error: unable to understand SFTP response packet from server: request ID mismatch Error: Could not connect to server Status: Waiting to retry... Status: Connecting to nnn.nnn.nnn.nnn:nnn... Response: fzSftp started, protocol_version=7 Command: open "nnn.nnn.nnn.nnn" nnn Command: Pass: * Status: Connected to nnn.nnn.nnn.nnn Error: unable to understand SFTP response packet from server: request ID mismatch Error: Could not connect to server

The same version of FileZilla, linked against libraries of the same versions worked fine on ARMv7, ARMv8, AMD64.


FileZilla Client

Version: 3.22.2.2

Build information:

Compiled for: powerpc64-aosc-linux-gnu Compiled on: powerpc64-aosc-linux-gnu Build date: 2016-11-04 Compiled with: gcc (GCC) 6.2.0 20160822 (AOSC OS, Core) Compiler flags: -pipe -Wno-error -fstack-protector-strong --param=ssp-buffer-size=4 -fomit-frame-pointer -O2 -m64 -mtune=G5 -maltivec -maltivec=be -mabi=altivec -msecure-plt -mhard-float -fira-loop-pressure -fira-hoist-pressure -ftree-vectorize -specs=/usr/lib/autobuild3/specs/hardened-cc1 -fpermissive -fdeclone-ctor-dtor -ftree-vectorize -Wall -g

Linked against:

wxWidgets: 3.0.2 GnuTLS: 3.4.15 SQLite: 3.15.1

Operating system:

Name: Linux 4.8.6-aosc-main ppc64 Version: 4.8 Settings dir: /home/jeffbai/.config/filezilla/

#11088 Problem version 3.22.2.2 normal fixed 7 years 7 years
Description

Have been using the fzdefaults.xml file to point to a default location for the different FTP sites.

The setting are not being read correct by version 3.22.2.2. Had to revert back to version 3.20.0

Please see the attached files.

Thanks

#11096 When "Messagelog position" is 2, Filezilla does not start normal fixed 7 years 7 years
Description

I am running Windows 7 Professional and Filezilla 3.23.0 64 bit. This issue was not present in 3.22.2.2.

When I upgraded versions as mentioned above, I was unable to start Filezilla. The process would not launch yet I could see it in Windows Task Manager taking about 13% CPU. I waited about 10 minutes but nothing happened so I killed the process.

After playing with filezilla.xml, I noticed that this only happens when "Messagelog position" is set to 2 - set to 0 or 1 is fine.

#11098 3.23.0.1 sftp logon with key fail high fixed 7 years 7 years
Description

3.23.0 was working fine with sftp logon with key to the same server. now 3.23.0.1 fails, making it unusable.

Status: Connecting to dipconsultants.com... Response: fzSftp started, protocol_version=7 Command: open "markybob@…" 22 Error: Disconnected: No supported authentication methods available (server sent: publickey,keyboard-interactive) Error: Could not connect to server Status: Disconnected from server Status: Delaying connection for 5 seconds due to previously failed connection attempt... Status: Connecting to dipconsultants.com... Response: fzSftp started, protocol_version=7 Command: open "markybob@…" 22 Error: Disconnected: No supported authentication methods available (server sent: publickey,keyboard-interactive) Error: Could not connect to server Status: Disconnected from server Status: Delaying connection for 5 seconds due to previously failed connection attempt... Status: Connecting to dipconsultants.com... Response: fzSftp started, protocol_version=7 Command: open "markybob@…" 22 Error: Disconnected: No supported authentication methods available (server sent: publickey,keyboard-interactive) Error: Could not connect to server Status: Disconnected from server

#11105 FileZilla Client ignoring failed SSH_FXP_CLOSE normal fixed 7 years 7 years
Description

Dear developers,

I am currently working on an SFTP-Proxy project and I noticed a bug in your software. When closing a file handle, according to the SFTP specification version 12, page 35 it states the following:

The response to this request will be a SSH_FXP_STATUS message. Note that on some server platforms even a close can fail. For example, if the server operating system caches writes, and an error occurs while flushing cached writes, the close operation may fail.

In my case this is exactly what happens. When a file is not permitted through the proxy, the CLOSE will fail. The SFTP_Client from the command line in Fedora 25 respects that and will display an error if the upload is not permitted.

Screenshot from SFTP from command line:

http://deathkid.trojaner-board.de/img/Bugreport/SFTP.png

However, FileZilla will mark the upload as a success, even though it may have failed. The only way to verify this is to look into the directory, where the failed file will not appear. However, this could be very confusing for our users and can lead to data loss.

Screenshot from FileZilla:

http://deathkid.trojaner-board.de/img/Bugreport/FileZilla.png

FileZilla Logfile:

2016-12-12 14:24:59 6847 1 Status: Connecting to 172.18.0.4:2200...
2016-12-12 14:24:59 6847 1 Status: Connection established, waiting for welcome message...
2016-12-12 14:24:59 6847 1 Response: SSH-2.0-paramiko_2.0.2
2016-12-12 14:24:59 6847 1 Error: Cannot establish FTP connection to an SFTP server. Please select proper protocol.
2016-12-12 14:24:59 6847 1 Error: Critical error: Could not connect to server
2016-12-12 14:25:07 6847 1 Status: Disconnected from server
2016-12-12 14:25:07 6847 1 Status: Connecting to 172.18.0.4:2200...
2016-12-12 14:25:07 6847 1 Response: fzSftp started, protocol_version=7
2016-12-12 14:25:07 6847 1 Command: open "root@192.168.122.97:22@172.18.0.4" 2200
2016-12-12 14:25:08 6847 1 Command: Trust new Hostkey: Once
2016-12-12 14:25:08 6847 1 Command: Pass: ***
2016-12-12 14:25:08 6847 1 Status: Connected to 172.18.0.4
2016-12-12 14:25:08 6847 1 Status: Retrieving directory listing...
2016-12-12 14:25:08 6847 1 Command: pwd
2016-12-12 14:25:08 6847 1 Response: Current directory is: "/"
2016-12-12 14:25:08 6847 1 Command: ls
2016-12-12 14:25:08 6847 1 Status: Listing directory /
2016-12-12 14:25:08 6847 1 Status: Directory listing of "/" successful
2016-12-12 14:25:10 6847 1 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:10 6847 1 Command: cd "home"
2016-12-12 14:25:10 6847 1 Response: New directory is: "/home"
2016-12-12 14:25:10 6847 1 Command: ls
2016-12-12 14:25:10 6847 1 Status: Listing directory /home
2016-12-12 14:25:10 6847 1 Status: Directory listing of "/home" successful
2016-12-12 14:25:40 6847 1 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:40 6847 1 Command: ls
2016-12-12 14:25:40 6847 1 Status: Listing directory /home
2016-12-12 14:25:40 6847 1 Status: Directory listing of "/home" successful
2016-12-12 14:25:46 6847 2 Status: Connecting to 172.18.0.4:2200...
2016-12-12 14:25:46 6847 2 Response: fzSftp started, protocol_version=7
2016-12-12 14:25:46 6847 2 Command: open "root@192.168.122.97:22@172.18.0.4" 2200
2016-12-12 14:25:46 6847 2 Command: Trust new Hostkey: Once
2016-12-12 14:25:46 6847 2 Command: Pass: ***
2016-12-12 14:25:46 6847 2 Status: Connected to 172.18.0.4
2016-12-12 14:25:46 6847 2 Status: Starting upload of /home/deigner/Desktop/test_approve.txt
2016-12-12 14:25:46 6847 2 Command: cd "/home"
2016-12-12 14:25:46 6847 2 Response: New directory is: "/home"
2016-12-12 14:25:46 6847 2 Command: put "/home/deigner/Desktop/test_approve.txt" "test_approve.txt"
2016-12-12 14:25:46 6847 2 Command: local:/home/deigner/Desktop/test_approve.txt => remote:/home/test_approve.txt
2016-12-12 14:25:47 6847 2 Status: File transfer successful, transferred 20 bytes in 1 second
2016-12-12 14:25:48 6847 2 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:48 6847 2 Command: ls
2016-12-12 14:25:48 6847 2 Status: Listing directory /home
2016-12-12 14:25:48 6847 2 Status: Directory listing of "/home" successful
2016-12-12 14:25:50 6847 2 Status: Starting upload of /home/deigner/Desktop/test_deny
2016-12-12 14:25:50 6847 2 Command: put "/home/deigner/Desktop/test_deny" "test_deny"
2016-12-12 14:25:50 6847 2 Command: local:/home/deigner/Desktop/test_deny => remote:/home/test_deny
2016-12-12 14:25:52 6847 2 Status: File transfer successful, transferred 14 bytes in 2 seconds
2016-12-12 14:25:52 6847 2 Status: Retrieving directory listing of "/home"...
2016-12-12 14:25:52 6847 2 Command: ls
2016-12-12 14:25:52 6847 2 Status: Listing directory /home
2016-12-12 14:25:52 6847 2 Status: Directory listing of "/home" successful
#11110 When a file change dialog appears while the context menu is expanded the UI ceases to function high fixed 7 years 7 years
Description

Using Filezilla Mac 3.23.0.2 or the previous two versions.

When a file change dialog appears while the context menu is expanded the UI ceases to function until the application is left in the background for some time, or the application is forced to quit. Clicking any of the button options available on screen does nothing.

#11113 Cannot change folder after responding to "Stop synchronised browsing" message normal fixed 7 years 7 years
Description

If you are using synchronised browsing and you double click on a folder that is on the local machine but not on the remote machine and select "Cancel" off the popup about synchronised browsing; if you then double click on any folder in the local pane you get a message "Cannot change directory, there is already a synchronised browsing operation in progress.

The only way you can then change folder is to double click on the remote server pane.

#11118 Use same style for writing ", aborting" low fixed 7 years 7 years
Description

These strings end with ", aborting" / ", aborting." / ". Aborting" / ". Aborting.". Herhaps make them the same so they only use one style.

msgid "Failed to create listen socket, aborting" msgid "Failed to retrieve external ip address, aborting" msgid "Failed to retrieve local ip address. Aborting" msgid "Login sequence fully executed yet not logged in. Aborting." msgid "No command given, aborting." msgid "Received a line exceeding 10000 characters, aborting."

#11120 econnrefused by server high fixed 7 years 7 years
Description

up until the most recent update I have not had a problem using FileZilla. After this update it wont allow me to connect to the server. It keeps saying

Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Disconnected from server Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Disconnected from server Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Disconnected from server Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 199.60.101.234:8821... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server

so I have looked at everything I can think of and find to try to fix the issue but to no resolve. the network wizard says this when I run it

Connecting to probe.filezilla-project.org Connection established, waiting for welcome message. Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.23.0.2 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 97.34.64.20 jh-de-ge-ca Response: 200 OK Failed to create listen socket, aborting Connection closed

this is really starting to bug me because of the work I have to get done and it wont let me connect. other people can connect to the server just fine with same version so I don't know what the issue is it happened over night one day I could connect the next I couldn't and I'm using all the recommended settings for ftp connection. please help end my misery

#11122 Error deleting multiple extensions from settings menu normal fixed 7 years 7 years
Description

Steps to reproduce:

  1. Install filezilla client, default settings.
  2. Go to Edit -> Settings -> Transfers -> File Types
  3. Select all extensions on the list
  4. Click on "Remove"

If you are on Windows, it will remove only part of the list. You have to click "Remove" more times until the list is cleared. If you are on Linux (ubuntu tested) there will be an error, but it won't crash and you can continue deleting.

I can provide more info if you can't reproduce this problem.

#11128 Multiple instances of a USB volume are created; won't go away even when USB volume is not attached normal fixed 7 years 7 years
Description

This only started recently though I don't know exactly when. I have a USB drive with a volume name "K8IE"

When I plug K8IE into my laptop, a phantom volume is created called K8IE x where "x" is a numbered instance of this phantom drive. So now underneath my local volumes I am showing K8IE, K8IE 1, K8IE 2, K8IE 3, K8IE 4, &c.

The files on this USB drive only appear under the last of the instances, e.g., if K8IE 4 is the highest instance, I see my files under it but no files appear under the other instances.

The volumes are persistent. If I remove the K8IE volume, all of the volumes remain showing in the Filezilla local drive window, even after a refresh. I cannot delete these bogus volumes, either.

I have a screen shot.

#11135 Overloaded button underlines in "Files currently being edited" dialog normal fixed 7 years 7 years
Description

Within the "Files currently being edited" dialog, the bottom buttons include:

  • &p → Upload
  • &p → Open file

The buttons need separate underlines (or whatever they're called!)

#11177 Toolbar display state does not saved after restart normal fixed 7 years 7 years
Description

How to reproduce:

  1. Hide toolbar through menu View → Toolbar
  2. Restart the program

Expected behaviour: Toolbar does not displayed.

Current behaviour: Toolbar is displayed.


Version: 3.24.1

Build information:

Compiled for: x86_64-apple-darwin16.4.0 Compiled on: x86_64-apple-darwin16.4.0 Build date: 2017-02-21 Compiled with: Apple LLVM version 8.0.0 (clang-800.0.38) Compiler flags: -Werror=partial-availability -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.16 SQLite: 3.16.2

Operating system:

Name: Mac OS X (Darwin 16.4.0 x86_64) Version: 10.12 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 Settings dir: /Users/maxim/.config/filezilla/

#11178 Transfer pauses when window in background normal fixed 7 years 7 years
Description

Hi there When I transfer files If i put the window in the background the transfer pauses until i switch back to the filezilla window. If i switch away long enough the transfer fails and moves to the Failed transfers tab.

#11186 Mac client displays wrong folder name when downloading new version normal fixed 7 years 7 years
Description

When a new version of the FileZilla client is available, it gets downloaded. All well and good.

However, the client displays a message that says that the newly downloaded file is in the "Downloads" folder. In fact, it gets put into the "Documents" folder.

Either the client should be updated to give the correct folder name in the message, or it should be updated to use "Downloads" instead of "Documents." (I would personally prefer the latter, since it makes sense to use the "Downloads" folder.)

#11187 Corrupted desktop file removes Filezilla from GUI menus high fixed 7 years 7 years
Description

From the last update on I face an issue :

Filezilla disapeared from menu & dock I checked in pamac : it is installed

If I launch it via CLI it is functional.

It appears that strange hidden characters are at the very beginning of the desktop file.

Solution : edit /usr/share/applications/filezilla.desktop, remove the first [ of [Desktop Entry] and any character on the left, then rewrite the [ , and save.

Could the desktop file be amended ?

Manjaro Unstable Kernel 4.10.1-1MANJARO x86_64 Filezilla 3.24.1 wxWidgets 3.0.2 GnuTLS 3.5.9 SQLite 3.17.0

#11188 Erro ao carregar arquivo .xml normal fixed 7 years 7 years
#11201 Can't Force Plain FTP in Site Manager normal fixed 7 years 7 years
Description

When creating a new site in the Site Manager, under Encryption, there is the option "Only use plain FTP (insecure)". If you choose this option and fill in the rest of the information, and then click OK or Connect, it still defaults to try and use TLS. In fact, it seems that no matter what option you choose under Encryption, it seems to default back to "Use explicit FTP over TLS if available".

Steps to reproduce: 1.) Open Site Manager, and click New Site. 2.) Fill in the standard info, and under Encryption, choose the option you want. In my case, plain FTP. 3.) Click OK or Connect 4.) Go back into Site Manager, click on your site, and view the Encryption setting. It will not be what you chose, but "Use explicit FTP over TLS if available".

#11205 Filezilla 3.25.0 client crashes constantly on OSX 10.12.3 normal fixed 7 years 7 years
Description

I upgraded to the latest version of filezilla on all my mac computers and this version is horrible. All of my macs are updated to osx 10.12.3 and on every computer the new build crashes constantly.

Sometimes I open it and it crashes right away Other times I am able to connect to my server, then when I go to load a directory it crashes almost every time. This is the most common issue I am experiencing. I can't load folders for long or it will crash. The odd time it works to browse and download, but sometimes when the downloads are complete, they freeze at 100% and the download hangs there and won't complete. I have a screenshot of this issue.

Here is a crash log from when I try to load a directory

Process: filezilla [11136] Path: /Applications/FileZilla.app/Contents/MacOS/filezilla Identifier: de.filezilla Version: 3.25.0 (3.25.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: filezilla [11136] User ID: 501

Date/Time: 2017-03-16 11:47:36.440 -0700 OS Version: Mac OS X 10.12.3 (16D32) Report Version: 12 Anonymous UUID: D53B1538-43B7-E1AB-1951-7E0A289E60E3

Sleep/Wake UUID: 91C8FDDC-393A-4D72-BC91-EEEF7300376A

Time Awake Since Boot: 160000 seconds Time Since Wake: 1700 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0]

VM Regions Near 0: -->

TEXT 0000000100000000-0000000100e0c000 [ 14.0M] r-x/rwx SM=COW /Applications/FileZilla.app/Contents/MacOS/filezilla

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x00007fff985f9a4c CFStringCreateCopy + 28 1 com.apple.CoreFoundation 0x00007fff98685d90 CFAttributedStringCreate + 80 2 de.filezilla 0x00000001009b088d 0x100000000 + 10160269 3 de.filezilla 0x0000000100a14a92 0x100000000 + 10570386 4 de.filezilla 0x0000000100aa63ac 0x100000000 + 11166636 5 de.filezilla 0x0000000100aaf789 0x100000000 + 11204489 6 de.filezilla 0x0000000100aaf810 0x100000000 + 11204624 7 de.filezilla 0x0000000100aaf84c 0x100000000 + 11204684 8 de.filezilla 0x0000000100aaf810 0x100000000 + 11204624 9 de.filezilla 0x0000000100aa96bb 0x100000000 + 11179707 10 de.filezilla 0x0000000100aafa02 0x100000000 + 11205122 11 de.filezilla 0x000000010029f6ff 0x100000000 + 2750207 12 de.filezilla 0x000000010029f087 0x100000000 + 2748551 13 de.filezilla 0x00000001002a0398 0x100000000 + 2753432 14 de.filezilla 0x000000010034ca67 0x100000000 + 3459687 15 de.filezilla 0x000000010034d8ac 0x100000000 + 3463340 16 de.filezilla 0x0000000100054541 0x100000000 + 345409 17 de.filezilla 0x00000001001a192a 0x100000000 + 1710378 18 de.filezilla 0x00000001001aace1 0x100000000 + 1748193 19 de.filezilla 0x0000000100b4bd06 0x100000000 + 11844870 20 de.filezilla 0x0000000100b4bb77 0x100000000 + 11844471 21 de.filezilla 0x0000000100b4b9e4 0x100000000 + 11844068 22 de.filezilla 0x0000000100ab8278 0x100000000 + 11240056 23 de.filezilla 0x0000000100b37742 0x100000000 + 11761474 24 com.apple.CoreFoundation 0x00007fff9868c397 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23 25 com.apple.CoreFoundation 0x00007fff9868c307 CFRunLoopDoObservers + 391 26 com.apple.CoreFoundation 0x00007fff9866cf39 CFRunLoopRun + 873 27 com.apple.CoreFoundation 0x00007fff9866c974 CFRunLoopRunSpecific + 420 28 com.apple.HIToolbox 0x00007fff97bf8a5c RunCurrentEventLoopInMode + 240 29 com.apple.HIToolbox 0x00007fff97bf8799 ReceiveNextEventCommon + 184 30 com.apple.HIToolbox 0x00007fff97bf86c6 _BlockUntilNextEventMatchingListInModeWithFilter + 71 31 com.apple.AppKit 0x00007fff9619e5b4 _DPSNextEvent + 1120 32 com.apple.AppKit 0x00007fff96918d6b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789 33 com.apple.AppKit 0x00007fff96192f35 -[NSApplication run] + 926 34 de.filezilla 0x00000001009d9ce1 0x100000000 + 10329313 35 de.filezilla 0x0000000100b37d54 0x100000000 + 11763028 36 de.filezilla 0x0000000100adc9b8 0x100000000 + 11389368 37 de.filezilla 0x0000000100ab79e0 0x100000000 + 11237856 38 de.filezilla 0x00000001009a554a 0x100000000 + 10114378 39 de.filezilla 0x0000000100afb160 0x100000000 + 11514208 40 de.filezilla 0x00000001000a73a6 0x100000000 + 684966 41 libdyld.dylib 0x00007fffadbc4255 start + 1

Thread 1:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fffadceb38a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffadcea7d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff9866dc94 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff9866d121 CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fff9866c974 CFRunLoopRunSpecific + 420 5 com.apple.AppKit 0x00007fff962eba62 _NSEventThread + 205 6 libsystem_pthread.dylib 0x00007fffadddbaab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffadddb9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffadddb1fd thread_start + 13

Thread 2: 0 libsystem_kernel.dylib 0x00007fffadcf2c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffadddc96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100730860 0x100000000 + 7538784 3 de.filezilla 0x0000000100719422 0x100000000 + 7443490 4 de.filezilla 0x000000010073d80e 0x100000000 + 7591950 5 de.filezilla 0x000000010073e3b1 0x100000000 + 7594929 6 libsystem_pthread.dylib 0x00007fffadddbaab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffadddb9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffadddb1fd thread_start + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fffadcf2f4a select + 10 1 de.filezilla 0x00000001006a7fe8 0x100000000 + 6979560 2 de.filezilla 0x00000001006a7b30 0x100000000 + 6978352 3 de.filezilla 0x00000001006a7968 0x100000000 + 6977896 4 de.filezilla 0x00000001006a793d 0x100000000 + 6977853 5 de.filezilla 0x00000001006a7829 0x100000000 + 6977577 6 de.filezilla 0x00000001007400de 0x100000000 + 7602398 7 de.filezilla 0x000000010073ff31 0x100000000 + 7601969 8 de.filezilla 0x000000010073d80e 0x100000000 + 7591950 9 de.filezilla 0x000000010073e3b1 0x100000000 + 7594929 10 libsystem_pthread.dylib 0x00007fffadddbaab _pthread_body + 180 11 libsystem_pthread.dylib 0x00007fffadddb9f7 _pthread_start + 286 12 libsystem_pthread.dylib 0x00007fffadddb1fd thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fffadcf2c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffadddc96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100730860 0x100000000 + 7538784 3 de.filezilla 0x000000010073fef3 0x100000000 + 7601907 4 de.filezilla 0x000000010073d80e 0x100000000 + 7591950 5 de.filezilla 0x000000010073e3b1 0x100000000 + 7594929 6 libsystem_pthread.dylib 0x00007fffadddbaab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffadddb9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffadddb1fd thread_start + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fffadcf2c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffadddc96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100730860 0x100000000 + 7538784 3 de.filezilla 0x00000001006a7cf9 0x100000000 + 6978809 4 de.filezilla 0x00000001006a7ae5 0x100000000 + 6978277 5 de.filezilla 0x00000001006a7968 0x100000000 + 6977896 6 de.filezilla 0x00000001006a793d 0x100000000 + 6977853 7 de.filezilla 0x00000001006a7829 0x100000000 + 6977577 8 de.filezilla 0x00000001007400de 0x100000000 + 7602398 9 de.filezilla 0x000000010073ff31 0x100000000 + 7601969 10 de.filezilla 0x000000010073d80e 0x100000000 + 7591950 11 de.filezilla 0x000000010073e3b1 0x100000000 + 7594929 12 libsystem_pthread.dylib 0x00007fffadddbaab _pthread_body + 180 13 libsystem_pthread.dylib 0x00007fffadddb9f7 _pthread_start + 286 14 libsystem_pthread.dylib 0x00007fffadddb1fd thread_start + 13

Thread 6: 0 libsystem_kernel.dylib 0x00007fffadcf34e2 workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffadddb791 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffadddb1ed start_wqthread + 13

Thread 7: 0 libsystem_pthread.dylib 0x00007fffadddb1e0 start_wqthread + 0 1 ??? 0x0000000100fe3000 0 + 4311625728

Thread 8: 0 libsystem_pthread.dylib 0x00007fffadddb1e0 start_wqthread + 0 1 ??? 0x0000000000000f40 0 + 3904

Thread 9: 0 libsystem_kernel.dylib 0x00007fffadcf34e2 workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffadddb791 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffadddb1ed start_wqthread + 13

Thread 10: 0 libsystem_kernel.dylib 0x00007fffadcf2c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffadddc96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100730860 0x100000000 + 7538784 3 de.filezilla 0x000000010073fef3 0x100000000 + 7601907 4 de.filezilla 0x000000010073d80e 0x100000000 + 7591950 5 de.filezilla 0x000000010073e3b1 0x100000000 + 7594929 6 libsystem_pthread.dylib 0x00007fffadddbaab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffadddb9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffadddb1fd thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):

rax: 0x0000608000025740 rbx: 0x0000000000000000 rcx: 0x001dffffb34641e9 rdx: 0x0000000000000000 rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfc540 rsp: 0x00007fff5fbfc500

r8: 0x00000000000000c0 r9: 0x00007fffb332ea68 r10: 0x0000000000000002 r11: 0x001a74b94423a5be

r12: 0x0000000000000000 r13: 0x0000608000025740 r14: 0x0000000000000000 r15: 0x0000608000675340 rip: 0x00007fff985f9a4c rfl: 0x0000000000010246 cr2: 0x0000000000000000

Logical CPU: 2 Error Code: 0x00000004 Trap Number: 14

Binary Images:

0x100000000 - 0x100e0bfff +de.filezilla (3.25.0 - 3.25.0) <26EDA17D-AAB1-3E52-8176-3FD008938FFA> /Applications/FileZilla.app/Contents/MacOS/filezilla 0x1054aa000 - 0x1054e7267 dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld 0x107a00000 - 0x107a77fff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.22.29 - 10.2.2) <320C9191-9ACF-3128-A131-B93E4EBFE265> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x108800000 - 0x108d4eff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.22.29 - 10.2.2) <7FC0294C-B7AA-3247-9728-227622A83AEF> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver 0x108ff6000 - 0x108ff7ff1 +cl_kernels (???) <DE0070B6-B000-4581-B616-8DED03158CF3> cl_kernels 0x10de08000 - 0x10de09ff3 +cl_kernels (???) <807758A6-C1E2-4D25-93CF-0DCE1B7553F0> cl_kernels

0x7fff95179000 - 0x7fff95179fff com.apple.Accelerate (1.11 - Accelerate 1.11) <D700DBDF-69AE-37A2-B9C7-0961CF0B6841> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff9517a000 - 0x7fff95191ffb libCGInterfaces.dylib (331.5) <518D3064-6E1E-3DF6-881B-57867DFE9B1E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff95192000 - 0x7fff956abfeb com.apple.vImage (8.1 - ???) <6408805B-67E9-3874-8D32-0BB814CE5CDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff956ac000 - 0x7fff9581cff3 libBLAS.dylib (1185) <C7E42BBE-2337-3AEF-9C45-A2F2CB1A5B3E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff9581d000 - 0x7fff95831ffb libBNNS.dylib (14) <CFDEE88D-E002-347C-BC68-83099651585B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff95832000 - 0x7fff95c28fef libLAPACK.dylib (1185) <2E8201CB-9A41-3D65-853E-841917FCE77B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff95c29000 - 0x7fff95c3ffff libLinearAlgebra.dylib (1185) <8CC29DE1-A231-3D5E-B5F1-DCC309036FE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff95c40000 - 0x7fff95c46fff libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff95c47000 - 0x7fff95c5bff7 libSparseBLAS.dylib (1185) <C35235B7-CFA6-39A7-BD6E-79F4D9CAFD36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff95c5c000 - 0x7fff95de3fe7 libvDSP.dylib (600) <F59348AA-E1D3-3A27-8AB5-F546D38BFB76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff95de4000 - 0x7fff95e96ffb libvMisc.dylib (600) <70D4B548-47EE-3C6B-A93B-3EA6B60701E0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff95e97000 - 0x7fff95e97fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A395B521-8E54-30F2-B4FE-355D68900DAF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff96157000 - 0x7fff96f29ff3 com.apple.AppKit (6.9 - 1504.81.100) <0CCB2E18-076E-3D8A-A777-A6E57EF2570A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff96f3b000 - 0x7fff96f3bfff com.apple.ApplicationServices (48 - 48) <237200C2-28A6-3C19-B34B-53C953F8AE42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff96f3c000 - 0x7fff96faaff7 com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff97044000 - 0x7fff97173fff libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff97174000 - 0x7fff971befff libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff9721b000 - 0x7fff9724eff7 libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff972ba000 - 0x7fff97364ff7 com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff97365000 - 0x7fff973b5ff7 com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff973b6000 - 0x7fff973c5ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff973c6000 - 0x7fff97413fff com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff97414000 - 0x7fff9744ffff com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff97450000 - 0x7fff9745bff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff9745c000 - 0x7fff9766cfff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff9766d000 - 0x7fff9766dfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff977d6000 - 0x7fff97ba9ff7 com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff97bc3000 - 0x7fff97bc3fff com.apple.Carbon (154 - 157) <1BF9C0EB-45A0-3584-85DC-F64A9914F40D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff97bc4000 - 0x7fff97bc7fff com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff97bc8000 - 0x7fff97ed0ff7 com.apple.HIToolbox (2.1.1 - 856.13) <98D5D2A7-55A6-31A7-9056-CC48EBB16654> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff97ed1000 - 0x7fff97ed4ff7 com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff97ed5000 - 0x7fff97edafff com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff97edb000 - 0x7fff97f72ff3 com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff97f73000 - 0x7fff97f8dfff com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff97f8e000 - 0x7fff97f8fff3 com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff97f90000 - 0x7fff97f92ff7 com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff97f93000 - 0x7fff97f99ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff98078000 - 0x7fff98078fff com.apple.Cocoa (6.11 - 22) <CF1AD0E9-2257-35FE-B719-760B58E405C9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff981b8000 - 0x7fff98248ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff98249000 - 0x7fff9825cfff com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff9825d000 - 0x7fff98557feb com.apple.CoreData (120 - 752.8) <FE3F152B-4C35-3A58-A0CB-D04EE5908818> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff98558000 - 0x7fff985e4fff com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff985e5000 - 0x7fff98a7ffff com.apple.CoreFoundation (6.9 - 1348.28) <A40AA224-7A50-3989-95D0-5A228A0E2FAF> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff98a80000 - 0x7fff99102fff com.apple.CoreGraphics (2.0 - 1070.13.2) <0685658F-21AE-31D9-8C9A-B92528CDFB59> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff99103000 - 0x7fff99345fff com.apple.CoreImage (12.2.0 - 451.3.1) <CDAD60F3-74F6-3EA5-A8B5-B42476E350FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff994aa000 - 0x7fff994aafff com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff994ab000 - 0x7fff994fcfff com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff994fd000 - 0x7fff997d8ff7 com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff997d9000 - 0x7fff9980cfff com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff9980d000 - 0x7fff99815ffb com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff99816000 - 0x7fff99982ff7 com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff99983000 - 0x7fff99a33fff com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff99a34000 - 0x7fff99a93fff com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff99a94000 - 0x7fff99b04fff com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff99b05000 - 0x7fff99b4bff7 com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff99bd8000 - 0x7fff99d24ff7 com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff99d25000 - 0x7fff99d5afff com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff99d5b000 - 0x7fff99dccffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff99ecb000 - 0x7fff99ed0fff com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff9a05f000 - 0x7fff9a406ff3 com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff9a432000 - 0x7fff9a463fff com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9a523000 - 0x7fff9a5c6ffb com.apple.Bluetooth (5.0.3 - 5.0.3f1) <CCB4E097-1ED0-3439-8450-2B6EFFBC4608> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff9a5c7000 - 0x7fff9a65cff7 com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff9a65d000 - 0x7fff9a663ffb com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff9a6b5000 - 0x7fff9a80efef com.apple.ImageIO.framework (3.3.0 - 1582) <564168E7-BEC0-35E3-9BF0-59B65C17225E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff9a80f000 - 0x7fff9a813fff libGIF.dylib (1582) <040243CD-3A68-3ADC-805C-FE1D17C80028> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff9a814000 - 0x7fff9a904ff7 libJP2.dylib (1582) <A55870F9-F27F-3BD0-BE89-981BFF63D485> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff9a905000 - 0x7fff9a928ffb libJPEG.dylib (1582) <58C01E72-10A0-313F-8139-ED6E9D087ABB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9a929000 - 0x7fff9a950ff7 libPng.dylib (1582) <F2CC3750-3520-311B-9C66-9D86036375B7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff9a951000 - 0x7fff9a953ff3 libRadiance.dylib (1582) <C3E9CE5C-1A25-391B-9ACB-556AA065B985> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff9a954000 - 0x7fff9a9adff3 libTIFF.dylib (1582) <71ADCD24-67C9-31B5-8E48-A4B89AFBB19F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff9b57d000 - 0x7fff9b596ff7 com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff9bd94000 - 0x7fff9bdecfff com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff9c6c0000 - 0x7fff9c6c8fff com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9c89d000 - 0x7fff9c8a5ff7 libcldcpuengine.dylib (2.8.5) <341EBC48-CCF4-3292-9097-F61715AC573E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff9c8a6000 - 0x7fff9c98cfff unorm8_bgra.dylib (2.8.5) <1A39075B-6717-3FA5-A712-7F37583DB709> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff9ca6e000 - 0x7fff9cabcff3 com.apple.opencl (2.8.6 - 2.8.6) <553BFCCA-5ACB-3DB0-B958-4BF2DE91838F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff9cabd000 - 0x7fff9cad6ffb com.apple.CFOpenDirectory (10.12 - 194) <88E97774-6767-3A01-808B-C923F9310E20> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff9cad7000 - 0x7fff9cae2ff7 com.apple.OpenDirectory (10.12 - 194) <0E4E32DD-6592-3860-9793-BAED6915AE0D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9cae3000 - 0x7fff9cae5fff libCVMSPluginSupport.dylib (13.0.10) <43D037C3-9254-3601-9F5B-CD637D517758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff9cae6000 - 0x7fff9cae9ff7 libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff9caea000 - 0x7fff9caedfff libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff9caee000 - 0x7fff9caf6ffb libGFXShared.dylib (13.0.10) <52E92D3C-25EA-31F9-9885-DC0D886D9143> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9caf7000 - 0x7fff9cb02fff libGL.dylib (13.0.10) <B40728B5-13D2-3423-9C39-885B1098698D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff9cb03000 - 0x7fff9cb3ffe7 libGLImage.dylib (13.0.10) <3E856113-9217-3B13-98AD-4D0D356931B6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff9cb40000 - 0x7fff9ccb6ffb libGLProgrammability.dylib (13.0.10) <4C3FD24A-1C43-343E-8EBA-BE1FDCE3F74C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff9ccb7000 - 0x7fff9ccf7ff3 libGLU.dylib (13.0.10) <BBCAA457-BA34-3D13-8845-803C63960E08> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9d65f000 - 0x7fff9d66dfff com.apple.opengl (13.0.10 - 13.0.10) <B11A2E1B-4B1D-3ECD-BADA-3508BE5775BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff9d66e000 - 0x7fff9d814fff GLEngine (13.0.10) <62CCEC13-1EB3-3A65-9224-3DCD2838E0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff9d815000 - 0x7fff9d83fffb GLRendererFloat (13.0.10) <E508ABC7-3E67-3845-989F-5B764D36FE12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff9e38a000 - 0x7fff9e585ff7 com.apple.QuartzCore (1.11 - 449.41.15) <3CD775C0-683D-3B4E-8EC2-AB1DAC4C3AE9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff9eaeb000 - 0x7fff9ee0afff com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff9ee0b000 - 0x7fff9ee81ff7 com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff9eeab000 - 0x7fff9eeaeff3 com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff9f235000 - 0x7fff9f2a6ff7 com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fffa18e0000 - 0x7fffa18fbff3 com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fffa18fc000 - 0x7fffa1909ff3 com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fffa190a000 - 0x7fffa192cffb com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fffa192d000 - 0x7fffa193cfdb com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fffa1a2b000 - 0x7fffa1ab697f com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fffa1edb000 - 0x7fffa1f59fff com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fffa2bdf000 - 0x7fffa2c06ffb com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fffa352f000 - 0x7fffa3538ffb com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fffa3c58000 - 0x7fffa3c68fff com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fffa3f4b000 - 0x7fffa3f7bff3 com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fffa420b000 - 0x7fffa4295fff com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fffa4296000 - 0x7fffa43d4fd7 com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fffa43d5000 - 0x7fffa4485ff3 com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fffa44d5000 - 0x7fffa453aff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fffa453b000 - 0x7fffa4548ff7 com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fffa45ba000 - 0x7fffa45c4ff7 com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fffa45fa000 - 0x7fffa4671ff7 com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fffa46ae000 - 0x7fffa46edfff com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fffa46ee000 - 0x7fffa47fffff com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fffa4ae3000 - 0x7fffa4f14ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fffa6269000 - 0x7fffa6269fff libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fffa6276000 - 0x7fffa6281ff3 libGPUSupportMercury.dylib (13.0.10) <7CC5CEF8-D132-3234-A078-6D080DFC599F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fffa6535000 - 0x7fffa6551ff3 com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fffa6c4f000 - 0x7fffa6cc5fff com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fffa6cc6000 - 0x7fffa6cd7fff com.apple.HelpData (2.1.11 - 100) <86213EE9-C049-3084-8824-2A17A8DE2D6B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fffa72e8000 - 0x7fffa72efffb com.apple.IOAccelerator (289.32 - 289.32) <6395ACEE-5AD7-3536-AF12-FD6565415D94> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fffa72f1000 - 0x7fffa7305ff3 com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fffa7306000 - 0x7fffa7328fff com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fffa740b000 - 0x7fffa75c1fff com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fffa7e85000 - 0x7fffa7efeff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fffa8080000 - 0x7fffa80a8fff com.apple.MultitouchSupport.framework (368.7 - 368.7) <A29E6031-E9A6-353A-BDE5-D8DF20FD393C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fffa8157000 - 0x7fffa8161fff com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fffa89dd000 - 0x7fffa8a1eff7 com.apple.PerformanceAnalysis (1.145 - 145) <12640C1F-433D-3CD9-B2A8-048D57B8B56D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fffa90c1000 - 0x7fffa90dbfff com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fffa90f5000 - 0x7fffa9118ff3 com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fffa9d84000 - 0x7fffa9d87fff com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fffa9e16000 - 0x7fffa9e93ff7 com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fffa9e94000 - 0x7fffa9eb3ff7 com.apple.shortcut (2.16 - 98) <A7D38F28-73EB-3DF5-AE77-A95E4CB60DB9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fffa9eb4000 - 0x7fffaa113fe7 com.apple.SkyLight (1.600.0 - 122.8) <2B8B6734-2B70-3BD8-BB8E-3338FB2708EE> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fffaa2f4000 - 0x7fffaa300ff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fffaa9e9000 - 0x7fffaaa55ff3 com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fffaae4f000 - 0x7fffaae55ff7 com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fffaaee4000 - 0x7fffab0acff7 com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fffab120000 - 0x7fffab121fff com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fffab122000 - 0x7fffab2b2ff3 com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fffabd0e000 - 0x7fffabdd1ff7 com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fffac1fb000 - 0x7fffac201fff com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fffac2d2000 - 0x7fffac2d4ffb com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fffac329000 - 0x7fffac344ff7 libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib 0x7fffac345000 - 0x7fffac350fff libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib 0x7fffac3e2000 - 0x7fffac3e3ff3 libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fffac3e4000 - 0x7fffac5f7fff libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib 0x7fffac613000 - 0x7fffac61afff libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib 0x7fffac61b000 - 0x7fffac61bfff libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib 0x7fffac61c000 - 0x7fffac620ff3 libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib 0x7fffac621000 - 0x7fffac622ff3 libSystem.B.dylib (1238) <9CB018AF-54E9-300F-82BE-81FE553C9154> /usr/lib/libSystem.B.dylib 0x7fffac68e000 - 0x7fffac6b9ffb libarchive.2.dylib (41.41.1) <D53F0A5C-7FAA-3FCF-8A27-B7DF032C4221> /usr/lib/libarchive.2.dylib 0x7fffac6ba000 - 0x7fffac736fc7 libate.dylib (1.12.13) <8A963F37-CB4F-37FB-BFA5-273917C42437> /usr/lib/libate.dylib 0x7fffac73a000 - 0x7fffac73aff3 libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib 0x7fffac73b000 - 0x7fffac74bff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib 0x7fffac74c000 - 0x7fffac75aff7 libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib 0x7fffac75b000 - 0x7fffac7b1ff7 libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib 0x7fffac7b2000 - 0x7fffac7dcfff libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib 0x7fffac7dd000 - 0x7fffac7edffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib 0x7fffac7ee000 - 0x7fffac803fc3 libcompression.dylib (34) <1691D6F2-46CD-3DA6-B44F-24CDD9BD0E4E> /usr/lib/libcompression.dylib 0x7fffac804000 - 0x7fffac804ff7 libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib 0x7fffac805000 - 0x7fffac806ff3 libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib 0x7fffac8c0000 - 0x7fffac9a5ff7 libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib 0x7fffacb43000 - 0x7fffacb96ff7 libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib 0x7fffacc11000 - 0x7fffacc11fff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib 0x7fffacc21000 - 0x7fffacc26ff7 libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib 0x7fffacc27000 - 0x7fffacd19ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib 0x7fffacd1a000 - 0x7fffacf3fffb libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib 0x7fffacf45000 - 0x7fffacf46fff liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib 0x7fffacf47000 - 0x7fffacf60ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib 0x7fffacf61000 - 0x7fffacf77ff7 libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib 0x7fffacf78000 - 0x7fffad21fff7 libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib 0x7fffad252000 - 0x7fffad2cbff7 libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib 0x7fffad2cc000 - 0x7fffad69cd97 libobjc.A.dylib (706) <F9AFE665-A3A2-3285-9495-19803A565861> /usr/lib/libobjc.A.dylib 0x7fffad69f000 - 0x7fffad6a3fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib 0x7fffad6a4000 - 0x7fffad6d4ff7 libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib 0x7fffad6f2000 - 0x7fffad70effb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib 0x7fffad70f000 - 0x7fffad748fff libsandbox.1.dylib (592.31.1) <0B3D5690-EF2C-39A6-B63C-CFB8CBAC0956> /usr/lib/libsandbox.1.dylib 0x7fffad75e000 - 0x7fffad8a6fe3 libsqlite3.dylib (253) <B5BA5C96-AB13-34A0-8237-DD52A0181DFE> /usr/lib/libsqlite3.dylib 0x7fffad99b000 - 0x7fffad9a8fff libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib 0x7fffad9ac000 - 0x7fffada9bffb libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib 0x7fffada9c000 - 0x7fffadac5fff libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib 0x7fffadac6000 - 0x7fffadad7ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib 0x7fffadae6000 - 0x7fffadaeaff7 libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib 0x7fffadaeb000 - 0x7fffadaf6ff7 libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib 0x7fffadaf7000 - 0x7fffadafefff libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib 0x7fffadaff000 - 0x7fffadb07fff libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib 0x7fffadb08000 - 0x7fffadb8bfdf libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib 0x7fffadb8c000 - 0x7fffadbbefff libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib 0x7fffadbbf000 - 0x7fffadbc4ff3 libdyld.dylib (421.2) <6F506653-FFF6-3DB8-84F1-109AE3C52F32> /usr/lib/system/libdyld.dylib 0x7fffadbc5000 - 0x7fffadbc5ffb libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib 0x7fffadbc6000 - 0x7fffadbd2ffb libkxld.dylib (3789.41.3) <87550136-9353-348B-9CD9-C342B48C5AAF> /usr/lib/system/libkxld.dylib 0x7fffadbd3000 - 0x7fffadbd3fff liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib 0x7fffadbd4000 - 0x7fffadbd9fff libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib 0x7fffadbda000 - 0x7fffadbdcff3 libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib 0x7fffadbdd000 - 0x7fffadbdeffb libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib 0x7fffadbdf000 - 0x7fffadbf7ff7 libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib 0x7fffadbf8000 - 0x7fffadbf8ff7 libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib 0x7fffadbf9000 - 0x7fffadc86fef libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib 0x7fffadc87000 - 0x7fffadc8affb libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib 0x7fffadc8b000 - 0x7fffadc8efff libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib 0x7fffadc8f000 - 0x7fffadca7ff3 libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib 0x7fffadca8000 - 0x7fffadcaefff libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib 0x7fffadcaf000 - 0x7fffadcd8ff7 libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib 0x7fffadcd9000 - 0x7fffadcfbff7 libsystem_kernel.dylib (3789.41.3) <B75B128C-7D7A-3318-91CD-82B5A69C5329> /usr/lib/system/libsystem_kernel.dylib 0x7fffadcfc000 - 0x7fffadd43fe7 libsystem_m.dylib (3121.4) <266DB92B-A86F-3691-80FB-1B26AD73CFF3> /usr/lib/system/libsystem_m.dylib 0x7fffadd44000 - 0x7fffadd62ff7 libsystem_malloc.dylib (116.30.3) <F40DEE3B-386A-3529-A3F7-98117ED55BF4> /usr/lib/system/libsystem_malloc.dylib 0x7fffadd63000 - 0x7fffaddbaffb libsystem_network.dylib (856.30.16) <4AE368E9-605D-379D-B04C-2AC7455B8250> /usr/lib/system/libsystem_network.dylib 0x7fffaddbb000 - 0x7fffaddc4ff3 libsystem_networkextension.dylib (563.30.15) <EB020B0C-7DF0-3EEF-8E3C-15DA3C01D687> /usr/lib/system/libsystem_networkextension.dylib 0x7fffaddc5000 - 0x7fffaddceff3 libsystem_notify.dylib (165.20.1) <E7FD3A7C-DD07-36E2-9FA4-7561F9F114DA> /usr/lib/system/libsystem_notify.dylib 0x7fffaddcf000 - 0x7fffaddd7fe7 libsystem_platform.dylib (126.1.2) <3CA06D4E-C00A-36DE-AA65-3A390097D1F6> /usr/lib/system/libsystem_platform.dylib 0x7fffaddd8000 - 0x7fffadde2ff7 libsystem_pthread.dylib (218.30.1) <C869ED7C-BE29-3532-8E69-3A8DA1447EDC> /usr/lib/system/libsystem_pthread.dylib 0x7fffadde3000 - 0x7fffadde6ff7 libsystem_sandbox.dylib (592.31.1) <7BBFDF96-293F-3DD9-B3A4-7C168280B441> /usr/lib/system/libsystem_sandbox.dylib 0x7fffadde7000 - 0x7fffadde8fff libsystem_secinit.dylib (24) <5C1F1E47-0F7D-3E25-8DEB-D9DB1F902281> /usr/lib/system/libsystem_secinit.dylib 0x7fffadde9000 - 0x7fffaddf0fff libsystem_symptoms.dylib (532.30.6) <5D990CF5-B58F-39F7-B375-99B4EC62CFBD> /usr/lib/system/libsystem_symptoms.dylib 0x7fffaddf1000 - 0x7fffade11ff7 libsystem_trace.dylib (518.30.7) <6D34D1EA-2A3C-3D2D-803E-A666E6AEEE52> /usr/lib/system/libsystem_trace.dylib 0x7fffade12000 - 0x7fffade17ffb libunwind.dylib (35.3) <9F7C2AD8-A9A7-3DE4-828D-B0F0F166AAA0> /usr/lib/system/libunwind.dylib 0x7fffade18000 - 0x7fffade41ff7 libxpc.dylib (972.30.7) <65E41BB6-EBD5-3D93-B0BE-B190CEE4DD93> /usr/lib/system/libxpc.dylib

External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 2 thread_create: 0 thread_set_state: 0

Calls made by this process:

task_for_pid: 0 thread_create: 0 thread_set_state: 0

Calls made by all processes on this machine:

task_for_pid: 81184 thread_create: 0 thread_set_state: 0

VM Region Summary: ReadOnly portion of Libraries: Total=265.0M resident=0K(0%) swapped_out_or_unallocated=265.0M(100%) Writable regions: Total=212.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=212.5M(100%)

VIRTUAL REGION

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 640K 6 Activity Tracing 256K 2 CG backing stores 8260K 6 CG image 272K 29 CG raster data 26.4M 31 CoreAnimation 104K 15 CoreUI image data 1448K 18 CoreUI image file 180K 5 Foundation 4K 2 Kernel Alloc Once 8K 2 MALLOC 172.4M 136 MALLOC guard page 64K 15 Memory Tag 242 12K 2 OpenCL 32K 5 STACK GUARD 56.0M 12 Stack 13.1M 12 VM_ALLOCATE 100K 19 DATA 21.7M 225 GLSLBUILTINS 2588K 2 IMAGE 528K 2 LINKEDIT 114.3M 8 TEXT 150.7M 225 UNICODE 556K 2 mapped file 49.6M 16 shared memory 16.4M 14 =========== ======= ======= TOTAL 635.3M 786

Model: iMac14,4, BootROM IM144.0179.B17, 2 processors, Intel Core i5, 1.4 GHz, 8 GB, SMC 2.21f92 Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5444 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5444 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (7.21.171.68.1a5) Bluetooth: Version 5.0.3f1, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: APPLE HDD HTS545050A7E362, 500.11 GB USB Device: USB 3.0 Bus USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: FaceTime HD Camera (Built-in) USB Device: Mass Storage Thunderbolt Bus: iMac, Apple Inc., 30.8

#11206 Timed out SFTP sessions are not getting renewed. normal fixed 7 years 7 years
Description

Hi.

Since the update to 3.25.0 my SFTP sessions don't come back when they are timed out (Disconnected from server).

I make a request, mostly doing a refresh or a cd, the clients logs "Retrieving directory listing of /foo" in the status window and nothing happens.

I have to close and reconnect a new session.

Idk if it's the same for other session types, I only use one SFTP connection, but that one rather consistently on a daily basis, and the behavior in question showed up only after 3.25.0.

#11208 Mac OS FileZilla client crashes when change directory normal fixed 7 years 7 years
Description

Running the client on macOS Sierra 10.12.3 (16D32)

found the problem in FileZilla Client 3.25.0

using FTP protocol, english version

Everything seems to work fine until I change to a specific directory on the server. ("db") Then filezilla crashes.

I tried deleting my configuration files in ~/.filezilla this did not help

out of desperation searching other tickets, I tried a recent nightly build mentioned in another ticket. same problem, but hopefully a more useful dump

https://filezilla-project.org/nightlies2/2017-03-17/x86_64-apple-darwin13.4.0/FileZilla3.app.tar.bz2

Process: filezilla [29931] Path: /Applications/FileZilla.app/Contents/MacOS/filezilla Identifier: de.filezilla Version: 3.25.0 (3.25.0) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: filezilla [29931] User ID: 501

Date/Time: 2017-03-19 07:58:19.713 -0400 OS Version: Mac OS X 10.12.3 (16D32) Report Version: 12 Anonymous UUID: 865C594F-5A20-1150-07F1-F8E83CC71ED6

Sleep/Wake UUID: 53C6E973-CE8B-4972-BFD8-49856D734683

Time Awake Since Boot: 110000 seconds Time Since Wake: 3300 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0]

VM Regions Near 0: -->

TEXT 0000000100000000-0000000100e9c000 [ 14.6M] r-x/rwx SM=COW /Applications/FileZilla.app/Contents/MacOS/filezilla

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x00007fffb2ca865c CFStringCreateCopy + 28 1 com.apple.CoreFoundation 0x00007fffb2d31d50 CFAttributedStringCreate + 80 2 de.filezilla 0x00000001009d0862 wxMacCoreGraphicsContext::GetTextExtent(wxString const&, double*, double*, double*, double*) const + 434 (graphics.cpp:2385) 3 de.filezilla 0x0000000100a3f9a3 wxGCDCImpl::DoGetTextExtent(wxString const&, int*, int*, int*, int*, wxFont const*) const + 211 (dcgraph.cpp:1147) 4 de.filezilla 0x00000001009e2242 wxListLineData::DrawTextFormatted(wxDC*, wxString const&, int, int, int, int) + 306 (dc.h:944) 5 de.filezilla 0x00000001009e1fda wxListLineData::DrawInReportMode(wxDC*, wxRect const&, wxRect const&, bool, bool) + 522 (dc.h:1000) 6 de.filezilla 0x00000001009e5f22 wxListMainWindow::OnPaint(wxPaintEvent&) + 1298 (listctrl.cpp:2085) 7 de.filezilla 0x0000000100ba2dff wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 239 (event.cpp:1390) 8 de.filezilla 0x0000000100ba42ea wxEvtHandler::ProcessEventLocally(wxEvent&) + 90 (event.cpp:1587) 9 de.filezilla 0x0000000100ba41e0 wxEvtHandler::ProcessEvent(wxEvent&) + 192 (event.cpp:1493) 10 de.filezilla 0x0000000100ba45ef wxEvtHandler::SafelyProcessEvent(wxEvent&) + 15 (event.cpp:1645) 11 de.filezilla 0x000000010099b85e wxWindow::MacDoRedraw(long) + 798 (window_osx.cpp:2121) 12 de.filezilla 0x0000000100a184fb wxWidgetCocoaImpl::drawRect(void*, NSView*, void*) + 779 (window.mm:1633) 13 de.filezilla 0x0000000100a16ec6 wxOSX_drawRect(NSView*, objc_selector*, CGRect) + 86 (window.mm:1124) 14 com.apple.AppKit 0x00007fffb09a1af9 -[NSView _drawRect:clip:] + 2276 15 com.apple.AppKit 0x00007fffb09f1aab -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1753 16 com.apple.AppKit 0x00007fffb09f1f16 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2884 17 com.apple.AppKit 0x00007fffb099f632 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 837 18 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 19 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 20 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 21 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 22 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 23 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 24 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 25 com.apple.AppKit 0x00007fffb09a0231 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3908 26 com.apple.AppKit 0x00007fffb099ee0f -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 334 27 com.apple.AppKit 0x00007fffb099d238 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2452 28 com.apple.AppKit 0x00007fffb0998b25 -[NSView displayIfNeeded] + 1748 29 com.apple.AppKit 0x00007fffb0998437 -[NSWindow displayIfNeeded] + 230 30 com.apple.AppKit 0x00007fffb10f6f3f _NSWindowGetDisplayCycleObserver_block_invoke.6228 + 277 31 com.apple.AppKit 0x00007fffb0997f15 37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 454 32 com.apple.QuartzCore 0x00007fffb8a68a96 CA::Transaction::run_commit_handlers(CATransactionPhase) + 46 33 com.apple.QuartzCore 0x00007fffb8b70800 CA::Context::commit_transaction(CA::Transaction*) + 160 34 com.apple.QuartzCore 0x00007fffb8a67631 CA::Transaction::commit() + 475 35 com.apple.AppKit 0x00007fffb0c7af1d 37+[NSDisplayCycle currentDisplayCycle]_block_invoke.31 + 323 36 com.apple.CoreFoundation 0x00007fffb2d382d7 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23 37 com.apple.CoreFoundation 0x00007fffb2d38247 CFRunLoopDoObservers + 391 38 com.apple.CoreFoundation 0x00007fffb2d19119 CFRunLoopRun + 873 39 com.apple.CoreFoundation 0x00007fffb2d18b54 CFRunLoopRunSpecific + 420 40 com.apple.HIToolbox 0x00007fffb22a3a5c RunCurrentEventLoopInMode + 240 41 com.apple.HIToolbox 0x00007fffb22a3799 ReceiveNextEventCommon + 184 42 com.apple.HIToolbox 0x00007fffb22a36c6 _BlockUntilNextEventMatchingListInModeWithFilter + 71 43 com.apple.AppKit 0x00007fffb08495b4 _DPSNextEvent + 1120 44 com.apple.AppKit 0x00007fffb0fc3d6b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789 45 com.apple.AppKit 0x00007fffb083df35 -[NSApplication run] + 926 46 de.filezilla 0x00000001009fe431 wxGUIEventLoop::OSXDoRun() + 161 (evtloop.mm:300) 47 de.filezilla 0x0000000100b83b64 wxCFEventLoop::DoRun() + 52 (evtloop_cf.cpp:340) 48 de.filezilla 0x0000000100b1db25 wxEventLoopBase::Run() + 165 (evtloopcmn.cpp:78) 49 de.filezilla 0x0000000100af2ac3 wxAppConsoleBase::MainLoop() + 211 (appbase.cpp:334) 50 de.filezilla 0x00000001009c4caa wxApp::OnRun() + 26 (app.cpp:922) 51 de.filezilla 0x0000000100b3c810 wxEntry(int&, wchar_t) + 64 (init.cpp:506) 52 de.filezilla 0x00000001000ad276 main + 38 (FileZilla.cpp:41) 53 libdyld.dylib 0x00007fffc8315255 start + 1

Thread 1: 0 libsystem_kernel.dylib 0x00007fffc84444e2 workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffc852c791 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffc852c1ed start_wqthread + 13

Thread 2:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fffc843c38a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fffc843b7d7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fffb2d19e84 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fffb2d19301 CFRunLoopRun + 1361 4 com.apple.CoreFoundation 0x00007fffb2d18b54 CFRunLoopRunSpecific + 420 5 com.apple.AppKit 0x00007fffb0996a62 _NSEventThread + 205 6 libsystem_pthread.dylib 0x00007fffc852caab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffc852c9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffc852c1fd thread_start + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fffc8443c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffc852d96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100743230 fz::condition::wait(fz::scoped_lock&) + 64 (mutex.cpp:108) 3 de.filezilla 0x000000010072bdf2 fz::event_loop::entry() + 338 (event_loop.cpp:183) 4 de.filezilla 0x00000001007501de fz::thread::impl::entry(fz::thread&) + 78 (thread.cpp:138) 5 de.filezilla 0x0000000100750d81 void* std::1::thread_proxy<std::__1::tuple<void (*)(fz::thread&), std::__1::reference_wrapper<fz::thread> > >(void*) + 433 (functional_base:416) 6 libsystem_pthread.dylib 0x00007fffc852caab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffc852c9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffc852c1fd thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fffc84444e2 workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fffc852c791 _pthread_wqthread + 1426 2 libsystem_pthread.dylib 0x00007fffc852c1ed start_wqthread + 13

Thread 5: 0 libsystem_pthread.dylib 0x00007fffc852c1e0 start_wqthread + 0 1 ??? 0x0000000000000924 0 + 2340

Thread 6: 0 libsystem_kernel.dylib 0x00007fffc8443f4a select + 10 1 de.filezilla 0x00000001006ba9b8 CSocketThread::DoWait(int, fz::scoped_lock&) + 696 (socket.cpp:624) 2 de.filezilla 0x00000001006ba500 CSocketThread::entry() + 448 (socket.cpp:789) 3 de.filezilla 0x00000001006ba338 CSocketThread::Start()::'lambda'()::operator()() const + 24 (socket.cpp:269) 4 de.filezilla 0x00000001006ba30d void std::1::invoke_void_return_wrapper<void>::call<CSocketThread::Start()::'lambda'()&>(CSocketThread::Start()::'lambda'()&&&) + 45 (functional_base:469) 5 de.filezilla 0x00000001006ba1f9 std::1::function::func<CSocketThread::Start()::'lambda'(), std::__1::allocator<CSocketThread::Start()::'lambda'()>, void ()>::operator()() + 41 (functional:1437) 6 de.filezilla 0x0000000100752aae std::1::function<void ()>::operator()() const + 126 (functional:1817) 7 de.filezilla 0x0000000100752901 fz::pooled_thread_impl::entry() + 145 (thread_pool.cpp:28) 8 de.filezilla 0x00000001007501de fz::thread::impl::entry(fz::thread&) + 78 (thread.cpp:138) 9 de.filezilla 0x0000000100750d81 void* std::1::thread_proxy<std::__1::tuple<void (*)(fz::thread&), std::__1::reference_wrapper<fz::thread> > >(void*) + 433 (functional_base:416) 10 libsystem_pthread.dylib 0x00007fffc852caab _pthread_body + 180 11 libsystem_pthread.dylib 0x00007fffc852c9f7 _pthread_start + 286 12 libsystem_pthread.dylib 0x00007fffc852c1fd thread_start + 13

Thread 7: 0 libsystem_kernel.dylib 0x00007fffc8443c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffc852d96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100743230 fz::condition::wait(fz::scoped_lock&) + 64 (mutex.cpp:108) 3 de.filezilla 0x00000001007528c3 fz::pooled_thread_impl::entry() + 83 (thread_pool.cpp:24) 4 de.filezilla 0x00000001007501de fz::thread::impl::entry(fz::thread&) + 78 (thread.cpp:138) 5 de.filezilla 0x0000000100750d81 void* std::1::thread_proxy<std::__1::tuple<void (*)(fz::thread&), std::__1::reference_wrapper<fz::thread> > >(void*) + 433 (functional_base:416) 6 libsystem_pthread.dylib 0x00007fffc852caab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffc852c9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffc852c1fd thread_start + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fffc8443c86 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fffc852d96a _pthread_cond_wait + 712 2 de.filezilla 0x0000000100743230 fz::condition::wait(fz::scoped_lock&) + 64 (mutex.cpp:108) 3 de.filezilla 0x00000001007528c3 fz::pooled_thread_impl::entry() + 83 (thread_pool.cpp:24) 4 de.filezilla 0x00000001007501de fz::thread::impl::entry(fz::thread&) + 78 (thread.cpp:138) 5 de.filezilla 0x0000000100750d81 void* std::1::thread_proxy<std::__1::tuple<void (*)(fz::thread&), std::__1::reference_wrapper<fz::thread> > >(void*) + 433 (functional_base:416) 6 libsystem_pthread.dylib 0x00007fffc852caab _pthread_body + 180 7 libsystem_pthread.dylib 0x00007fffc852c9f7 _pthread_start + 286 8 libsystem_pthread.dylib 0x00007fffc852c1fd thread_start + 13

Thread 9: 0 libsystem_pthread.dylib 0x00007fffc852c1e0 start_wqthread + 0 1 ??? 0x00000000000000c0 0 + 192

Thread 0 crashed with X86 Thread State (64-bit):

rax: 0x000060800042c220 rbx: 0x0000000000000000 rcx: 0x001dffffcdbb51e9 rdx: 0x0000000000000000 rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x00007fff5fbf9530 rsp: 0x00007fff5fbf94f0

r8: 0x00000000000000c0 r9: 0x00007fffcda7fa68 r10: 0x0000000000000002 r11: 0x001a74b94423a5be

r12: 0x0000000000000000 r13: 0x000060800042c220 r14: 0x0000000000000000 r15: 0x0000608000665200 rip: 0x00007fffb2ca865c rfl: 0x0000000000010246 cr2: 0x0000000000000000

Logical CPU: 1 Error Code: 0x00000004 Trap Number: 14

Binary Images:

0x100000000 - 0x100e9bfcf +de.filezilla (3.25.0 - 3.25.0) <95797BB1-BE31-3296-94A6-141D1E7BA524> /Applications/FileZilla.app/Contents/MacOS/filezilla 0x107000000 - 0x107273fff com.apple.ATIRadeonX2000GLDriver (10.2.12 - 10.0.2) <FC6BB6FE-60A7-3375-AD40-6411293EF3A7> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLDriver 0x10765d000 - 0x10765eff3 +cl_kernels (???) <29324AEA-9100-4BC9-A03D-6E526F6E8194> cl_kernels 0x1076f2000 - 0x1076f3ff1 +cl_kernels (???) <661D4C5F-7DEC-4CEC-A05D-48A1DC7445C2> cl_kernels 0x108870000 - 0x108890fff com.apple.CoreNLP (1.0 - 78.2) <D7A0704A-C4EB-3225-9F23-A06EC3318238> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x109fda000 - 0x10a017267 dyld (421.2) <947FC440-80F9-32F7-A773-6FC418FE1AB7> /usr/lib/dyld

0x7fffad82e000 - 0x7fffadb67fff com.apple.RawCamera.bundle (7.01 - 889) <155ED09B-673E-3726-8302-E54AADAC5B63> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fffaf398000 - 0x7fffaf557ffb com.apple.avfoundation (2.0 - 1187.11.13) <0D0BB4A4-F987-381B-885E-88A81F50FD50> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fffaf558000 - 0x7fffaf5fbfff com.apple.audio.AVFAudio (1.0 - ???) <E3CDC215-9272-3F94-8093-865CA181F728> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fffaf6c4000 - 0x7fffaf6c4fff com.apple.Accelerate (1.11 - Accelerate 1.11) <BDDB2053-BB24-34E4-A452-50D1260BF672> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fffaf6c5000 - 0x7fffaf6dcff3 libCGInterfaces.dylib (331.5) <4E2DCEFA-F243-3FAE-8BFC-0B349973DD14> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fffaf6dd000 - 0x7fffafd1dfe3 com.apple.vImage (8.1 - ???) <77F96C96-725E-31E5-8072-D09C6BD988A2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fffafd1e000 - 0x7fffafee5fef libBLAS.dylib (1185) <0D55CF73-6DBD-3D15-B500-189479638551> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fffafee6000 - 0x7fffafefdfff libBNNS.dylib (14) <43A9B06E-3C21-3CE6-B0C1-99DA172DEEB0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fffafefe000 - 0x7fffb0309fff libLAPACK.dylib (1185) <E7AE9C48-6E42-3EB7-A257-D48E0CB48D00> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fffb030a000 - 0x7fffb0320fff libLinearAlgebra.dylib (1185) <08F00EFB-B477-3421-906E-3D364E607E6A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fffb0321000 - 0x7fffb0327fff libQuadrature.dylib (3) <120F6228-A3D4-3184-89D7-785ADC2AC715> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fffb0328000 - 0x7fffb033bff7 libSparseBLAS.dylib (1185) <912E3D25-27C0-3245-B64C-3CAD43A5D633> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fffb033c000 - 0x7fffb0489ff7 libvDSP.dylib (600) <87EF1D0A-1F85-31DD-AD8F-AB31E7D8E73B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fffb048a000 - 0x7fffb0541fff libvMisc.dylib (600) <F6EA539E-0A90-3F8A-9ECA-001E46394E29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fffb0542000 - 0x7fffb0542fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <B4B785D8-CB43-3E5D-AE81-1F27885AA112> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fffb0543000 - 0x7fffb0581ff3 com.apple.Accounts (113 - 113) <E9D296BC-6DAC-3AB2-81A0-8DD6D1F8673B> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fffb0582000 - 0x7fffb0801ff3 com.apple.AddressBook.framework (10.0 - 1756.14.6) <256ECB79-9F16-3565-AADB-D8A7AA83BC2F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fffb0802000 - 0x7fffb15d4ff3 com.apple.AppKit (6.9 - 1504.81.100) <0CCB2E18-076E-3D8A-A777-A6E57EF2570A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fffb15e6000 - 0x7fffb15e6fff com.apple.ApplicationServices (48 - 48) <237200C2-28A6-3C19-B34B-53C953F8AE42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fffb15e7000 - 0x7fffb1655ff7 com.apple.ApplicationServices.ATS (377 - 422.2) <3680281F-DB99-3CA2-9C76-CABFC8DBC980> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fffb16ef000 - 0x7fffb181efff libFontParser.dylib (194.6) <F3DF2CF7-B25D-30BB-9EE6-1EA9F3B8A066> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fffb181f000 - 0x7fffb1869fff libFontRegistry.dylib (196.3) <855AF921-EAE0-3D07-B161-5EF09806B643> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fffb18c6000 - 0x7fffb18f9ff7 libTrueTypeScaler.dylib (194.6) <D0D7DA50-DF52-3D24-AFD2-03B336AA1929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fffb1965000 - 0x7fffb1a0fff7 com.apple.ColorSync (4.12.0 - 502.1) <5F244DE3-A6E8-335F-AE3B-25F0E407DD62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fffb1a10000 - 0x7fffb1a60ff7 com.apple.HIServices (1.22 - 591) <34C950CC-1084-354A-BCE6-9396EDB29DF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fffb1a61000 - 0x7fffb1a70ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <47D1A017-91A4-37F3-93E0-3923CD6ED2DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fffb1a71000 - 0x7fffb1abefff com.apple.print.framework.PrintCore (12 - 491) <B7CC15C1-AF50-37F3-8AF6-65F8CDC323F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fffb1abf000 - 0x7fffb1afafff com.apple.QD (3.12 - 310) <8F718290-DD82-36CE-9AF0-EFB6D31A49F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fffb1afb000 - 0x7fffb1b06ff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <629831B1-B13C-30F5-AE16-6BB9037E3753> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fffb1b07000 - 0x7fffb1d17fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <A1B98513-C19E-376F-8DAF-71BB2F263C5F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fffb1d18000 - 0x7fffb1d18fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <55C6A958-D52B-3D81-B230-EB949212B5D9> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fffb1e81000 - 0x7fffb2254ff7 com.apple.CFNetwork (807.2.14 - 807.2.14) <9702C8B9-2984-3DD9-9C59-A83499C2DBC4> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fffb226e000 - 0x7fffb226efff com.apple.Carbon (154 - 157) <1BF9C0EB-45A0-3584-85DC-F64A9914F40D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fffb226f000 - 0x7fffb2272fff com.apple.CommonPanels (1.2.6 - 98) <6A71E8CB-3BF7-3A49-A5F7-0579BAE1219D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fffb2273000 - 0x7fffb257bff7 com.apple.HIToolbox (2.1.1 - 856.13) <98D5D2A7-55A6-31A7-9056-CC48EBB16654> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fffb257c000 - 0x7fffb257fff7 com.apple.help (1.3.5 - 49) <27C5F9FE-838F-3807-A4AC-D99470185B10> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fffb2580000 - 0x7fffb2585fff com.apple.ImageCapture (9.0 - 9.0) <E3E757FD-4060-33A4-A2AC-85EFBD987FCE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fffb2586000 - 0x7fffb261dff3 com.apple.ink.framework (10.9 - 219) <B44BA36D-7549-3EB2-8CF6-E171885194FB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fffb261e000 - 0x7fffb2638fff com.apple.openscripting (1.7 - 172) <B204BF70-C4AA-3699-8493-66E6645A92A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fffb2639000 - 0x7fffb263aff3 com.apple.print.framework.Print (12 - 267) <CA7E9448-0903-34C8-AAF6-9070B52BF70E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fffb263b000 - 0x7fffb263dff7 com.apple.securityhi (9.0 - 55006) <ACD20DC1-FBDE-3E1B-91BF-867FE7849CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fffb263e000 - 0x7fffb2644ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <A20B0F7B-C32A-3FF1-BB75-BAC0EE4EF889> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fffb2645000 - 0x7fffb2722ff7 com.apple.cloudkit.CloudKit (643.5 - 643.5) <2AB1D950-7EA5-359C-B17C-42AEFE99D360> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fffb2723000 - 0x7fffb2723fff com.apple.Cocoa (6.11 - 22) <CF1AD0E9-2257-35FE-B719-760B58E405C9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fffb2863000 - 0x7fffb28f3ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <A38A11A5-130B-39CE-BEBA-F5427F6801DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fffb28f4000 - 0x7fffb2907fff com.apple.CoreBluetooth (1.0 - 1) <76AFC4B4-A9FD-3434-B168-90087E71F5C4> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fffb2908000 - 0x7fffb2c06fff com.apple.CoreData (120 - 752.8) <694F9EA9-A785-3F84-8EB1-DAF76E3BDF9B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fffb2c07000 - 0x7fffb2c93fff com.apple.CoreDisplay (1.0 - 1) <48B568C0-1E12-34F4-943D-EAB447FBA1BE> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fffb2c94000 - 0x7fffb3128ff7 com.apple.CoreFoundation (6.9 - 1348.28) <0F1FAA52-1C06-327E-A170-382B48B1846D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fffb3129000 - 0x7fffb37ccff7 com.apple.CoreGraphics (2.0 - 1070.13.2) <ACB5545C-FE91-36C9-8F02-87DF6904A911> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fffb37cd000 - 0x7fffb3a0ffff com.apple.CoreImage (12.2.0 - 451.3.1) <CDAD60F3-74F6-3EA5-A8B5-B42476E350FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fffb3a10000 - 0x7fffb3a76ff7 com.apple.corelocation (2100.5.34) <64E3F80C-E0FC-309D-B70D-0D0EC002CA70> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fffb3a77000 - 0x7fffb3b27fff com.apple.CoreMedia (1.0 - 1907.15.15) <B5B8C128-C1C2-3585-9B43-41141B2C6332> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fffb3b28000 - 0x7fffb3b73ff7 com.apple.CoreMediaIO (804.0 - 4929) <54CF2AD2-4928-3A41-9F7D-F135A8A616D1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fffb3b74000 - 0x7fffb3b74fff com.apple.CoreServices (775.9.7 - 775.9.7) <A5C444F3-408B-3062-AF4B-BF8CD919F221> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fffb3b75000 - 0x7fffb3bc6fff com.apple.AE (712.2 - 712.2) <342A13C0-4A6A-3947-B66B-0F624A4A7B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fffb3bc7000 - 0x7fffb3ea2ff7 com.apple.CoreServices.CarbonCore (1159.5 - 1159.5) <11CC2194-0C9C-397A-B7F9-CDAB9B68D87D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fffb3ea3000 - 0x7fffb3ed6fff com.apple.DictionaryServices (1.2 - 274) <864F3808-FFDD-3C4B-A5B7-F1A6C4668A86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fffb3ed7000 - 0x7fffb3edfffb com.apple.CoreServices.FSEvents (1230 - 1230) <13A2FC17-8F8C-35BF-9584-59FDFB738E2B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fffb3ee0000 - 0x7fffb404cff7 com.apple.LaunchServices (775.9.7 - 775.9.7) <E350E4F6-822A-3F04-B59B-468A39AF5C64> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fffb404d000 - 0x7fffb40fdfff com.apple.Metadata (10.7.0 - 1075.28) <DBB524CD-6938-3623-99C2-4B1EC1E1BE58> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fffb40fe000 - 0x7fffb415dfff com.apple.CoreServices.OSServices (775.9.7 - 775.9.7) <E9625B0B-9AE7-3024-9FEF-FEE0A1876D9D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fffb415e000 - 0x7fffb41cefff com.apple.SearchKit (1.4.0 - 1.4.0) <F1B3EF8D-E820-317C-AC7F-8F056C246874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fffb41cf000 - 0x7fffb4215ff7 com.apple.coreservices.SharedFileList (38 - 38) <E1400999-1F08-35A1-9D07-27D80A2AF89A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fffb42a2000 - 0x7fffb43eeff7 com.apple.CoreText (352.0 - 544.5) <E90EA1D8-3491-3014-9043-9928C4E4349C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fffb43ef000 - 0x7fffb4424fff com.apple.CoreVideo (1.8 - 234.0) <48C31E93-87C2-31F4-97E7-9E54C1EA8E7D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fffb4425000 - 0x7fffb4496ffb com.apple.framework.CoreWLAN (11.0 - 1200.25.1) <BEBE9C03-3B9A-3948-99E3-CC8148FA2AB5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fffb44ca000 - 0x7fffb44d5ff3 com.apple.DirectoryService.Framework (10.12 - 194) <0FCEF02A-EA92-358C-9877-414E75E0AA32> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fffb4595000 - 0x7fffb459afff com.apple.DiskArbitration (2.7 - 2.7) <16EA6D93-A2EC-31DB-BF52-C4764E7B1630> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fffb4729000 - 0x7fffb4ad0ff3 com.apple.Foundation (6.9 - 1349.25) <D820A498-2E62-367D-BC72-5845B14C06E3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fffb4afc000 - 0x7fffb4b2dfff com.apple.GSS (4.0 - 2.0) <95FAD1F9-1610-3428-B9B4-D32F67C26574> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fffb4bed000 - 0x7fffb4c90ffb com.apple.Bluetooth (5.0.3 - 5.0.3f1) <CCB4E097-1ED0-3439-8450-2B6EFFBC4608> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fffb4c91000 - 0x7fffb4d26ff7 com.apple.framework.IOKit (2.0.2 - 1324.30.13) <163BE7FA-B29A-348F-8B5F-E301F2E8C964> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fffb4d27000 - 0x7fffb4d2dffb com.apple.IOSurface (153.3 - 153.3) <3DD3BF22-0800-31F2-B179-87F87D6F0548> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fffb4d2e000 - 0x7fffb4d7eff3 com.apple.ImageCaptureCore (7.0 - 7.0) <0F899C07-AA23-350E-8670-9090924D670D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fffb4d7f000 - 0x7fffb4edbff7 com.apple.ImageIO.framework (3.3.0 - 1582) <A9A63D25-DA38-33C0-98C6-F015952568B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fffb4edc000 - 0x7fffb4ee0fff libGIF.dylib (1582) <B0435621-A64F-3E0E-AC03-35ED505A61B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fffb4ee1000 - 0x7fffb4fd2fff libJP2.dylib (1582) <396280DF-6E69-38A5-883D-1EEBAC80771B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fffb4fd3000 - 0x7fffb4ff6fff libJPEG.dylib (1582) <E2A44AAD-F6E0-3D74-80AE-BF2542AA6954> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fffb4ff7000 - 0x7fffb501dfff libPng.dylib (1582) <FB81BC9C-5BB7-373F-8464-C41A780F762A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fffb501e000 - 0x7fffb5020ff3 libRadiance.dylib (1582) <825BE3AF-BB9D-3B84-8EFF-8F5FE4C837B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fffb5021000 - 0x7fffb507afff libTIFF.dylib (1582) <8C24B061-762D-3EC8-AC64-4961C030D575> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fffb51a6000 - 0x7fffb5c49ff7 com.apple.JavaScriptCore (12602 - 12602.4.8) <4FF12BFD-CD3B-33D7-B844-85234A13BD42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fffb5c4a000 - 0x7fffb5c63ff7 com.apple.Kerberos (3.0 - 1) <49DCBE1A-130C-3FBF-AAEA-AF9A518913AC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fffb5c64000 - 0x7fffb5c9afff com.apple.LDAPFramework (2.4.28 - 194.5) <0F18D033-BBD8-3D88-A17C-EC7E796CA88F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fffb5ef0000 - 0x7fffb5ef6fff com.apple.MediaAccessibility (1.0 - 97.1.1) <1025DB59-18DE-39EA-9C04-35CE8D6103E5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fffb5f0c000 - 0x7fffb6460fff com.apple.MediaToolbox (1.0 - 1907.15.15) <22150DE7-8CD3-30DD-8C0F-3D06F865C186> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fffb6461000 - 0x7fffb64b9fff com.apple.Metal (86.18 - 86.18) <7DFE0437-25A8-3E87-8318-91573C895742> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fffb6d8d000 - 0x7fffb6d95fff com.apple.NetFS (6.0 - 4.0) <6614F9B8-0861-338B-8FF0-8E402F96141C> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fffb6f6a000 - 0x7fffb6f72ff7 libcldcpuengine.dylib (2.8.5) <341EBC48-CCF4-3292-9097-F61715AC573E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fffb6f73000 - 0x7fffb7059fff unorm8_bgra.dylib (2.8.5) <1A39075B-6717-3FA5-A712-7F37583DB709> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fffb713b000 - 0x7fffb7189ff3 com.apple.opencl (2.8.6 - 2.8.6) <553BFCCA-5ACB-3DB0-B958-4BF2DE91838F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fffb718a000 - 0x7fffb71a3ffb com.apple.CFOpenDirectory (10.12 - 194) <88E97774-6767-3A01-808B-C923F9310E20> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fffb71a4000 - 0x7fffb71afff7 com.apple.OpenDirectory (10.12 - 194) <0E4E32DD-6592-3860-9793-BAED6915AE0D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fffb71b0000 - 0x7fffb71b2fff libCVMSPluginSupport.dylib (13.0.10) <43D037C3-9254-3601-9F5B-CD637D517758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fffb71b3000 - 0x7fffb71b6ff7 libCoreFSCache.dylib (151.1) <1910EF80-DE30-3817-8FDF-63F3C8B4BA37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fffb71b7000 - 0x7fffb71bafff libCoreVMClient.dylib (151.1) <8C8E9295-1918-3763-A0B7-6397EB181EF4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fffb71bb000 - 0x7fffb71c3ffb libGFXShared.dylib (13.0.10) <52E92D3C-25EA-31F9-9885-DC0D886D9143> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fffb71c4000 - 0x7fffb71cffff libGL.dylib (13.0.10) <B40728B5-13D2-3423-9C39-885B1098698D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fffb71d0000 - 0x7fffb720cfe7 libGLImage.dylib (13.0.10) <3E856113-9217-3B13-98AD-4D0D356931B6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fffb720d000 - 0x7fffb7383ffb libGLProgrammability.dylib (13.0.10) <4C3FD24A-1C43-343E-8EBA-BE1FDCE3F74C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fffb7384000 - 0x7fffb73c4ff3 libGLU.dylib (13.0.10) <BBCAA457-BA34-3D13-8845-803C63960E08> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fffb7d2c000 - 0x7fffb7d3afff com.apple.opengl (13.0.10 - 13.0.10) <B11A2E1B-4B1D-3ECD-BADA-3508BE5775BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fffb7d3b000 - 0x7fffb7ee1fff GLEngine (13.0.10) <62CCEC13-1EB3-3A65-9224-3DCD2838E0C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fffb7ee2000 - 0x7fffb7f0cffb GLRendererFloat (13.0.10) <E508ABC7-3E67-3845-989F-5B764D36FE12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fffb7fa5000 - 0x7fffb80ecfff com.apple.QTKit (7.7.3 - 2978.3) <665AF577-900D-349E-B1C5-D5BDD70DB481> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fffb80ed000 - 0x7fffb8357ff7 com.apple.imageKit (3.0 - 1021) <5D77D4A4-F844-376B-93AA-F9CB55C719AE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fffb8358000 - 0x7fffb841cfff com.apple.PDFKit (1.0 - 1) <7375423F-5815-36C5-A345-546843827588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fffb841d000 - 0x7fffb8943fff com.apple.QuartzComposer (5.1 - 351.1) <A13FD5C2-36D1-3B92-88E6-AB4CAF733907> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fffb8944000 - 0x7fffb8967ffb com.apple.quartzfilters (1.10.0 - 1.10.0) <8A8ED06E-3A07-312A-A976-982C51159A45> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fffb8968000 - 0x7fffb8a55fff com.apple.QuickLookUIFramework (5.0 - 720.5) <85A0BF0F-94B1-33CD-A3DC-4048380A3258> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fffb8a56000 - 0x7fffb8a56fff com.apple.quartzframework (1.5 - 21) <DA6924FE-3D6C-3CCE-9CB6-188B6B1671DD> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fffb8a57000 - 0x7fffb8c52ff7 com.apple.QuartzCore (1.11 - 449.41.15) <3CD775C0-683D-3B4E-8EC2-AB1DAC4C3AE9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fffb8c53000 - 0x7fffb8ca8fff com.apple.QuickLookFramework (5.0 - 720.5) <9E76504A-B17B-3302-82DF-9CE1CB31CAC3> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fffb8ca9000 - 0x7fffb8cbcff7 com.apple.SafariServices.framework (12602 - 12602.4.8) <D88756B5-91A1-3EE8-B69D-F9CE206DBB14> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fffb91b8000 - 0x7fffb94d7fff com.apple.security (7.0 - 57740.31.2) <A47D7BAE-0591-3184-8E44-FB2EB08A19C2> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fffb94d8000 - 0x7fffb954eff7 com.apple.securityfoundation (6.0 - 55132.20.1) <9407620B-B230-3320-B0B7-5AE59F1D135C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fffb954f000 - 0x7fffb9577ff7 com.apple.securityinterface (10.0 - 55079.30.2) <D5B9D6B0-E3D6-32A7-ABAB-3F005B3ED81D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fffb9578000 - 0x7fffb957bff3 com.apple.xpc.ServiceManagement (1.0 - 1) <4E24C12E-6164-3A7A-8EB8-C2523492BAE8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fffb9902000 - 0x7fffb9973ff7 com.apple.SystemConfiguration (1.14 - 1.14) <D9A57D90-E54F-3E1A-AA2F-F5A694BCE4BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fffb9974000 - 0x7fffb9d21fff com.apple.VideoToolbox (1.0 - 1907.15.15) <685B6CCD-3027-3D0F-8B31-2388A3CE1BDC> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fffb9d22000 - 0x7fffbaf5bff3 com.apple.WebCore (12602 - 12602.4.8) <2128FC8F-DFC5-350C-8E0B-E3CA6849AC6C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fffbaf5c000 - 0x7fffbb0c6ff3 com.apple.WebKitLegacy (12602 - 12602.4.8) <83C97613-16F4-3BEF-B5D9-B7F69B10BBB3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fffbb0c7000 - 0x7fffbb439ffb com.apple.WebKit (12602 - 12602.4.8) <04045E4A-16B0-308A-B27B-9E4DAFB12D8B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fffbbfad000 - 0x7fffbbfc8ff3 com.apple.AppContainer (4.0 - 307.30.3) <EF4C3C83-6F51-38F7-A3D2-2D46EE4560EB> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fffbbfc9000 - 0x7fffbbfd6ff3 com.apple.AppSandbox (4.0 - 307.30.3) <D2C978EB-F4F1-3E79-9DB1-BEE2A92590CE> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fffbbfd7000 - 0x7fffbbff9ffb com.apple.framework.Apple80211 (12.0 - 1200.41) <360012DB-DAE7-3EEF-85F0-E5BE1DE3425D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fffbbffa000 - 0x7fffbc009fdb com.apple.AppleFSCompression (88 - 1.0) <B6E2148F-BFBF-3F1B-A7DF-0F39190B4C20> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fffbc0f6000 - 0x7fffbc18197f com.apple.AppleJPEG (1.0 - 1) <B4C3209B-58A5-359F-A898-F61B6C40E5E9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fffbc195000 - 0x7fffbc1b0fff com.apple.aps.framework (4.0 - 4.0) <D7BF6782-5E35-3A0E-9412-99C2B22F17E9> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fffbc1b1000 - 0x7fffbc1b9ffb com.apple.AppleSRP (5.0 - 1) <F105D2D2-8A12-3361-9C9D-E405668CAF75> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fffbc1ba000 - 0x7fffbc1bdff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6FF50E26-5BDA-3421-BDAE-B57AE6E4F6AC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fffbc1be000 - 0x7fffbc210fff com.apple.AppleVAFramework (5.0.34 - 5.0.34) <2AA15DE0-9A7E-3CC0-988A-3BB080A8F603> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fffbc219000 - 0x7fffbc220ffb com.apple.AssetCacheServices (31.2 - 31.2) <5E08DBDE-1DF0-37AC-9ED0-035A2ED67573> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fffbc5a6000 - 0x7fffbc624fff com.apple.backup.framework (1.8.3 - 1.8.3) <B2E28A7A-1727-3052-AA73-CBC108286C07> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fffbccbe000 - 0x7fffbcce5fff com.apple.CalendarAgentLink (8.0 - 250) <884AE0DB-A1AF-3D0D-BFA6-19C6D47E0009> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fffbd2aa000 - 0x7fffbd2d1ffb com.apple.ChunkingLibrary (172 - 172) <83E91936-305D-32A4-A256-5582B96B1852> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fffbd2d2000 - 0x7fffbd364ff7 com.apple.CloudDocs (1.0 - 485.12) <42A562A2-284D-3252-9341-855E52E45A02> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fffbdbfa000 - 0x7fffbdc03ffb com.apple.CommonAuth (4.0 - 2.0) <830B940B-3523-38DE-996D-695739616D10> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fffbdcca000 - 0x7fffbdd1aff3 com.apple.AddressBook.ContactsFoundation (8.0 - 2250.2.2) <96696447-7484-34C8-A838-9BD28687D17F> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fffbdd1b000 - 0x7fffbdd3dfff com.apple.contacts.ContactsPersistence (1.0 - 2250.2.2) <12AB8AA1-7F0C-3BE3-B6C6-2A4822948E58> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fffbdd87000 - 0x7fffbe164fe7 com.apple.CoreAUC (224.0.0 - 224.0.0) <8DF6075A-0711-33A9-9031-6FDA22E85C4F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fffbe165000 - 0x7fffbe195fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <5E1B0512-E50B-3534-99EF-AD15E601877A> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fffbe20b000 - 0x7fffbe213ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <212D3DB2-DC44-329F-B810-238DF156D1EE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fffbe323000 - 0x7fffbe333fff com.apple.CoreEmoji (1.0 - 39.1) <0A46D6BF-22F3-39AD-B3DC-DE1EE5C442CC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fffbe3e8000 - 0x7fffbe3feff3 com.apple.CoreMediaAuthoring (2.2 - 955) <3E1E33F1-B4FF-320E-B336-7E7F74D73642> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fffbe405000 - 0x7fffbe495ffb com.apple.CorePDF (4.0 - 4) <254118BE-2E30-3772-B425-6328D1487162> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fffbe616000 - 0x7fffbe646ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <7D8DEF04-72F1-39F4-BBFB-09E65D7B8C10> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fffbe8d6000 - 0x7fffbe960fff com.apple.CoreSymbolication (61050) <F4B7C798-F7B7-3977-AA08-59A03F00308E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fffbe961000 - 0x7fffbea9ffd7 com.apple.coreui (2.1 - 430.6) <99D08D71-3E9D-300C-9EB2-A73F1B5E228C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fffbeaa0000 - 0x7fffbeb50ff3 com.apple.CoreUtils (5.0 - 500.9) <5567181B-721C-339E-A3DC-579E36D92341> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fffbeba0000 - 0x7fffbec05ff3 com.apple.framework.CoreWiFi (12.0 - 1200.25.1) <BEFA276C-D284-3160-8641-7DD47E38C9D7> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fffbec06000 - 0x7fffbec13ff7 com.apple.CrashReporterSupport (10.12 - 817) <CB5251B1-5BE5-308B-B30B-0050065E04CC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fffbec85000 - 0x7fffbec8fff7 com.apple.framework.DFRFoundation (1.0 - 104.14) <258B6CFE-FD64-31C5-9973-2FD80597ECDA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fffbec90000 - 0x7fffbecc4ff3 com.apple.datadetectors (5.0 - 348.2.1) <B16D1182-DF2D-3C7A-BF1F-36717BD1955F> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fffbecc5000 - 0x7fffbed3cff7 com.apple.datadetectorscore (7.0 - 539.1) <E9892E38-3D5F-36CF-BDC5-E4E3C5516B55> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fffbed79000 - 0x7fffbedb8fff com.apple.DebugSymbols (137 - 137) <B229F3F7-250B-3151-8048-CEA7BF80FA52> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fffbedb9000 - 0x7fffbeecafff com.apple.desktopservices (1.11.3 - 1.11.3) <CCE689AA-85F3-3587-AE12-1231E8ED127E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fffbf00a000 - 0x7fffbf014ff7 com.apple.DisplayServicesFW (3.1 - 380) <A1B8B6C2-5782-3D5C-B54E-48E96BB807DA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fffbf1ae000 - 0x7fffbf5dfff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <DEB42099-6927-332C-8D3E-D45096318D25> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fffc0934000 - 0x7fffc0934fff libmetal_timestamp.dylib (600.0.48.32) <31DF1B9E-0BBF-308B-B78D-11CCE72DAA68> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fffc0935000 - 0x7fffc0940ff7 libGPUSupport.dylib (13.0.10) <352448A3-9B16-3ACF-9ADF-CE9C1009D34E> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x7fffc0c00000 - 0x7fffc0c1cff3 com.apple.GenerationalStorage (2.0 - 259.2) <00BF8427-967F-3693-A86F-DA0F29B49BF3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fffc0c35000 - 0x7fffc12d4fff com.apple.GeoServices (1.0 - 1228.22.8.29.13) <280AEA5E-2EF5-3A88-B1DE-D0811045F9CC> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fffc131a000 - 0x7fffc1390fff com.apple.Heimdal (4.0 - 2.0) <00F00E7E-7EF4-3254-86D3-ADA4F67938CF> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fffc19b3000 - 0x7fffc19baffb com.apple.IOAccelerator (289.32 - 289.32) <6395ACEE-5AD7-3536-AF12-FD6565415D94> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fffc19bc000 - 0x7fffc19d0ff3 com.apple.IOPresentment (1.0 - 25) <40934217-996A-3DDB-A8C4-484CA0F0222B> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fffc19d1000 - 0x7fffc19f3fff com.apple.IconServices (74.3 - 74.3) <3F0BD358-D019-3083-82F2-69CCAD5E5D66> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fffc1a8f000 - 0x7fffc1a9fff3 com.apple.IntlPreferences (2.0 - 216) <589A5D92-6809-3F3C-900E-DBC60A07A101> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fffc1ad6000 - 0x7fffc1c8cfff com.apple.LanguageModeling (1.0 - 123.2.4) <FEB98F96-A9BB-3E6C-85B4-B466825B8C92> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fffc1d6c000 - 0x7fffc1e3dffb com.apple.MMCS (1.3 - 381.1) <5582D879-5F26-3552-8E88-58703456EB7A> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fffc22e6000 - 0x7fffc22e9fff com.apple.Mangrove (1.0 - 1) <05039E9F-9C07-375B-A940-D90D455A2EC2> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fffc2550000 - 0x7fffc25c9ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <6A759DBA-B7DF-363B-9827-AB1D1129BB34> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fffc272f000 - 0x7fffc273aff3 com.apple.MobileKeyBag (2.0 - 1.0) <8A7EEA75-8334-3FB5-A83B-F0ECB87952B2> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fffc274b000 - 0x7fffc2773fff com.apple.MultitouchSupport.framework (368.7 - 368.7) <A29E6031-E9A6-353A-BDE5-D8DF20FD393C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fffc2822000 - 0x7fffc282cfff com.apple.NetAuth (6.0 - 6.0) <1E7765FC-4580-3CE4-A0F1-CAA22006AE43> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fffc2c24000 - 0x7fffc2c26fff com.apple.OAuth (25 - 25) <1A29AF10-4AFE-32A2-9CA9-A98BACA2CE8D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fffc30a8000 - 0x7fffc30e9ff7 com.apple.PerformanceAnalysis (1.145 - 145) <12640C1F-433D-3CD9-B2A8-048D57B8B56D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fffc312d000 - 0x7fffc3134ff3 com.apple.phonenumbers (1.1.1 - 105) <14003B00-D2DA-3732-A1AC-A71763EC3556> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fffc3760000 - 0x7fffc378bffb com.apple.ProtectedCloudStorage (1.0 - 1) <4B38E6F6-AD64-3345-B51D-38E9DD518666> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fffc378c000 - 0x7fffc37a6fff com.apple.ProtocolBuffer (1 - 249) <D8B7694B-B598-3728-8583-9C4CC0F05B64> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fffc37a7000 - 0x7fffc37b7ffb com.apple.QuickLookThumbnailing (1.0 - 1) <1A91596D-0A8D-3B7A-ACF5-783A78E9723E> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fffc37c0000 - 0x7fffc37e3ff3 com.apple.RemoteViewServices (2.0 - 124) <4765DC2E-CF05-38CF-9564-1FBACB7E167C> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fffc444f000 - 0x7fffc4452fff com.apple.SecCodeWrapper (4.0 - 307.30.3) <1B0B2122-C230-3E3F-8A81-EBD58818586B> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fffc44e1000 - 0x7fffc455eff7 com.apple.Sharing (696.1.22 - 696.1.22) <D0A5C682-8996-3851-B332-AD05301E6FA3> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fffc457f000 - 0x7fffc47edfff com.apple.SkyLight (1.600.0 - 122.8) <C65A18FE-3021-38F2-9AA1-9527B0ADD4A2> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fffc49ce000 - 0x7fffc49daff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <F9F0FCED-3A72-3639-91F2-B7EF248ED1B9> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fffc50c3000 - 0x7fffc512fff3 com.apple.Symbolication (61080.2) <27A57DC2-FEB7-3D23-AEB5-E3E76C5AAE79> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fffc5529000 - 0x7fffc552fff7 com.apple.TCC (1.0 - 1) <956F7C1A-D457-3FE0-9CFE-3F1719F0865C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fffc55be000 - 0x7fffc5786ff7 com.apple.TextureIO (1.41 - 1.41) <3A9D9FD9-8997-3BD1-8046-76D0BF709806> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fffc57cf000 - 0x7fffc57e4ff3 com.apple.ToneKit (1.0 - 1) <0558CDBA-8127-3C55-825E-6F6A464E2FB4> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fffc57e5000 - 0x7fffc57f3ffb com.apple.ToneLibrary (1.0 - 1) <32AD3F5C-124F-351D-BC9B-63A7AEA20F31> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fffc57fa000 - 0x7fffc57fbfff com.apple.TrustEvaluationAgent (2.0 - 28) <07C1F711-A1E0-3BAC-8F4D-977516D50925> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fffc57fc000 - 0x7fffc598cff3 com.apple.UIFoundation (1.0 - 490.7) <047781ED-9E79-361F-8E04-71FF90C650F3> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fffc63e8000 - 0x7fffc64abff7 com.apple.ViewBridge (280 - 280) <6D4F6019-5ECC-377B-AF7D-9796E96841CB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fffc68d5000 - 0x7fffc68dbfff com.apple.XPCService (2.0 - 1) <BC3FCE26-6219-3316-949F-37F7005C9A0F> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fffc69ac000 - 0x7fffc69aeffb com.apple.loginsupport (1.0 - 1) <4449ACBA-27A8-3311-BD92-CB7E63583FC6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fffc69da000 - 0x7fffc6a01ffb com.apple.contacts.vCard (1.0 - 2250.2.2) <278D1962-FFC8-399C-92FF-1D50383D291F> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fffc6a03000 - 0x7fffc6a1eff7 libCRFSuite.dylib (34) <BACC371B-6153-36B5-BC54-3BCF26FBB221> /usr/lib/libCRFSuite.dylib 0x7fffc6a1f000 - 0x7fffc6a2afff libChineseTokenizer.dylib (21) <09E74E18-ADB2-30D2-A858-13691CB1186C> /usr/lib/libChineseTokenizer.dylib 0x7fffc6abc000 - 0x7fffc6abdff3 libDiagnosticMessagesClient.dylib (102) <422911A4-E273-3E88-BFC4-DF6470E48242> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fffc6abe000 - 0x7fffc6cd1fff libFosl_dynamic.dylib (16.38) <8232FA8A-F16A-3DC0-AE68-B61EFCD5F4A4> /usr/lib/libFosl_dynamic.dylib 0x7fffc6ced000 - 0x7fffc6cf4fff libMatch.1.dylib (27) <5D52A207-E2AF-3E05-8C51-91C1D82FCEE8> /usr/lib/libMatch.1.dylib 0x7fffc6cf5000 - 0x7fffc6cf5fff libOpenScriptingUtil.dylib (172) <D025E180-BB3B-3FFA-98FC-B6835354D723> /usr/lib/libOpenScriptingUtil.dylib 0x7fffc6cf6000 - 0x7fffc6cfaff3 libScreenReader.dylib (477.20.6) <8158E263-B7DF-3B0C-BABE-4FE94A53DFE5> /usr/lib/libScreenReader.dylib 0x7fffc6cfb000 - 0x7fffc6cfcff3 libSystem.B.dylib (1238) <9CB018AF-54E9-300F-82BE-81FE553C9154> /usr/lib/libSystem.B.dylib 0x7fffc6d68000 - 0x7fffc6d93ffb libarchive.2.dylib (41.41.1) <D53F0A5C-7FAA-3FCF-8A27-B7DF032C4221> /usr/lib/libarchive.2.dylib 0x7fffc6d94000 - 0x7fffc6e89fef libate.dylib (1.12.13) <DD046A96-07D9-3066-8BD6-D0E27FE9E1D3> /usr/lib/libate.dylib 0x7fffc6e8d000 - 0x7fffc6e8dff3 libauto.dylib (187) <5BBF6A00-CC76-389D-84E7-CA88EDADE683> /usr/lib/libauto.dylib 0x7fffc6e8e000 - 0x7fffc6e9eff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib 0x7fffc6e9f000 - 0x7fffc6eadff7 libbz2.1.0.dylib (38) <6FD3B63F-0F86-3A25-BD5B-E243F58792C9> /usr/lib/libbz2.1.0.dylib 0x7fffc6eae000 - 0x7fffc6f04ff7 libc++.1.dylib (307.4) <BEE86868-F831-384C-919E-2B286ACFE87C> /usr/lib/libc++.1.dylib 0x7fffc6f05000 - 0x7fffc6f2ffff libc++abi.dylib (307.2) <1CEF8ABB-7E6D-3C2F-8E0A-E7884478DD23> /usr/lib/libc++abi.dylib 0x7fffc6f30000 - 0x7fffc6f40ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib 0x7fffc6f41000 - 0x7fffc6f56ffb libcompression.dylib (34) <AEF908E6-C0FE-3884-BD45-FB37A035545D> /usr/lib/libcompression.dylib 0x7fffc6f57000 - 0x7fffc6f57ff7 libcoretls.dylib (121.31.1) <BCC32537-4831-3E9F-876E-8C9F4CF52FD3> /usr/lib/libcoretls.dylib 0x7fffc6f58000 - 0x7fffc6f59ff3 libcoretls_cfhelpers.dylib (121.31.1) <6F37C5AD-7999-3D31-A52F-7AEED935F32D> /usr/lib/libcoretls_cfhelpers.dylib 0x7fffc7013000 - 0x7fffc70f8ff7 libcrypto.0.9.8.dylib (64.30.2) <D41E1901-06DD-3860-BB4F-B3ACE0284C01> /usr/lib/libcrypto.0.9.8.dylib 0x7fffc7296000 - 0x7fffc72e9ff7 libcups.2.dylib (450) <78243BA4-43AB-3364-8111-8D54D3382621> /usr/lib/libcups.2.dylib 0x7fffc733b000 - 0x7fffc7342ff3 libdscsym.dylib (145.1) <E121E3BC-D2B7-37C3-86A8-5DFC3ECF94D6> /usr/lib/libdscsym.dylib 0x7fffc7364000 - 0x7fffc7364fff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib 0x7fffc7374000 - 0x7fffc7379ff7 libheimdal-asn1.dylib (498.30.1) <4ED9F6E3-83BC-3302-B004-C25399DA0333> /usr/lib/libheimdal-asn1.dylib 0x7fffc737a000 - 0x7fffc746cff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib 0x7fffc746d000 - 0x7fffc7692ffb libicucore.A.dylib (57149.0.1) <6B5FDA93-AA88-318F-9608-C2A33D602EC7> /usr/lib/libicucore.A.dylib 0x7fffc7698000 - 0x7fffc7699fff liblangid.dylib (126) <3F4530C9-8BE1-3AA7-9A82-98694D240866> /usr/lib/liblangid.dylib 0x7fffc769a000 - 0x7fffc76b3ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib 0x7fffc76b4000 - 0x7fffc76caff7 libmarisa.dylib (5) <2183D484-032D-3DE5-8984-3A14006E034E> /usr/lib/libmarisa.dylib 0x7fffc76cb000 - 0x7fffc7972ff7 libmecabra.dylib (744.5) <EF046855-CB9C-32D8-B2F1-C85B526E386F> /usr/lib/libmecabra.dylib 0x7fffc79a5000 - 0x7fffc7a1eff7 libnetwork.dylib (856.30.16) <66C6E4D6-B39C-3309-80C1-CBBE170DDD51> /usr/lib/libnetwork.dylib 0x7fffc7a1f000 - 0x7fffc7df4127 libobjc.A.dylib (706) <47104A1B-13E8-369F-BC36-27FF465809FD> /usr/lib/libobjc.A.dylib 0x7fffc7df7000 - 0x7fffc7dfbfff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib 0x7fffc7dfc000 - 0x7fffc7e2cff7 libpcap.A.dylib (67) <450DB888-2C0C-3085-A5F1-69324DFE902C> /usr/lib/libpcap.A.dylib 0x7fffc7e4a000 - 0x7fffc7e66ffb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib 0x7fffc7e67000 - 0x7fffc7ea0fff libsandbox.1.dylib (592.31.1) <0B3D5690-EF2C-39A6-B63C-CFB8CBAC0956> /usr/lib/libsandbox.1.dylib 0x7fffc7ea1000 - 0x7fffc7eb3ffb libsasl2.2.dylib (209) <5A177BA8-362D-32DA-8D14-69AB191648B3> /usr/lib/libsasl2.2.dylib 0x7fffc7eb4000 - 0x7fffc7eb5ff3 libspindump.dylib (230.3) <59FAC445-F8FB-3881-A69A-FD0E98100E19> /usr/lib/libspindump.dylib 0x7fffc7eb6000 - 0x7fffc7ff7fff libsqlite3.dylib (253) <AECBC92F-FF00-3369-8ECB-AE053B3578B8> /usr/lib/libsqlite3.dylib 0x7fffc80ec000 - 0x7fffc80f9fff libxar.1.dylib (357) <58BFB84B-66FE-3299-AA3D-BBA178ADEE39> /usr/lib/libxar.1.dylib 0x7fffc80fd000 - 0x7fffc81ecffb libxml2.2.dylib (30.11) <E12AF929-0FA5-3214-840F-C81E6AC9F36E> /usr/lib/libxml2.2.dylib 0x7fffc81ed000 - 0x7fffc8216fff libxslt.1.dylib (15.8) <FFF5DD45-F544-34B2-BE3C-DB877DC60081> /usr/lib/libxslt.1.dylib 0x7fffc8217000 - 0x7fffc8228ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib 0x7fffc8237000 - 0x7fffc823bff7 libcache.dylib (79) <0C8092D3-600F-3ADD-A036-F225B6CDCA43> /usr/lib/system/libcache.dylib 0x7fffc823c000 - 0x7fffc8247ff7 libcommonCrypto.dylib (60092.30.2) <B16E29B6-EC8D-3A8F-9A89-DD9CF35F7C4B> /usr/lib/system/libcommonCrypto.dylib 0x7fffc8248000 - 0x7fffc824ffff libcompiler_rt.dylib (62) <E992E8D9-037C-3454-A366-A25E4D31D6BB> /usr/lib/system/libcompiler_rt.dylib 0x7fffc8250000 - 0x7fffc8258fff libcopyfile.dylib (138) <64E285D9-5485-333B-AEE7-8B0C8FB9275F> /usr/lib/system/libcopyfile.dylib 0x7fffc8259000 - 0x7fffc82dcfdf libcorecrypto.dylib (442.30.20) <2074B932-FD79-30A9-8E90-AF25C49F2AF1> /usr/lib/system/libcorecrypto.dylib 0x7fffc82dd000 - 0x7fffc830ffff libdispatch.dylib (703.30.5) <EA0CC14E-D559-3802-B4B2-0E8C7579AAC4> /usr/lib/system/libdispatch.dylib 0x7fffc8310000 - 0x7fffc8315ff3 libdyld.dylib (421.2) <6F506653-FFF6-3DB8-84F1-109AE3C52F32> /usr/lib/system/libdyld.dylib 0x7fffc8316000 - 0x7fffc8316ffb libkeymgr.dylib (28) <1A318923-1200-3B06-B432-5007D82F195D> /usr/lib/system/libkeymgr.dylib 0x7fffc8317000 - 0x7fffc8323ffb libkxld.dylib (3789.41.3) <87550136-9353-348B-9CD9-C342B48C5AAF> /usr/lib/system/libkxld.dylib 0x7fffc8324000 - 0x7fffc8324fff liblaunch.dylib (972.30.7) <15FACC21-079A-3BDF-9AFB-4253EFDEB587> /usr/lib/system/liblaunch.dylib 0x7fffc8325000 - 0x7fffc832afff libmacho.dylib (894) <A2F38EC1-C37C-3B93-B0E4-36B07C177F8C> /usr/lib/system/libmacho.dylib 0x7fffc832b000 - 0x7fffc832dff3 libquarantine.dylib (85) <C1D7749F-5F5F-3BB9-BEFC-1F0B9DA941FD> /usr/lib/system/libquarantine.dylib 0x7fffc832e000 - 0x7fffc832fffb libremovefile.dylib (45) <CD42974E-BE0B-39FC-9BFC-8A7540A04DC6> /usr/lib/system/libremovefile.dylib 0x7fffc8330000 - 0x7fffc8348ff7 libsystem_asl.dylib (349.30.2) <EFAC72D7-CB13-3DF7-ADF3-EC6635C6F1EA> /usr/lib/system/libsystem_asl.dylib 0x7fffc8349000 - 0x7fffc8349ff7 libsystem_blocks.dylib (67) <B8C3701D-5A91-3D35-999D-2DC8D5393525> /usr/lib/system/libsystem_blocks.dylib 0x7fffc834a000 - 0x7fffc83d7fef libsystem_c.dylib (1158.30.7) <2F881962-03CB-3B9D-A782-D98C1BBA4E3D> /usr/lib/system/libsystem_c.dylib 0x7fffc83d8000 - 0x7fffc83dbffb libsystem_configuration.dylib (888.30.2) <4FE3983C-E4ED-3939-A578-03AD29C99788> /usr/lib/system/libsystem_configuration.dylib 0x7fffc83dc000 - 0x7fffc83dffff libsystem_coreservices.dylib (41.4) <1A572B9E-0C47-320F-8C64-7990D0A5FB5A> /usr/lib/system/libsystem_coreservices.dylib 0x7fffc83e0000 - 0x7fffc83f8ff3 libsystem_coretls.dylib (121.31.1) <4676F06D-274D-31BE-B61C-4D7A4AEF4858> /usr/lib/system/libsystem_coretls.dylib 0x7fffc83f9000 - 0x7fffc83fffff libsystem_dnssd.dylib (765.30.11) <DC708D84-ED7D-3936-B996-A67C66B8DDAA> /usr/lib/system/libsystem_dnssd.dylib 0x7fffc8400000 - 0x7fffc8429ff7 libsystem_info.dylib (503.30.1) <9ED9121C-F111-3FAD-BC2F-C95DEE1C9362> /usr/lib/system/libsystem_info.dylib 0x7fffc842a000 - 0x7fffc844cff7 libsystem_kernel.dylib (3789.41.3) <B75B128C-7D7A-3318-91CD-82B5A69C5329> /usr/lib/system/libsystem_kernel.dylib

#11211 Connection through a FTP proxy is not possible anymore normal fixed 7 years 7 years
Description

Hi,

since v. 3.25 (in 3.25.1 the behaviour is the same) it is not possible anymore to connect to FTP Servers through a FTP proxy.

When you try it, FileZilla shows the messages "421 InterScan VirusWall FTP address missing '@'" and "Could not connect to server".

A downgrade to 3.24.1 solves the problem immediately.

Best regards, BW_Acc

#11216 new version available and check for updates needs to be suppressed. high fixed 7 years 7 years
Description

I tired to suppress the check for update from filezilla 3.25.0 application by Edit->Setting->update and i choose never. but still i am getting that new version available in the menu and getting prompt when i open the application.

Request your support to suppress the prompt and automatic updates in this application.

#11218 FTP Proxy high fixed 7 years 7 years
Description

FTP Proxy settings not work in 3.25.1 and 3.25.0. In 3.22.2.1 work fine.

I use switch USER@HOST

#11223 "Assert failure" failed while downloading files via sftp normal fixed 7 years 7 years
Description

I was using moving files from our web server using sftp, what I got hit with an "Assert failure" failed error. I hit continue, but it popped up a couple times until the program crashed.

I'm using the latest version of FileZilla on Manjaro Linux 17.0 x64. Error logs included.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.