QPdfDocument crashes on linux
Unsolved
General and Desktop
-
wrote 19 days ago last edited by
Hello,
I'm trying to integrate a QPdfDocument into Qt without success:#include <QCoreApplication> #include <QPdfDocument> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QPdfDocument doc; return a.exec(); }
Qt 6.4.2 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 12.2.0) on "xcb"
OS: Debian GNU/Linux 12 (bookworm) [linux version 6.12.20+rpt-rpi-2712]
What's wrong? -
wrote 19 days ago last edited by
Looks like a debug build to me, maybe mixing release and debug is not a good idea on a Raspberry Pi. Also, it is a Raspberry 5 not a 4, right?
1/2