[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Fri, 23 Dec 2005 12:12:50 -0800


> I have attached my test program. If you remove the calls to va_copy and
> run it on xorp13 you will see the problem,

I removed the calls to va_copy, and tried the test program on i386
running FreeBSD-6.0-RC1 [*] (with the default compiler gcc-3.4.4),
and I didn't have the problem. Indeed, when I compiled the same
program with the default compiler on amd64 I could see the problem.
It seems that the problem is triggered on this particular OS, but
only if the architecture is amd64.

Pavlin

[*] I checked the libc/stdio implementations on both 6.0-RC1 and
6.0-RELEASE and they seem to be identical.