Closed MGlolenstine closed 3 years ago
From a quick test, looks like a gtk4 issue. The issue happens in https://gitlab.gnome.org/GNOME/gtk/-/blob/master/gtk/gtklistbox.c#L3211-3212 to be precise.
Closing as I reproduced it with Python & reported it upstream at https://gitlab.gnome.org/GNOME/gtk/-/issues/4019
Bug description (It doesn't always happen. I've gotten it 2/5 times.) Run the below application and press the Button. The app should close with "Segmentation fault (core dumped)".
The problem is the
row.index()
, because (I think) in the line before it, we remove it from parent and lose the object.Backtrace There's no backtrace, as the error is in
Segmentation fault (core dumped)
. Valgrind: https://gist.github.com/MGlolenstine/d1ddf5b7caf875e589aed55bacf6eec8 GDB: BackTrace