"An assertion failed!" error on new FileZilla

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
fkaq
500 Command not understood
Posts: 3
Joined: 2018-06-03 12:55
First name: fkaq
Last name: d

"An assertion failed!" error on new FileZilla

#1 Post by fkaq » 2018-06-03 13:00

Hi everybody.

I'm running FileZilla 3.33.0 and wxgtk 3.0.4 and I get the following error dialog when closing FileZilla after a successful transfer.

Code: Select all

An assertion failed!
./src/gtk/dialog.cpp(199): assert "Assert failure" failed in EndModal(): either wxDialog:EndModal called twice or ShowModal wasn't called
I think this is pretty similar to the issue reported and fixed here - viewtopic.php?f=2&t=45948&start=15
Could we get a fix for this one as well?

Thanks a bunch.

User avatar
botg
Site Admin
Posts: 35564
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: "An assertion failed!" error on new FileZilla

#2 Post by botg » 2018-06-03 22:47

Doesn't seem similar at all.

What's the full backtrace at the time of the assertion?

fkaq
500 Command not understood
Posts: 3
Joined: 2018-06-03 12:55
First name: fkaq
Last name: d

Re: "An assertion failed!" error on new FileZilla

#3 Post by fkaq » 2018-06-04 17:10

I couldn't get a backtrace using gdb.
Here goes what I got from strace output.
https://dpaste.de/uVfH/raw
Hope it helps.

User avatar
botg
Site Admin
Posts: 35564
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: "An assertion failed!" error on new FileZilla

#4 Post by botg » 2018-06-04 19:12

strace is useless in this situation.

fkaq
500 Command not understood
Posts: 3
Joined: 2018-06-03 12:55
First name: fkaq
Last name: d

Re: "An assertion failed!" error on new FileZilla

#5 Post by fkaq » 2018-06-04 20:39

Could you please explain the steps I could do to get useful information?
Thank you.

User avatar
botg
Site Admin
Posts: 35564
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: "An assertion failed!" error on new FileZilla

#6 Post by botg » 2018-06-04 23:34

Get a backtrace using gdb. If needed recompile from source with debug information should it have been stripped away before.

Post Reply