Hi, the Mozilla applications (Mozilla Suite, Firefox, Thunderbird) in the debian distribution suffer from a highly annoying problem for several months now: They sometimes hang for several tens of seconds with 100% cpu load in a loop with futex and other calls. See https://bugzilla.mozilla.org/show_bug.cgi?id=227168 for details. Now someone commented that this is not a bug of the mozilla programs, but might be libc6 related since it accours only if the libc6 was compiled with NTPL.
This is usually caused by an application bug where it uses the synchronization primitives incorrectly. The fact that it exhibits only in NPTL and not LinuxThreads doesn't mean anything, the timing etc. are sufficiently different. You need to analyze the application and only when you prove it is a glibc bug by creating a small self-contained testcase that can be verified and easily analyzed you should file a bug here.