gdk_threads_set_lock_functions
Posted: Wed Dec 13, 2023 1:56 pm
I have an application which imports some *.so files, all are created with PB and everything is compiled with the C compiler as thread safe ( although I'm not currently creating any threads ). In the PB IDE I'm getting this warning on the line where the libraries are opened ( every library exposes exactly the same interface so they're opened in a loop ):
MX Linux x86_64[12:08:36] [WARNING] Gdk (CRITICAL): gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed