After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 558706 - anjuta freeze while using glade
anjuta freeze while using glade
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: libanjuta
SVN TRUNK
Other All
: Normal blocker
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-31 17:17 UTC by Marc Lorber
Modified: 2008-11-02 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trick to solve the problem (446 bytes, patch)
2008-10-31 17:18 UTC, Marc Lorber
committed Details | Review

Description Marc Lorber 2008-10-31 17:17:20 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
Comment 1 Marc Lorber 2008-10-31 17:18:45 UTC
Created attachment 121737 [details] [review]
Trick to solve the problem
Comment 2 Arun Chaganty 2008-11-01 21:42:12 UTC
I can confirm the bug
Comment 3 Johannes Schmid 2008-11-02 18:14:44 UTC
That makes sense to me. We do so much things async now that waiting for all pending events is not really useful.