https://bugs.documentfoundation.org/show_bug.cgi?id=131323

--- Comment #18 from James Blaszkiewicz <[email protected]> ---
I was able to reproduce this issue in LibreOffice 7.3.3.2 with FIPS enabled,
>Convert /var/tmp/PP4.docx -> /var/tmp/PP4.pdf using filter : writer_pdf_Export
>Error: Please verify input parameters... (SfxBaseModel::impl_store > 
><file:///var/tmp/PP4.pdf> failed: 0xc10(Error Area:Io Class:Write Code:16) 
>/home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:3202 
>>/home/buildslave/source/libo-core/sfx2/source/doc/sfxbasemodel.cxx:1775)

I also wanted to test if it was a simple permissions issue, so I tried pointing
the output path at a folder without write permissions, but with an output
folder that libreoffice is unable to write to, it outputs 0x507(Error Area:Io
Class:Access Code:7)) while the error we're seeing is 0xc10(Error Area:Io
Class:Write Code:16), so I don't believe this is a write permissions issue.
Also the only conversion that fails is to pdf.

With some research of similar issues, this 0xc10 is ERRCODE_IO_CANTWRITE which
is somewhat generic, and can be set in several places. I suspect it might be on
failure of creation of a temp file, but I can't be sure without either more log
output from LibreOffice, or a debug run with gdb.



When testing with LibreOffice 7.5.2 in the same FIPS enabled cluster, the
command was successful and the same office document was correctly converted to
PDF.

Is anyone more well-versed in the code than Michael Tighe and myself able to
point us in the direction of what the fix was or how to determine that?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to