GNOME Bugzilla – Bug 558706
anjuta freeze while using glade
Last modified: 2008-11-02 18:14:44 UTC
Please describe the problem: After having launched anjuta with a project having a glade file open, anjuta freeze after having asked for a plugin to open the glade file. Steps to reproduce: 1. Launch anjuta and open a project having a glade file 2. Open the glade file and close anjuta without having closed the project 3. Re-open anjuta and choose glade on request to select a plugin Actual results: anjuta freeze Expected results: obvious Does this happen every time? yes Other information: This problem seems due to an infinite loop in libanjuta
Created attachment 121737 [details] [review] Trick to solve the problem
I can confirm the bug
That makes sense to me. We do so much things async now that waiting for all pending events is not really useful.