RE: Fixed! Re: Intermittent Segfaults

2006-04-11 Thread Hartmaier Alexander
I figured out that I have to type 'c' to make apache continue. Just a few minutes ago it segfaulted again: (gdb) c Continuing. Program received signal SIGPIPE, Broken pipe. [Switching to Thread -1214863680 (LWP 18890)] 0xb7b27d93 in writev () from /lib/tls/libc.so.6 (gdb) bt #0 0xb7b27d93 in wri

RE: Fixed! Re: Intermittent Segfaults

2006-04-11 Thread Hartmaier Alexander
As soon as I attach gdb to the apache2 process the embperl page stops working. When I detach gdb it gets working again. Never used gdb before, maybe I'm doing something wrong. Someone on IRC pointed me to http://valgrind.org Maybe that helps you debugging the problem. -Alex -Original Messag