Hi Milan, On 06/30/2011 01:08 AM, milan.satpathy(a)accenture.com wrote: > Hi, > > > > This issue may not be related directly to any d-bus functionality as > such. Yet I would like to know, > > If any one faced a similar problem and got any idea how to fix the issue. > > > > When I make the “Dial” call using D-BUS method call, I get the below > error sometimes: > > > > =====================ERROR > LOG========================================================================== > > process 4536: arguments to dbus_message_iter_append_basic() were > incorrect, assertion "_dbus_check_is_valid_utf8 (*string_p)" failed in > file dbus-message.c line 2526. > > 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 > What this means is that you're passing a non-utf8 string to D-Bus. All D-Bus strings must be UTF8, or the library will simply abort. Your code needs to be fixed... In the future, please find a more appropriate forum to ask such questions; they do not belong on the oFono mailing list... ;) Regards, -Denis