On Fri, 21 Jun 2013 09:00:28 +0100 Michael Blumenkrantz <michael.blumenkra...@gmail.com> said:
> On Thu, Jun 20, 2013 at 7:36 PM, Doug Newgard <scimmi...@outlook.com> wrote: > > > ---------------------------------------- > > > Date: Tue, 11 Jun 2013 10:55:23 +0100 > > > From: michael.blumenkra...@gmail.com > > > To: enlightenment-devel@lists.sourceforge.net > > > Subject: [E-devel] E18 CFBugs #2 > > > > > > The old thread was too long for me to see if I fixed everything, so post > > > here if you have a bug that's present using the latest revision. > > > > Latest update (udisks2 support) completely breaks EFM for me. No icons on > > the desktop, blank EFM windows, and this in stderr: > > > > process 23300: arguments to dbus_message_iter_get_arg_type() were > > incorrect, assertion "real->iter_type == DBUS_MESSAGE_ITER_TYPE_READER" > > failed in file dbus-message.c line 2066. > > This is normally a bug in some application using the D-Bus library. > > D-Bus not built with -rdynamic so unable to print a backtrace > > > > If I hit refresh in the EFM window, a few icons show up then it just hangs > > with the loading animation in the lower left until I close it. Rebuilt at > > HEAD~1 and everything's back to normal. > > > > not sure what to tell you, udisks2 works fine here. must not be configured > correctly on your system or something. > > I've gotten that dbus error a few times in testing, but it's harmless and > appears to be an eldbus bug it's definitely not harmless... libdbus itself is calling abort(). dbus seems to be unhappy about the iterator type itself - that it is not a reader type. it looks like an eldbus bug... eldbus_message_error_new(): /* * Technically user should not append more arguments in an error message but * we can't leave its iter as NULL. */ dbus_message_iter_init_append(reply->dbus_msg, &reply->iterator->dbus_iterator); that's not a read-only iterator... it's read-write. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel