Jeff Trawick <[EMAIL PROTECTED]> writes:
> Do we agree that once 2.0.41 is launched it should be converted to a
> configure-time check for alloca.h, with the code changed to include
> the header if it exists, irrespective of Tru64?
change just committed to APR
--
Jeff Trawick | [EMAIL PROTECTE
On Tue, 2002-09-10 at 04:12, Jeff Trawick wrote:
> Brian Pane <[EMAIL PROTECTED]> writes:
>
> > I like the idea of restricting the change to Tru64 for now, just
> > to eliminate the possibility of breaking something unexpected on
> > some other system this close to the 2.0.41 launch. Is there a
> Do we agree that once 2.0.41 is launched it should be converted to a
> configure-time check for alloca.h, with the code changed to include
> the header if it exists, irrespective of Tru64?
+1
david
> Do we agree that once 2.0.41 is launched it should be converted to a
> configure-time check for alloca.h, with the code changed to include
> the header if it exists, irrespective of Tru64?
I like a configure time check myself, finding headers is one things the
configure program does well.
Da
Brian Pane <[EMAIL PROTECTED]> writes:
> I like the idea of restricting the change to Tru64 for now, just
> to eliminate the possibility of breaking something unexpected on
> some other system this close to the 2.0.41 launch. Is there a
> standard preprocessor macro that compilers on Tru64 defin
David Hill wrote:
>For Tru64, the compiler defines two things, __alpha and __osf__ , either can
>be used, the __osf__ tends to be used more.
>So:
>
>#if HAVE_ALLOCA && defined(__osf__)
>
Thanks. I'll commit in a minute.
Brian
- Original Message -
From: "Brian Pane" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 09, 2002 3:02 PM
Subject: Re: alloca() issue on tru64
> Dave Hill wrote:
>
> >Hi all,
> > While digging into that mysterious hang of Apac
On Mon, Sep 09, 2002 at 12:02:02PM -0700, Brian Pane wrote:
> Dave Hill wrote:
>
> >Hi all,
> > While digging into that mysterious hang of Apache 2 on Tru64,
> >I found that it seemed to be hanging under apr_poll in alloca()
> >While I found that the problem seems to go away when not using a
Dave Hill wrote:
>Hi all,
> While digging into that mysterious hang of Apache 2 on Tru64,
>I found that it seemed to be hanging under apr_poll in alloca()
>While I found that the problem seems to go away when not using a
>prerelease version of the OS, it did bring something to my attention
Hi all,
While digging into that mysterious hang of Apache 2 on Tru64,
I found that it seemed to be hanging under apr_poll in alloca()
While I found that the problem seems to go away when not using a
prerelease version of the OS, it did bring something to my attention.
According to "Thos
10 matches
Mail list logo