Page 1 of 1

gdk_threads_set_lock_functions

Posted: Wed Dec 13, 2023 1:56 pm
by the.weavster
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 ):
[12:08:36] [WARNING] Gdk (CRITICAL): gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
MX Linux x86_64

Re: gdk_threads_set_lock_functions

Posted: Thu Jan 30, 2025 5:52 pm
by the.weavster
This is still happening. It doesn't seem to cause any issues but I'd like it to be gone :?