* Re: [HELP] Application Aborts After Making "Dial" Method Call
2011-06-30 6:08 [HELP] Application Aborts After Making "Dial" Method Call milan.satpathy
@ 2011-06-30 5:35 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-06-30 5:35 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [HELP] Application Aborts After Making "Dial" Method Call
@ 2011-06-30 6:08 milan.satpathy
2011-06-30 5:35 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: milan.satpathy @ 2011-06-30 6:08 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]
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
Regards,
Milan
________________________________
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
[-- Attachment #2: attachment.html --]
[-- Type: text/html, Size: 5994 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-30 6:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-30 6:08 [HELP] Application Aborts After Making "Dial" Method Call milan.satpathy
2011-06-30 5:35 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.