From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5767 invoked by alias); 3 Sep 2004 07:41:53 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 5758 invoked by uid 48); 3 Sep 2004 07:41:52 -0000 Date: Fri, 03 Sep 2004 07:41:00 -0000 Message-ID: <20040903074152.5756.qmail@sourceware.org> From: "jakub at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20040903023911.366.dafrabbit@yahoo.com> References: <20040903023911.366.dafrabbit@yahoo.com> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/366] Compiling on 64-bit yields segmentation fault when run, on 32-bit runs fine. X-Bugzilla-Reason: CC X-SW-Source: 2004-09/txt/msg00017.txt.bz2 List-Id: ------- Additional Comments From jakub at redhat dot com 2004-09-03 07:41 ------- Well, if you really need two vprintf calls, you can use va_list ap2; va_copy (ap2, ap); vfprintf(out_fp, fmt, ap); vfprintf(log_stream_g, fmt, ap2); va_end (ap2); -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=366 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.