https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292376

--- Comment #4 from Yuri Victorovich <[email protected]> ---
(In reply to Paul Mather from comment #3)

qbittorrent runs for a very long time when it is built with WITH_DEBUG=yes.
This is currently a workaround in this port.

Same in multimedia/obs-studio: it crashes when built with debug info and works
fine when built with debug info.

In multimedia/obs-studio I narrowed it down to having this if statement fail:
  945│     if (Q_UNLIKELY(!qobject_cast<QApplication
*>(QCoreApplication::instance())))
  946├───────> qFatal("QWidget: Cannot create a QWidget without QApplication");
  947│

in
/usr/ports/devel/qt6-base/work/qtbase-everywhere-src-6.10.1/src/widgets/kernel/qwidget.cpp
despite the fact that QApplication was created and is present.

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

Reply via email to