[Interest] ASAN (Qt 6.4 + Glib) build shows stackoverflow in trivial Qt program

Dennis Luehring dl.soluz at gmx.net
Fri Nov 11 08:12:37 CET 2022


Am 10.11.2022 um 20:40 schrieb Thiago Macieira:
> Which uses this macro:
> https://gitlab.gnome.org/GNOME/glib/-/blob/2.72.1/gobject/
> gvaluecollector.h#L213-252
>
> There's no support in it for boolean (1-byte) properties. The problem is that
> f*&*!)ing Glib is written in C and refuses to use bool. They have:
>
> typedef int    gint;
> typedef gint   gboolean;
>
> So their boolean is a 4-byte type.
>
> Fixed in https://codereview.qt-project.org/c/qt/qtbase/+/442720
>

thanks for the fix, i check how far i get with this


but i would think that a ASAN build of Glib wouldn't be that bad in the
ASAN CI-config, if the server isn't exploding already :)



More information about the Interest mailing list