I'm still seeing problems w/ the gnome upgrade - various apps hanging & sucking up the CPU. I'm using the latest libpango (1.4.0-4), and I built a libgnome w/ Ian's patch from #252550, but there still seems to be something missing.
I ran gdb on the two apps I've noticed exhibiting this problem - regchrome & gnome-session, both have the bundle loop issue described earlier in this thread, and both are in the same location in gnome_program_init(), which is part of libgnome. 0x20000000028e9750 <gnome_program_init+144>: [MFB] st8 [r14]=r37 0x20000000028e9751 <gnome_program_init+145>: nop.f 0x0 0x20000000028e9752 <gnome_program_init+146>: br.call.sptk.many b0=0x20000000028e9750 <gnome_program_init+144> How do I go about finding out where the problem is?

