gdbus_test icon indicating copy to clipboard operation
gdbus_test copied to clipboard

Results 4 gdbus_test issues
Sort by recently updated
recently updated
newest added

# Take pointer on gdus call I cant use this example without this change. It fails with this error: `terminated by signal SIGSEGV (Address boundary error)`

root@a3fadb87a6ba:/dbus/gdbus_test# ./client (process:12285): GLib-GIO-CRITICAL **: 09:30:40.198: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed resp: (process:12285): GLib-GObject-CRITICAL **: 09:30:40.204: g_object_unref: assertion 'G_IS_OBJECT (object)' failed I got above error in a **arm5 based** docker...

Looking for gdbus examples I stumbled upon your gdbus_test. Thanks for that. Only I had some issues with it: server.c didn't compiled, and client.c throwed a segmentation fault. I fixed...