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 676472 - infinite loop around application menu
infinite loop around application menu
Status: RESOLVED DUPLICATE of bug 676447
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-21 08:00 UTC by Frederic Peters
Modified: 2012-05-21 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Peters 2012-05-21 08:00:06 UTC
(git master: a3bbb7be14e6b4dc351b728259309dcf2c0f0946)

It happens gnome-shell will start using all CPU and grow in size quite often when switching workspace; after a while it looks like it only happens when I switch (using the ctrl-alt-down) to the workspace where I have two empathy windows, the contact list and a xmpp room.

Trying to get something out of tracebacks, I finally found a breakpoint on clutter_text_buffer_set_text proved useful, it shows a neverending list of calls, alternating "About Empathy" and "Quit" as second parameter (chars).

The only place where I see those strings is the application menu.
Comment 1 Frederic Peters 2012-05-21 08:23:55 UTC
Sounds like bug 676447, marking as duplicate.

*** This bug has been marked as a duplicate of bug 676447 ***