Hi I think you don't have a dbus-daemon running, in the current eldbus-test (eldbus_test_eldbus_init.c) I found:
57 /* TODO: This test assumes an existing dbus-daemon running. It 58 * shouldn't do this, instead we should launch dbus-daemon ourselves 59 * and create our private instance, use it and then kill it 60 * afterwards. 61 */ and almost of eldbus test is disabled/commented I think the best is deactivate this eldbus tests added by me, until I found a best solution Grato Larry Jr. On Mon, May 2, 2016 at 9:01 AM, Stefan Schmidt <[email protected]> wrote: > Hello. > > On 29/04/16 18:47, Larry Jr wrote: > >> felipealmeida pushed a commit to branch master. >> >> >> http://git.enlightenment.org/core/efl.git/commit/?id=0c76f82a31b1ad06a4da4c12f1a02139e0d0c6fa >> >> commit 0c76f82a31b1ad06a4da4c12f1a02139e0d0c6fa >> Author: Larry Jr <[email protected]> >> Date: Wed Apr 20 17:07:53 2016 -0300 >> >> Efl, Eio, Eldbus, Elementary: new model API use eina_promise >> Efl - efl_model_base changed to use eina_promise >> Eio - eio_model use efl_model_base with promise >> Eldbus - elddbus models use promise now >> Elementary - elm_view_list and elm_view_form use new models with >> promise >> updated all related examples and tests >> > > This commit broke the test suite for eldbus. Seen on my local testing as > well as on Jenkins and verified with git bisect. > > Please have a look to get this fixed. > > Running suite(s): Eldbus > ERR<31337>:eldbus_model lib/eldbus/eldbus_model_proxy.c:470 > _eldbus_model_proxy_property_get_all_cb() > org.freedesktop.DBus.Error.UnknownInterface: org.freedesktop.DBus does not > understand message GetAll > ERR<31454>:eina_safety lib/eldbus/eldbus_model_proxy.c:590 > _eldbus_model_proxy_property_set_cb() safety check failed: prop_value == > NULL > ERR<31454>:eina_safety lib/eldbus/eldbus_model_proxy.c:590 > _eldbus_model_proxy_property_set_cb() safety check failed: prop_value == > NULL > ERR<31769>:eldbus_model lib/eldbus/eldbus_model_arguments.c:246 > eldbus_model_arguments_process_arguments() org.enlightenment.DBus.Canceled: > Canceled by user. > 73%: Checks: 49, Failures: 0, Errors: 13 > tests/eldbus/eldbus_test_eldbus_model_connection.c:84:E:eldbus_model_connection:children_count:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_connection.c:90:E:eldbus_model_connection:children_slice_get:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_connection.c:109:E:eldbus_model_connection:child_del:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_object.c:84:E:eldbus_model_object:children_count:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_object.c:90:E:eldbus_model_object:children_slice_get:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_object.c:109:E:eldbus_model_object:child_del:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_proxy.c:74:E:eldbus_model_proxy:children_count:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_proxy.c:80:E:eldbus_model_proxy:children_slice_get:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_proxy.c:99:E:eldbus_model_proxy:child_del:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_fake_server_eldbus_model_proxy.c:115:E:eldbus_test_fake_server_eldbus_model_proxy:children_count:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_fake_server_eldbus_model_proxy.c:158:E:eldbus_test_fake_server_eldbus_model_proxy:child_del:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_method.c:96:E:eldbus_model_method:children_count:0: > (after this point) Received signal 11 (Segmentation fault) > tests/eldbus/eldbus_test_eldbus_model_signal.c:91:E:eldbus_model_signal:children_count:0: > (after this point) Received signal 11 (Segmentation fault) > FAIL tests/eldbus/eldbus_suite (exit status: 1) > > regards > Stefan Schmidt > ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
