Mailinglist Archive: opensuse-programming (9 mails)
| < Previous | Next > |
Re: [opensuse-programming] any problems with vsyslog on 64bit systems?
- From: Marcus Meissner <meissner@xxxxxxx>
- Date: Tue, 26 Feb 2008 18:11:37 +0100
- Message-id: <20080226171136.GA10727@xxxxxxx>
On Tue, Feb 26, 2008 at 06:09:08PM +0100, Per Jessen wrote:
You likely use vsyslog and its va_args argument wrong.
Care to show us the function?
Ciao, Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming+help@xxxxxxxxxxxx
I've taken some existing code written for a standard 32 bit system and
recompiled it for 64 bit. And now it promptly segfaults in vsyslog().
Well, the segfault happens in a strlen() call at some point, but
removing the vsyslog call "fixes" the problem, so clearly there's
something dodgy with vsyslog.
Has anyone else seen this?
You likely use vsyslog and its va_args argument wrong.
Care to show us the function?
Ciao, Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming+help@xxxxxxxxxxxx
| < Previous | Next > |