All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [HELP] Application Aborts After Making "Dial" Method Call
Date: Thu, 30 Jun 2011 00:35:54 -0500	[thread overview]
Message-ID: <4E0C0B3A.8030005@gmail.com> (raw)
In-Reply-To: <10D123A956DC4B4FA9D7A48B33358362150DD42424@INDXM3131.dir.svc.accenture.com>

[-- 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

      reply	other threads:[~2011-06-30  5:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-30  6:08 [HELP] Application Aborts After Making "Dial" Method Call milan.satpathy
2011-06-30  5:35 ` Denis Kenzior [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E0C0B3A.8030005@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.