bluephone

From: -=boblehue=- (boblehue_at_boblehue.com)
Date: 08/17/05

  • Next message: tosoAplos: "Re: SIGSEGV informations"
    Date: Wed, 17 Aug 2005 10:32:58 +0200
    
    

    Hi

    I Just installed a app called bluphone to make use of my bluetooth an
    cellphone.

    Instaletin went fine, but starting up the app is not easy, it keeps
    crashing.

    The debug info did not help me much, but there might be someone out there
    that can read the debug
    info a bit bether the i.

    So if anyone could tell me whats wrong ill be a happy camper!!

    Backtrace was generated from '/usr/local/bin/bluephone'

    Using host libthread_db library "/lib/tls/libthread_db.so.1".
    `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
    [Thread debugging using libthread_db enabled]
    [New Thread 1087743360 (LWP 12160)]
    0x4090c53e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
    #0 0x4090c53e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
    #1 0x40084dae in libgnomeui_module_info_get () from
    /usr/lib/libgnomeui-2.so.0
    #2 <signal handler called>
    #3 0x4093d62a in __strtol_internal () from /lib/tls/libc.so.6
    #4 0x408f755c in str2ba () from /usr/lib/libbluetooth.so.1
    #5 0x0804bdd8 in get_gconf_data () at main.c:92
    #6 0x0804be9f in main (argc=1087944164, argv=0x40d8b5e4) at main.c:115

    Thread 1 (Thread 1087743360 (LWP 12160)):
    #0 0x4090c53e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
    No symbol table info available.
    #1 0x40084dae in libgnomeui_module_info_get () from
    /usr/lib/libgnomeui-2.so.0
    No symbol table info available.
    #2 <signal handler called>
    No symbol table info available.
    #3 0x4093d62a in __strtol_internal () from /lib/tls/libc.so.6
    No symbol table info available.
    #4 0x408f755c in str2ba () from /usr/lib/libbluetooth.so.1
    No symbol table info available.
    #5 0x0804bdd8 in get_gconf_data () at main.c:92
    client = (GConfClient *) 0x80b3038
    address = (gchar *) 0xffffffe4 <Address 0xffffffe4 out of bounds>
    #6 0x0804be9f in main (argc=1087944164, argv=0x40d8b5e4) at main.c:115
    No locals.
    #0 0x4090c53e in __waitpid_nocancel () from /lib/tls/libpthread.so.0

    --
    -=boblehue=-
    -- 
    Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
    

  • Next message: tosoAplos: "Re: SIGSEGV informations"

    Relevant Pages

    • Re: Handling Ctrl-Break quickly and efficiently in a Windows GUI app
      ... my program is busy, I display the hourglass cursor and allow them to click ... Is there a clean way for a Windows GUI app to get notified of Ctrl-Break? ... Is there a way to set a signal handler, or scan the entire message queue, ...
      (microsoft.public.win32.programmer.ui)
    • Re: ptrace single-stepping change breaks Wine
      ... >> separate ptrace operation. ... > single-stepping, then it damn well should get it. ... > breakpoint on the return point (possibly by modifying the signal handler ... > - if the app sets TF on its own, it will cause a SIGTRAP which it can ...
      (Linux-Kernel)
    • Re: Why would a kill -2 not work?
      ... Python app with a signal handler configured to catch INT signals. ... but we've recently noticed that after the app has run for a while the kill -2 no longer works. ... The amount of stuff you're allowed to do safely in a signal handler is pretty minimal-- you're better off setting a flag, returning from the signal handler, and having the next run past the main event loop or whatever check for the flag and handle things in a normal app context. ...
      (freebsd-questions)
    • Re: Debug info omitted by design with Release builds
      ... To give users few changes to investigave entrails of your app ... G> Does anybody actually know why by design the debug info will be ...
      (microsoft.public.dotnet.general)
    • Disabling debug info through serial port
      ... I want to stop WinCE from using the comport for debug info. ... (CE5.0 x86 standard PC) ... Do I need to re-install the SDK for my app to notice the change in debug.cpp? ...
      (microsoft.public.windowsce.platbuilder)