bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29886: tests/rm/rm-readdir-fail is failing with SIGBUS on Gentoo spa


From: Paul Eggert
Subject: bug#29886: tests/rm/rm-readdir-fail is failing with SIGBUS on Gentoo sparc
Date: Wed, 11 Jul 2018 10:05:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Thomas Deutschmann wrote:

Not sure if this is a kernel problem. Isn't test suite using
LD_PRELOAD to pull in additional libraries which could cause
such a breakage?

You're right, it could be a library problem. The test suite's LD_PRELOAD library just returns what the C library gives it, though. Perhaps LD_PRELOAD usage is messing up malloc on your platform, so that it returns improperly-aligned pointers? You might try something like the attached patch to see whether the C library is doing that.

And wouldn't "rm" show any failure during normal use?

Yes, one would think so.

In any case, this is not sounding like a bug in coreutils itself.

Attachment: diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]