/ Zope / Apsis / Pound Mailing List / Archive / 2011 / 2011-03 / Re: [Pound Mailing List] Can pound log

[ << ] [ >> ]

[ Can pound log / "Adrian Padilla" ... ] [ SSL Backend Configuration / mojorising ... ]

Re: [Pound Mailing List] Can pound log
Dave Steinberg <dave(at)redterror.net>
2011-03-28 16:20:56 [ FULL ]
On 3/27/2011 11:30 PM, Adrian Padilla wrote:[...]
Pound logs to syslog, and syslog can direct all pound stuff to a 
particular log file (man syslog.conf for details).

I think there was a patch floating around to have pound write it's own 
logfile, but I don't think it was accepted.  Search the archives if 
you're interested.

Regards,[...]

Re: [Pound Mailing List] new gcc option in configure not working
Albert <pound(at)alacra.com>
2011-03-29 00:32:40 [ FULL ]
I'm getting segfault errors when I try to run this versions 2.6b or 
2.6c.  Version 2.6a works well for me.  The app blows up at 
BIO_new_socket() call in http.c on line 528.  Not sure what is going on 
here.  I've never had trouble building and running previous version of 
pound, but something is strange with this one.  Any ideas whats going on?

I've tried it on couple of different machines, all of which ran previous 
versions of pound without any issues.

Here's the output of the strace on the child process:
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=3519, ...}) = 0
sendto(3, "<172>Mar 28 18:23:56 pound: poll"..., 57, MSG_NOSIGNAL, NULL, 
0) = 57
poll([{fd=5, events=POLLIN|POLLPRI}, {fd=6, events=POLLIN|POLLPRI}], 2, 
-1) = 1([{fd=5, revents=POLLIN}])
accept(5, {sa_family=AF_INET, sin_port=htons(4239), 
sin_addr=inet_addr("10.10.1.173")}, [16]) = 7
futex(0x616d24, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x616d20, {FUTEX_OP_SET, 0, 
FUTEX_OP_CMP_GT, 1}) = 1
poll([{fd=5, events=POLLIN|POLLPRI}, {fd=6, events=POLLIN|POLLPRI}], 2, 
-1 <unfinished ...>
+++ killed by SIGSEGV +++

Albert

P.S. The Pound-2.6a.tgz currently has version 2.6b in it.  I had v2.6a 
from a previous download.

On 3/24/2011 5:28 PM, Albert wrote:[...]
Attachments:  
text.html text/html 3140 Bytes

MailBoxer