Summary: | Assert on font settings | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | David Edmundson <kde> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | mglb |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Edmundson
2019-09-24 21:25:04 UTC
It looks like you compiled Qt yourself - I would guess a Qt bug? #10 0x00007f141590dc13 in qt_assert_x (where=0x7f14166d6fe0 "QFont::setWeight", what=0x7f14166d6fc0 "Weight must be between 0 and 99", file=0x7f14166d6e38 "/home/david/projects/qt5/qtbase/src/gui/text/qfont.cpp", line=1097) at /home/david/projects/qt5/qtbase/src/corelib/global/qglobal.cpp:3310 I'm leaning towards it being a data bug in one of the fonts. It has something invalid, Qt asserts that it's invalid. Feel free to close as upstream, I just uploaded as drkonqi appeared whilst I was doing other work. This is a bug in Konsole. Here: https://cgit.kde.org/konsole.git/tree/src/TerminalDisplay.cpp#n800 The bold weight value (calculated a few lines above) should be limited to max allowed value. Thanks fixed in 5e91383e3fc942ae6c86aeb01d281e59be5ae125 |