It works on x86-32 probably because glibc is compiled without SSE
support for i386, see eg.
http://lists.mandriva.com/bugs/2010-07/msg01335.php
--
Jindrich Makovicka
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listma
Hmm. According to the C standard, strcpy() with overlapping buffers
gives undefined behavior and that's what I'm seeing.
http://www.opengroup.org/onlinepubs/95399/functions/strcpy.html
So, it's not a libc6 issue. But, I wonder why it seems to be only
happening with x64 only now?
Anyway,
On Sun, 20 Jun 2010 11:41:38 +0200 Francesco Poli wrote:
> On Thu, 17 Jun 2010 00:13:26 +0200 Francesco Poli (t1000) wrote:
>
> [...]
> > I've recently noticed some strange error messages that my box spits
> > out during the bootstrap.
[...]
> Moreover, I am also experiencing bug #585395
[...]
I
My system is SMP-based x64 running testing. The problem seems to
happen only with lines that use continuation. I narrowed
"syslog.conf" to this.
> *.=debug;\
> auth,authpriv.none;\
> news.none;mail.none -/var/log/debug
It appears that strcpy() is mangling lines that use continua
On Tue, Jun 22, 2010 at 10:46:17AM +0200, MP wrote:
> This happen to me recently too - amd64 system, sysklogd
> version 1.5-5. However, it appeared approximately in the same time I
> upgraded from single-core CPU to a 4-core (or 8-core because
> hyperthreading) CPU. Could it be some race condition
This happen to me recently too - amd64 system, sysklogd
version 1.5-5. However, it appeared approximately in the same time I
upgraded from single-core CPU to a 4-core (or 8-core because
hyperthreading) CPU. Could it be some race condition mangling the copy
of config file in memory due to SMP?
Kern
On Thu, 17 Jun 2010 00:13:26 +0200 Francesco Poli (t1000) wrote:
[...]
> I've recently noticed some strange error messages that my box spits
> out during the bootstrap.
> I am convinced that these messages did not use to come up, until
> recently.
>
> The error messages are:
>
> syslogd: unkno
Package: sysklogd
Version: 1.5-5
Severity: normal
I've recently noticed some strange error messages that my box spits
out during the bootstrap.
I am convinced that these messages did not use to come up, until
recently.
The error messages are:
syslogd: unknown priority name oone
syslogd: unkn
8 matches
Mail list logo