Page 2 of 2

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-07-24 16:29
by _Alexx
botg wrote:
2021-07-24 15:03
No, I cannot.
So, i'll get it from <redacted>.

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-08-05 15:28
by _Alexx
botg wrote:
2021-07-22 21:37
The place to get it is Apple's Mac App Store. After downloading the behemoth, start it at least once and if it prompts to install/configure additional components, do that.

If you afterwards open a terminal, the lldb command should be available. The command you need is this:

Code: Select all

lldb /Applications/FileZilla.app/Contents/MacOS/filezilla
(Adjust path if needed)



If that succeeds, press r and enter.

Use FileZilla until it crashes, then enter bt

Paste the backtrace (bt) here.
What am I doing wrong?

Last login: Thu Aug 5 16:04:09 on ttys000
% lldb /Applications/FileZilla.app/Contents/MacOS/filezilla

(lldb) target create "/Applications/FileZilla.app/Contents/MacOS/filezilla"
Current executable set to '/Applications/FileZilla.app/Contents/MacOS/filezilla' (x86_64).
(lldb) r
error: process exited with status -1 (attach failed (Not allowed to attach to process. Look in the console messages (Console.app), near the debugserver entries when the attached failed. The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.))
(lldb)

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-08-06 08:56
by botg
That might be due to the signature on the binary requesting the hardened runtime. Try removing it.

Not sure which one is the correct one, run both just in case.

Code: Select all

codesign --remove-signature /Applications/FileZilla.app
codesign --remove-signature /Applications/FileZilla.app/Contents/MacOS/filezilla

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-08-07 11:20
by _Alexx
_Alexx wrote:
2021-07-23 10:34
botg wrote:
2021-07-22 21:37
The place to get it is Apple's Mac App Store. After downloading the behemoth, start it at least once and if it prompts to install/configure additional components, do that.

If you afterwards open a terminal, the lldb command should be available. The command you need is this:

Code: Select all

lldb /Applications/FileZilla.app/Contents/MacOS/filezilla
(Adjust path if needed)



If that succeeds, press r and enter.

Use FileZilla until it crashes, then enter bt

Paste the backtrace (bt) here.

I mentioned the MacOS version because by that moment I've already tried to download it and got the message from the AppStore that I have to have BigSur installed. I still have 10.15.7 (Catalina) and not hurrying to update because of some compatibility issues.
Will it work for your task if I install XCode 12.4? can download it from torrents.
ok, one more step is successfully done but:
bt command did not work for me:

Code: Select all

Process 5979 exited with status = 0 (0x00000000) Terminated due to signal 13
(lldb) bt
error: invalid thread
(lldb) 

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-08-10 13:38
by botg
Signal 13, that's SIGPIPE. It's generation should have been suppressed, but for some reason isn't. I've updated libfilezilla to now always ignore this signal should it still happen.

Please retry with FileZilla 3.55.1

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-08-14 11:47
by _Alexx
botg wrote:
2021-08-10 13:38
Signal 13, that's SIGPIPE. It's generation should have been suppressed, but for some reason isn't. I've updated libfilezilla to now always ignore this signal should it still happen.

Please retry with FileZilla 3.55.1
Ok, it doesn't crash anymore.
The error message is just like it should be:

Code: Select all

08:43:46 Command:	STOR 409 2019_Sept_Sayans_74.jpg
08:43:46 Response: 	150 Opening BINARY mode data connection for 409 2019_Sept_Sayans_74.jpg
08:43:46 Response: 	552 Transfer aborted. File too large
08:43:46 Error:        	File transfer failed
Mission accomplished, was glad to help to improve this app.
Now I need to understand how should I remove this heavy XCode things hehe

Re: Bug report – FileZilla crashes during uploading

Posted: 2021-08-16 09:43
by botg
Delete Xcode.app and remove /Library/Developer/CommandLineTools if it exists.