Application hangs when opening file

Issue #37 resolved
Juan Pablo Caram repo owner created an issue

The problem is intermittent and seems to be related with threading. Originally only

GLib.threads_init()

was run at the beginning. Then

GLib.threads_init()
GObject.threads_init()
 #Gdk.threads_init()

seemed to help, but still hangs some times.

Comments (4)

  1. Juan Pablo Caram reporter

    Now using just

    GObject.threads_init()
    

    and calling thing from threads by using

    GLib.init_add()
    
  2. Log in to comment