[OE-core] [PATCH 1/1] dbus: fix ptest runtime failures

Richard Purdie richard.purdie at linuxfoundation.org
Mon Sep 4 20:04:43 UTC 2017


On Mon, 2017-09-04 at 17:39 +0800, kai.kang at windriver.com wrote:
> From: Kai Kang <kai.kang at windriver.com>
> 
> When run dbus ptest cases, there are some failures:
> 
> > 
> > ./test/test-dbus-daemon: relocation error: ./test/test-dbus-daemon: 
> > symbol
> > _dbus_real_assert, version LIBDBUS_PRIVATE_1.10.20 not defined in
> > file
> > libdbus-1.so.3 with link time reference
> > FAIL: test/test-dbus-daemon
> > [   24.943454] test-dbus-daemo[251]: segfault at 0
> > ip           (null) sp
> > 00007ffddabe6818 error 14 in test-dbus-daemon-eavesdrop[
> > 400000+a000]
> It disables tests in dbus recipe which cases symbols missing and
> segment
> fault. When 'ptest' in DISTRO_FEATURES, it should enable some
> configure
> options to make the symbols visible to ptest cases.
> 
> It also need to correct paths in ptest configure files.

Does this have a runtime effect on dbus, i.e. are these runtime asserts
which we don't want in production code?

Cheers,

Richard




More information about the Openembedded-core mailing list