On Tue, Sep 15, 2009 at 05:24:26PM +0200, Joachim Breitner wrote:
> Hi again,
> 
> Am Dienstag, den 15.09.2009, 17:01 +0200 schrieb Joachim Breitner:
> > Anywas, I get the crashes at quite random points (commands executed more
> > or less directly after each other):
> 
> After looking at the output of "strace -f" for a few times, I think
> there are three separate problems:
> 
> > $ ophonekitd
> > [..]
> > GLib-CRITICAL **: g_hash_table_lookup: assertion `hash_table != NULL' failed
> > aborting...
> > Aborted
> Ok, this one I have not yet seen under strace...

I guess this one comes directly from ophonekitd.

> > ~ $ ophonekitd 
> > [..]
> > ** (process:1985): DEBUG: Entering glib main loop
> > Segmentation fault
> 
> And segfaults at other points in time: These actually come from a second
> thread (presumably the gui thread, as it does call stuff from the EFL),
> and due to concurrency, the segfault does not always occur at the same
> time. And sometimes, the main thread seems to have enough time to hit
> the above or below problem.
> 
> > ~ $ ophonekitd 
> > ** (process:2004): DEBUG: Configuration file read
> > [..]
> > ** (process:2004): DEBUG: call ogsmd_device_set_antenna_power()
> > ophonekitd: symbol lookup error: ophonekitd: undefined symbol: 
> > ogsmd_sim_get_sim_ready

This is an interesting error message. In my version the symbol is
exported correctly:

elektra...@freerunner /usr/lib % rabin -s libframeworkd-glib.so.0.0.0 | grep 
ogsmd_sim_get_sim_ready
address=0x0000842c offset=0x0000842c size=00000144 bind=GLOBAL type=FUNC 
name=ogsmd_sim_get_sim_ready_callback
address=0x000077a4 offset=0x000077a4 size=00000164 bind=GLOBAL type=FUNC 
name=ogsmd_sim_get_sim_ready

What's the result of `ldd /usr/bin/ophonekitd` on your box? is the
right shared object used?

> I should add that I did _not_ update my frameworkd to any of Heiko’s new
> packages.

I'm using frameworkd package from debian main, too and it is
working for me, so I guess this is not the problem ;)

P.S.: does anybody else have these problems?

-- Sebastian

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to