Open wb8tyw opened 2 years ago
Found a review for a change request for another project that links this error message to this issue. mapwindow - segfault
I could not find any specific information in that change request that could be directly used to fix it.
In reading the current GTK documentation, we have to make sure that we never call any GTK function or method from inside a python thread, you have to use GLib.idle_add, and this could be a result of breaking that rule somewhere.
Looks like we need some interlocking to prevent updates of the data used for rendering while the data is being rendered.