Randolph Chung wrote:
Yes, another tips, which I experiment with squid pb, is to re-build your app with option -ggdb.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
Then run this app under gdb (or ddd) and when it 'hung' type Ctrl-C: gdb would so point exactly on the line code :)
hth, Joel

