Hi, Do you have a core file? If you build pound with debug symbols and have a core file, then you can dbg the core file and see where it is segfaulting. Once you get that information, post it and someone will be able to better help you.
What other libraries are you using? (pcre, tmalloc, etc.) What platform are you building on? (intel/amd, bsd/centos/ubuntu, ssl accelerator, etc.) If you are using tmalloc, then first remove it and re-build. I've had very little success with tmalloc in any version of pound that I've built from source (on centos 4 and centos 5). -- Jake > -----Original Message----- > From: thedoghousemailcom [mailto:[email protected]] > Sent: Friday, January 07, 2011 6:10 AM > To: [email protected] > Subject: [Pound Mailing List] Pound segfaults > > Hello list, > > today I found loglines like the one: > > kernel: pound[3310]: segfault at 0000000041af5ff8 rip 0000003e0ca0bc3a > rsp 0000000041af5ff0 error 6 > > > I'm using Pound 2.5 > > pound -V > starting... > Version 2.5 > Configuration switches: > --enable-cert1l > --with-owner=root > --with-group=root > Exiting... > > > I took the sources from http://www.invoca.ch/pub/packages/pound/. > > Could someone please give me some advices? > > Greetings > > Paul > > > -- > To unsubscribe send an email with subject unsubscribe to > [email protected]. > Please contact [email protected] for questions. -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
