You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
icontainer and watch were declaring some signals as taking objevct
arguments, but using a simple pointer marshal function. This is harmless
on Debian-dervived distros, but redhat seem to build glib with
run-time time checks which spot this and NULL out pointers, causing a
crash.
See #75
0 commit comments