Le Mon, Aug 17, 2026 at 11:03:46PM +0900, Simon Wollwage a écrit : > Denis Fondras <[email protected]> writes: > > > Hello, > > > > I am trying to use textproc/wkhtmltopdf to convert a document to PDF. > > I am using OpenBSD-current on amd64. > > > > When running `wkhtmltopdf example.com ex.pdf`, it fails with a coredump : > > ``` > > * thread #1, stop reason = signal SIGSEGV > > * frame #0: 0x000000332b80e181 > > wkhtmltopdf`QApplication::setStyle(QStyle*) + > > * 721 > > frame #1: 0x000000332a79f158 wkhtmltopdf`main + 280 > > frame #2: 0x000000332a75dc2b wkhtmltopdf`__start + 267 > > ``` > > > > I tried with multiple page and html documents, always the same error. > > > > Can someone confirm it works on its system please ? > > > > Denis > > Does that happen with any document or can you create a minimal > reproducible example that can be used for debugging?
I could not came up with a minimal working document. >From an empty html file to a minimal usable page or any random webpage, no >luck. Denis

