-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Hard Crash When Digitally Signing Documents #6020
Comments
@farhills thanks for your report |
Update: No issues yesterday, working well! Today I signed a document, no crash, but received a sync conflict for the file. I suspect this is due to something else causing slow synchronization. The app hasn't crashed yet when signing documents. CPU has been running hard ever since upgrading to RC2, slow loading of folder contents and occasional errors when trying to open documents (same error as when the nextcloud application isn't running). I will post some logs in the release issue. |
closing |
Bug description
The client silently crashes when applying a digital signature to .pdf files. This issue is repeatable, and has been ongoing for 6m+. I've finally enabled debug to capture the issue in the logs.
When digitally signing the file, the software (Bluebeam Revu) appears to create one or more temporary files,
filename.pdf.~3cb1
(and similar trailing names .~XXXX).Not every time, but frequently, the client will crash while signing a PDF. My guess is these files flash in and out of existence quickly, sometimes leading to an unhandled condition.
Likely related to #5805 but the issue I'm reporting is repeatable, and occurs while the client is running normally; not associated with startup or update.
Steps to reproduce
Expected behavior
No crash when signing a PDF
Which files are affected by this bug
owncloudpropagator.cpp
Operating system
Windows
Which version of the operating system you are running.
Windows 10, 22H2
Package
Appimage
Nextcloud Server version
27.0.2
Nextcloud Desktop Client version
3.9.3
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
I've kept a full copy of the debug logs, it's too much work to sanitize for public posting. Will email to the devs if/when they have a chance to look into the issue.
The text was updated successfully, but these errors were encountered: