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
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
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
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