Subject: Re: 4.99.36 very unstable for me(tm)
To: None <current-users@NetBSD.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: current-users
Date: 11/19/2007 13:08:43
On Sun, Nov 18, 2007 at 07:31:56PM +0100, Thomas Klausner wrote:
> For perl, I extracted the problematic code from the configure
> script. The attached program prints "that's all right, then" on
> NetBSD-2.0.2/i386, but dumps core on 4.99.36/amd64. There is one
> compilation warning on amd64, which I don't see on the older i386:

I don't think this test is correct. Copying va_list directly is
certainly not portable. E.g. it should use va_copy.

Joerg