Re: Location of APR/APU docs changed

2006-12-28 Thread Bojan Smojver
On Thu, 2006-12-28 at 14:04 +1100, Bojan Smojver wrote: Changing APREQ build system to link to APR/APU docs with a specific version number would be the correct thing to do. Something like this, maybe. -- Bojan Index: build/doxygen.conf.in

Re: DBD/MySQL crash

2006-12-28 Thread Nick Kew
On Wed, 27 Dec 2006 22:19:13 -0800 Brandon Fosdick [EMAIL PROTECTED] wrote: Program received signal SIGSEGV, Segmentation fault. 0x2811c9fe in my_stat ( path=0xbfbfd370 /usr/local/share/mysql/charsets/Index.xml, stat_area=0xbfbfd2d0, my_flags=0) at my_lib.c:650 650 my_errno=

HTTPD server stops responding

2006-12-28 Thread Andras D
It happened several times in the last 2-3 weeks (once in every 2-3 days) that my HTTP server just disappears and cannot be accessed. It either just sticks on connecting or The connection was reset when I try to access the page. I have to give a Restart Service to get it working again.

archive.apache.org issues

2006-12-28 Thread Paul Querna
... moving this over to [EMAIL PROTECTED] Justin Erenkrantz wrote: On 12/28/06, Henk P. Penning [EMAIL PROTECTED] wrote: On Thu, 28 Dec 2006, Paul Querna wrote: I migrated the wiki to eos this afternoon. The only things still on ajax: 1) rsync.eu.apache.org (Used by many mirrors as a

Re: DBD/MySQL crash

2006-12-28 Thread Brandon Fosdick
Nick Kew wrote: That 0x0 looks like dbname. What happens if you pass it a dbname in the params string? Sharp eyes, but no joy. The mysql docs say mysql_real_connect() is safe to call with db==NULL. But just in case, I checked it... --- Program received signal SIGSEGV, Segmentation fault.

Re: DBD/MySQL crash

2006-12-28 Thread Nick Kew
On Thu, 28 Dec 2006 21:58:54 -0800 Brandon Fosdick [EMAIL PROTECTED] wrote: For kicks I tried running mysql under gdb with a breakpoint on my_stat() and saw the following output. It seems that my_stat() has moved to a different line in my_lib.c. That seems odd to me. --- That's what I meant