Re: [E-devel] eldbus bug

2013-07-25 Thread Jose Souza
Huuum, so you called eldbus_proxy_properties_monitor() in a proxy and before the internal property_get_all() received a response the proxy and they object was removed. So it will cancel all pending call of that object, calling all callbacks with a error message. I push a patch to not start read me

Re: [E-devel] eldbus bug

2013-07-25 Thread Michael Blumenkrantz
ERR<828>:eldbus lib/eldbus/eldbus_message.c:754 _eldbus_message_iter_arguments_vget() Type in iterator different of signature Program received signal SIGABRT, Aborted. 0x768ef425 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 ../nptl/sysdeps/unix/sysv/linux/raise.c:

Re: [E-devel] eldbus bug

2013-07-24 Thread Jose Souza
What call? in witch file? so I can debug here. On Wed, Jul 24, 2013 at 11:52 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > On Wed, 24 Jul 2013 11:40:19 -0300 > Jose Souza wrote: > > > Could you show me where you are trying read this message? > > There several places that r

Re: [E-devel] eldbus bug

2013-07-24 Thread Michael Blumenkrantz
On Wed, 24 Jul 2013 11:40:19 -0300 Jose Souza wrote: > Could you show me where you are trying read this message? > There several places that read "a{sv}" without any errors. > > > On Wed, Jul 24, 2013 at 6:23 AM, Michael Blumenkrantz < > michael.blumenkra...@gmail.com> wrote: > > > _eldbus_mes

Re: [E-devel] eldbus bug

2013-07-24 Thread Jose Souza
Could you show me where you are trying read this message? There several places that read "a{sv}" without any errors. On Wed, Jul 24, 2013 at 6:23 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > _eldbus_message_iter_arguments_vget() with a signature of a{sv}, as seen in > efm

[E-devel] eldbus bug

2013-07-24 Thread Michael Blumenkrantz
_eldbus_message_iter_arguments_vget() with a signature of a{sv}, as seen in efm udisks2, seems to fail at eldbus_message.c:752. sig_type is 'a', while iter_type is 's'. -- See everything from the browser to the database wit