Re: alloca() issue on tru64

2002-09-20 Thread Jeff Trawick
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

Re: alloca() issue on tru64

2002-09-10 Thread Brian Pane
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

Re: alloca() issue on tru64

2002-09-10 Thread David Reid
> 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

Re: alloca() issue on tru64

2002-09-10 Thread David Hill
> 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

Re: alloca() issue on tru64

2002-09-10 Thread Jeff Trawick
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

Re: alloca() issue on tru64

2002-09-09 Thread Brian Pane
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

Re: alloca() issue on tru64

2002-09-09 Thread David Hill
- 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

Re: alloca() issue on tru64

2002-09-09 Thread Albert Chin
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

Re: alloca() issue on tru64

2002-09-09 Thread Brian Pane
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

alloca() issue on tru64

2002-09-09 Thread Dave Hill
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