Bug 448314 - render glyph failed
Summary: render glyph failed
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 21.08.3
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 13:06 UTC by Yuri K
Modified: 2024-03-23 03:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
attachment-4198-0.html (2.16 KB, text/html)
2022-01-12 13:21 UTC, tcanabrava
Details
attachment-11614-0.html (1.52 KB, text/html)
2022-01-12 14:45 UTC, tcanabrava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri K 2022-01-12 13:06:20 UTC
SUMMARY
Please, let's get rid of these annoying messages that I can't disable or filter out because it sends to journald and they annoy the hell out of me. I understand it couldn't render a glyph or whatever. I'm not a dev, it's not crashing, it's not locking up and thus I don't care. Thanks.

konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=10
konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=62
konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=34
konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=81

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.23.4
KDE Frameworks Version:  5.88.0-r3
Qt Version:  5.15.2 (built against 5.15.2)
Comment 1 tcanabrava 2022-01-12 13:21:53 UTC
Created attachment 145361 [details]
attachment-4198-0.html

This is not from Konsole, we have zero messages like that in the source

Le mer. 12 janv. 2022 à 13:06, Yuri K <bugzilla_noreply@kde.org> a écrit :

> https://bugs.kde.org/show_bug.cgi?id=448314
>
>             Bug ID: 448314
>            Summary: render glyph failed
>            Product: konsole
>            Version: 21.08.3
>           Platform: Gentoo Packages
>                 OS: Linux
>             Status: REPORTED
>           Severity: normal
>           Priority: NOR
>          Component: general
>           Assignee: konsole-devel@kde.org
>           Reporter: yuri+kde@deepunix.net
>   Target Milestone: ---
>
> SUMMARY
> Please, let's get rid of these annoying messages that I can't disable or
> filter
> out because it sends to journald and they annoy the hell out of me. I
> understand it couldn't render a glyph or whatever. I'm not a dev, it's not
> crashing, it's not locking up and thus I don't care. Thanks.
>
> konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=10
> konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=62
> konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=34
> konsole[899754]: render glyph failed err=13 face=0x55668e0bbca0, glyph=81
>
> SOFTWARE/OS VERSIONS
> KDE Plasma Version: 5.23.4
> KDE Frameworks Version:  5.88.0-r3
> Qt Version:  5.15.2 (built against 5.15.2)
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
Comment 2 Yuri K 2022-01-12 13:39:30 UTC
Probably coming from qt, I dunno.

$ strace -fx -s 9000 -e trace=write konsole
......
[pid 1198615] write(2, "render glyph failed err=13 face=0x5562dca0f9d0, glyph=71\n", 57render glyph failed err=13 face=0x5562dca0f9d0, glyph=71
) = 57
[pid 1198615] write(2, "render glyph failed err=13 face=0x5562dca0f9d0, glyph=33\n", 57render glyph failed err=13 face=0x5562dca0f9d0, glyph=33
) = 57
[pid 1198615] write(2, "render glyph failed err=13 face=0x5562dca0f9d0, glyph=90\n", 57render glyph failed err=13 face=0x5562dca0f9d0, glyph=90
Comment 3 tcanabrava 2022-01-12 14:45:20 UTC
Created attachment 145367 [details]
attachment-11614-0.html

This is still not from Konsole, could he from a library we use, but we have
no control on what the library writes on stdout.


Le mer. 12 janv. 2022 à 13:39, Yuri K <bugzilla_noreply@kde.org> a écrit :

> https://bugs.kde.org/show_bug.cgi?id=448314
>
> --- Comment #2 from Yuri K <yuri+kde@deepunix.net> ---
> Probably coming from qt, I dunno.
>
> $ strace -fx -s 9000 -e trace=write konsole
> ......
> [pid 1198615] write(2, "render glyph failed err=13 face=0x5562dca0f9d0,
> glyph=71\n", 57render glyph failed err=13 face=0x5562dca0f9d0, glyph=71
> ) = 57
> [pid 1198615] write(2, "render glyph failed err=13 face=0x5562dca0f9d0,
> glyph=33\n", 57render glyph failed err=13 face=0x5562dca0f9d0, glyph=33
> ) = 57
> [pid 1198615] write(2, "render glyph failed err=13 face=0x5562dca0f9d0,
> glyph=90\n", 57render glyph failed err=13 face=0x5562dca0f9d0, glyph=90
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
Comment 4 ninjalj 2022-01-12 16:08:18 UTC
It comes from Qt's QFontEngineFT::loadGlyph()