On 2009-10-16 15:22, alexandre oliveira wrote:
Hello. I've downloaded, compiled and installed haproxy version 1.3.20 in one SUSE Linux Enterprise Server 10 (s390x), VERSION = 10, PATCHLEVEL = 2. I start the haproxy with command line: /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -d and I make some tests with HTTP and HTTPS. At first it works fine, but few moments later I get the message: Segmentation fault I dont know what to do to solve this trouble. Any tip?
Try to run it under valgrind[1]. Just make sure your binary contains debugging information: please check if it was compiled with -g (normally enabled) and wasn't sripped.
[1] http://valgrind.org/ Best regards, Krzysztof Olędzki

