>
> > Failed Test Stat Wstat Total Fail Failed List of Failed
> >
>
---
> > t/apr-ext/threadmutex.t2 512 36 200.00% 1-3
>
> > Can't locate APR/ThreadMutex.pm in @INC (@INC contains:
> > /us
> I wasn't surprised this fails on OpenBSD but I am surprised it fails on
> NetBSD. Can you compile and run:
>
> http://www.apache.org/~jorton/nonblock.c
>
> and post the output. (it would be useful if you could do this on
> OpenBSD too, Ken, for verification)
>
sorry for the dealy -- was away
On Tue, Sep 07, 2004 at 08:25:03AM -0700, Ken Simpson wrote:
> > I wasn't surprised this fails on OpenBSD but I am surprised it fails on
> > NetBSD. Can you compile and run:
> >
> > http://www.apache.org/~jorton/nonblock.c
> >
> > and post the output. (it would be useful if you could do this on
On Thu, Sep 09, 2004 at 11:38:15AM +0400, [EMAIL PROTECTED] wrote:
> > I wasn't surprised this fails on OpenBSD but I am surprised it fails on
> > NetBSD. Can you compile and run:
> >
> > http://www.apache.org/~jorton/nonblock.c
> >
> > and post the output. (it would be useful if you could do t
Basically the test seems to be working (ie. 500 expected and received),
but handling the 500 error kills apache (seems to be a simple dereference
of a null pointer; probably returned from a call of strerror(500)).
Note that on Solaris strerror(500) returns 0x0. On Linux, it returns
"Unknown err
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 3:38 AM
To: Joe Orton
Cc: [EMAIL PROTECTED]; Ken Simpson; [EMAIL PROTECTED]; Stas
Bekman
Subject: Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make
test errors
> I wasn't s
> >
> > k714% ./nonblock
> > found port: 52984
> > O_NONBLOCK is not set in the child.
>
> This is rather confusing, since it means that apparently the test is
> working OK, and O_NONBLOCK is *not* inherited across accept() on NetBSD,
> which contradicts the behaviour you are seeing.
>
same on n
[EMAIL PROTECTED] wrote:
Failed Test Stat Wstat Total Fail Failed List of Failed
---
t/apr-ext/threadmutex.t2 512 36 200.00% 1-3
Can't locate APR/ThreadMutex.pm in @INC (@INC contains:
/usr/h
Joe Orton wrote:
On Wed, Sep 08, 2004 at 06:18:49PM -0400, Stas Bekman wrote:
But normally apr_strerror(500, buf, 256) returns "not specified error"
string or something like that, which is cool. Why does it segfault is what
I can't understand. Notice that it doesn't happen on linux.
strerror(500
Chris Hughes wrote:
Basically the test seems to be working (ie. 500 expected and received),
but handling the 500 error kills apache (seems to be a simple dereference
of a null pointer; probably returned from a call of strerror(500)).
Note that on Solaris strerror(500) returns 0x0. On Linux, it re
Stas Bekman wrote:
Chris Hughes wrote:
Basically the test seems to be working (ie. 500 expected and received),
but handling the 500 error kills apache (seems to be a simple dereference
of a null pointer; probably returned from a call of strerror(500)).
Note that on Solaris strerror(500) returns 0x
Chris Jacobson wrote:
Hello! Let me get the system specs out of the way first...
Apache: 2.0.50
mod_perl: 1.99_16
Apreq2: 2.04-dev
Perl: 5.8.5
I am attempting to set the charset value in the response headers to
'utf8', but I can't seem to get it to drop the 'iso-8859-1' value for
some reason.
Stas Bekman wrote:
Joe Orton wrote:
On Wed, Sep 08, 2004 at 06:18:49PM -0400, Stas Bekman wrote:
But normally apr_strerror(500, buf, 256) returns "not specified
error" string or something like that, which is cool. Why does it
segfault is what I can't understand. Notice that it doesn't happen
on
Stas Bekman wrote:
Stas Bekman wrote:
Chris Hughes wrote:
Basically the test seems to be working (ie. 500 expected and
received),
but handling the 500 error kills apache (seems to be a simple
dereference
of a null pointer; probably returned from a call of strerror(500)).
Note that on Solaris st
I have just installed Apache Webserver 2.0.46, ActivePerl 5.8.4 and MySql
3.51 on a laptop under Windows XP.
Everything runs --- Apache is running, MySQL is running and Perl is running.
I can do perl commands from the command prompt.
However, when I try to run my perl scripts from the cgi-bin ins
On Thu, 9 Sep 2004, Lynette Tillner wrote:
> I have just installed Apache Webserver 2.0.46, ActivePerl
> 5.8.4 and MySql 3.51 on a laptop under Windows XP.
>
> Everything runs --- Apache is running, MySQL is running
> and Perl is running. I can do perl commands from the
> command prompt.
>
> Howev
16 matches
Mail list logo