kyua SIGBUS'ing with clang 3.7.0 (was FreeBSD_HEAD-tests - Build #1540 - Unstable)

NGie Cooper yaneurabeya at gmail.com
Wed Oct 7 22:00:35 UTC 2015


On Wed, Oct 7, 2015 at 6:15 AM, Dimitry Andric <dim at freebsd.org> wrote:
> On 07 Oct 2015, at 09:52, NGie Cooper <yaneurabeya at gmail.com> wrote:
> ...
>>> How do you reproduce this issue?  Do you have any core dumps?
>>
>> sudo bash
>> pkg install -y kyua
>> kyua test /usr/tests/local/atf/atf-c++/build_test
>
> For me, this does not crash, but results in the following error:
>
> kyua: E: Program name '/usr/tests/local/atf/atf-c++/build_test' must be relative to the test suite, not absolute.
>
> What am I doing wrong?

It's not you, it's me >_>...

Try:

sudo bash
pkg install -y kyua
cd /usr/tests/local/atf/atf-c++
kyua build_test

Thanks!


More information about the freebsd-testing mailing list