#13234 closed Bug report (fixed)
GUI Crashes when editing configuration with 20 or more users
Reported by: | Bruce | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Server |
Keywords: | GUI Crash user count | Cc: | Bruce |
Component version: | 1.10.2 | Operating system type: | Windows |
Operating system version: | Windows server 2022 |
Description
If your Filezilla server has more than 20 FTP users, the configuration cannot be edited, as this will cause the GUI to crash. To reproduce this, set up a FileZilla Server with at least 20 FTP users in the users.xml file.
In the FileZilla Server GUI, navigate to 'Server -> Configuration.' This action will result in the error message'FileZilla Server Administration Client has stopped working,' causing the GUI to crash.
The event logs record the error below;
Faulting application name: filezilla-server-gui.exe, version: 1.10.2.0, time stamp: 0x67f79269
Faulting module name: filezilla-server-gui.exe, version: 1.10.2.0, time stamp: 0x67f79269
Exception code: 0xc0000005
Fault offset: 0x0000000000027888
Faulting process id: 0x25c8
Faulting application start time: 0x01dbaad15c980f6a
Faulting application path: C:\Program Files\FileZilla Server\filezilla-server-gui.exe
Faulting module path: C:\Program Files\FileZilla Server\filezilla-server-gui.exe
Report Id: 62290dda-3b7e-4ef4-8acb-5bcbbc547faa
Faulting package full name:
Faulting package-relative application ID:
Attachments (3)
Change History (14)
by , 2 days ago
Attachment: | 2025-04-11_12-07-11.png added |
---|
comment:1 by , 2 days ago
Status: | new → moreinfo |
---|
Cannot reproduce. Could you please attach a dump from the crash? You can find the dumps in the %LOCALAPPDATA%\CrashDumps\ directory.
comment:2 by , 2 days ago
Status: | moreinfo → new |
---|
I've attached the dumb file.
I've successfully replicated this issue on two servers. By editing the users.xml file and reducing the number of users until the file size was below 15 KB, the error was resolved.
I confirmed that the problem wasn't caused by corrupted XML and spent a few hours testing various combinations of users. Additionally, I discovered that commenting out users to leave just 10 still results in a crash. This leads me to believe the issue may be associated with the size of the users.xml file rather than simply the number of users.
Hope this helps.
comment:3 by , 2 days ago
Status: | new → moreinfo |
---|
I am unable to reproduce this issue even with a users.xml over a megabyte in size. Besides, the XML file itself isn't even sent to the admin UI, but pre-processed data in an internal representation.
Are you able to share a users.xml with dummy data that results in a crash for you?
comment:4 by , 2 days ago
I've also prepared an unoptimized, unstripped debug build, you can find it here: https://filezilla-project.org/nightlies_server/2025-04-11/win64-server/FileZilla_Server_1.10.2_win64-setup.exe
Please try this one and once it crashes, again attach the resulting dump.
comment:5 by , 2 days ago
Status: | moreinfo → new |
---|
I can't reproduce the error with dummy data, but I can provide a users.xml file that does cause the crash that has the passwords removed, but as it contains usernames do you have an email address I can send it to you privately?
comment:8 by , 2 days ago
Status: | moreinfo → new |
---|
We found the issue, expect a new version in a couple of hours.
Until then, avoid usernames starting with a number digit or any other character that sorts less than the less sign.
comment:9 by , 2 days ago
Brilliant! Thank you for identifying the cause of the issue and for the upcoming fix.
comment:11 by , 2 days ago
I can confirm that the issue has been resolved in version 1.10.3.
Thank you, Tim. I wasn't expecting such a quick fix, so I really appreciate it.
Screenshot of error