On Fri, 2010-03-05 at 11:48 +0000, Pietro Battiston wrote: > Il giorno ven, 05/03/2010 alle 12.11 +0100, Patrick Ohly ha scritto: > (Ubuntu Karmic, 64 bit) > > > Does it provide str2ba? > > > > $ objdump -T /usr/lib/libbluetooth.so.? | grep str2ba > > 0000000000007b50 g DF .text 00000000000000b3 Base str2ba > > pie...@vousci:~$ objdump -T /usr/lib/libbluetooth.so.? | grep str2ba > 0000000000006f80 g DF .text 0000000000000087 Base str2ba
Hmm, that should work. I have reopened http://bugzilla.moblin.org/show_bug.cgi?id=9289 > Program received signal SIGSEGV, Segmentation fault. > 0x0000000000000000 in ?? () > (gdb) backtrace > #0 0x0000000000000000 in ?? () > #1 0x00007ffff7b7bf56 in SyncEvo::ObexTransportAgent::connectInit > (this=0x91a120) > at /work/runtests/head/syncevolution/src/syncevo/ObexTransportAgent.cpp:155 That's another location where str2ba is called. There's no workaround for that, except compiling from source. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
