> previous version was 2.3.2-9 from debian/testing. But also with > glibc-2.3.2.dsl-9 from debian/unstable, the same error appeared. > Can I do anything more to locate the problem?
maybe try: install libc6-dbg export LD_LIBRARY_PATH=/usr/lib/debug run your app under gdb; when it hangs, hit ctrl-c and look at the backtrace. might be able to tell something from the caller... randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/

