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
gdk_threads_set_lock_functions
- the.weavster
- Addict
- Posts: 1577
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
gdk_threads_set_lock_functions
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 ):
- the.weavster
- Addict
- Posts: 1577
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Re: gdk_threads_set_lock_functions
This is still happening. It doesn't seem to cause any issues but I'd like it to be gone 
