Comment 0 for bug 1016239

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

Since unity revision 2374 [1] the HUD can hang when just searching for a small string.
In my setup (where I've indicators with big menu items, like the ones that feedindicator provides), I get this basically doing this:

1) Open the HUD
2) Write "f"

This is enough to make my HUD and unity to hang.

As you can see on the attached stacktrace, basically the interface is looping calling ComputeContentSize.
For your information, The loop doesn't happen if removing the SetBaseSize call on StaticCairoText::PreLayoutManagement() (it's not a fix, of course).

[1] http://bazaar.launchpad.net/~unity-team/unity/trunk/revision/2374