Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!lll-winken.llnl.gov!enews.sgi.com!mustang.via.net!mustang!joe From: joe@ns.via.net (Joe McGuckin) Newsgroups: comp.unix.bsd.freebsd.misc Subject: GCC 2.6.3 bugs Date: 22 Dec 1995 07:35:07 GMT Organization: ViaNet Communications Lines: 8 Distribution: usa Message-ID: <JOE.95Dec21233507@ns.via.net> NNTP-Posting-Host: ns I was compiling wu-ftp and found that wu-ftp would core dump in a call to sprintf (where it write the transfer-log entries). Putting a wrapper around the call to sprintf solved the problem. This would seem to indicate that there is a problem with argument alignments (or something to do with calling funcs) on calls to functions. -joe