https://bugs.kde.org/show_bug.cgi?id=400501
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ralf.habac...@freenet.de --- Comment #1 from Ralf Habacker <ralf.habac...@freenet.de> --- In the backtrace there are some of the following lines: QPainterPath::addRect: Adding rect where a parameter is NaN or Inf, ignoring call which is implemented at void QPainterPath::addRect(const QRectF &r) { if (!qt_is_finite(r.x()) || !qt_is_finite(r.y()) || !qt_is_finite(r.width()) || !qt_is_finite(r.height())) { #ifndef QT_NO_DEBUG qWarning("QPainterPath::addRect: Adding rect where a parameter is NaN or Inf, ignoring call"); #endif return; } This indicates that there is something wrong in the windowing system or one of the base libraries umbrello depends on. Are you able to build umbrello with cmake -DBUILD_KF5=OFF ? This would help to find out if the problem is located in umbrello itself or some of the base libraries. -- You are receiving this mail because: You are watching all bug changes.