RE: Help with DAV SEGV

2003-06-10 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
n [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 10, 2003 5:06 PM >To: [EMAIL PROTECTED] >Subject: Re: Help with DAV SEGV > > >Those structures should remain 'const'. Please don't apply this patch. > >Thanks, >-g > >On Tue, Jun 10, 2003 at 07:33:27PM -04

Re: Help with DAV SEGV

2003-06-10 Thread Greg Stein
Those structures should remain 'const'. Please don't apply this patch. Thanks, -g On Tue, Jun 10, 2003 at 07:33:27PM -0400, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > I think we've identified the problem (.. and a solution too). The problem > was because of a faulty compiler. > > For tho

Re: Help with DAV SEGV

2003-06-10 Thread Greg Stein
On Tue, Jun 10, 2003 at 05:41:56PM -0400, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > Hi, > I'm running the litmus test for WebDAV (with Apache 2.0.46), and > seeing a strange behaviour. The tests pass for 64-bit (PA-RISC arch., OS Ver > 11.23 / 11.11), 64-bit (IA64 arch., OS Ver 11.22

RE: Help with DAV SEGV

2003-06-10 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
I think we've identified the problem (.. and a solution too). The problem was because of a faulty compiler. For those interested in knowing more about the problem : the bug shows up when we forward declare a structure, and the compiler doesn't manage the literals properly. The following patch hel