On 02.09.2009 8:13 Uhr, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
could you test to the other server with same kind of request to see if you get some problem?
i have tired but no luck.
Maybe better, add an abort() in lookup() function and generate the core. Then with gdb check the backtrace.
the problem is that lookup() is called during the first time the request comes to the proxy and abort() in lookup() would crash the proxy too early.
i'll try to generate the binary on that host itself in case there is some differences.
you can put abort() in some if conditions - e.g., based on src ip, some header/uri value.
Cheers, Daniel