Forcesave method fails when trying to save PDFs after editing #3091
Labels
confirmed-bug
Issues with confirmed bugs
fixed-release
Issues that fixed on next release, waiting to be released
This issue is unique.
Operating System of DocumentServer
Debian 11
Version information
8.2.2
Expected Behavior
Hello,
we ran into some issues when trying to edit some PDF document (lorem_ipsum.pdf) through new "PDF Editor" component.
After calling the forcesave method (from new "PDF editor" component) we expect status code 6 (document is being edited, but the current document state is saved) from Callback handler.
Actual Behavior
we will get status code 7 (error has occurred while force saving the document) instead of 6 (document is being edited, but the current document state is saved).
In FileConverter.log we can then find these:
[2025-01-17T11:40:42.970] [ERROR] [localhost] [7b083451-d4bf-11ef-8794-00155d96fc7c] [userId] nodeJS - stdout:
[2025-01-17T11:40:42.970] [ERROR] [localhost] [7b083451-d4bf-11ef-8794-00155d96fc7c] [userId] nodeJS - stderr:
[2025-01-17T11:40:42.970] [ERROR] [localhost] [7b083451-d4bf-11ef-8794-00155d96fc7c] [userId] nodeJS - ExitCode
(code=0;signal=SIGSEGV;error:-80)
Reproduction Steps
Additional information
The only thing these affected files have in common that we can think of is that they were created through a component dompdf.
And it's happening on desktop version too.
The text was updated successfully, but these errors were encountered: