[Bug 283174] editors/libreoffice: Assertion failure: rv == SECSuccess, at sechash.c:140
Date: Sat, 07 Dec 2024 06:28:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283174 Bug ID: 283174 Summary: editors/libreoffice: Assertion failure: rv == SECSuccess, at sechash.c:140 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: g.s@arcor.de Assignee: office@FreeBSD.org Flags: maintainer-feedback?(office@FreeBSD.org) I get an assertion failure when trying to print. This does happen in the GUI, but for debugging purposes, I created an empty writer document empty.odt and try to convert it to PDF: >> libreoffice --headless --convert-to test.pdf empty.odt convert /home/user/empty.odt as a Writer document -> /home/user/empty.test.pdf using filter : writer_pdf_Export Assertion failure: rv == SECSuccess, at sechash.c:140 Unspecified Application Error I don't know why it's doing that, generating an unsigned PDF shouldn't require any cryptography. First it tried to access an old thunderbird profile, so I removed that. Now it's putting some files into /tmp/lu748243jmy7b.tmp/lu748243jmy7d.tmp/: cert9.db key4.db pkcs11.txt I removed ~/.config/libreoffice/4/user, but no change. Can I stop the hashing? Do I need a key pair even if I don't want to sign the PDF? -- You are receiving this mail because: You are the assignee for the bug.