Thanks for the suggestion,

At 15:17 07-10-08, you wrote:
>Hi John,
>
>as I wrote on the forum: the segfault is a problem and I'd like to
>know more. Can you compile with debug symbols and run it in gdb?
>
>I.e. remove all ObexFTP installations from your system. Build using
>         CFLAGS="-g -DOBEXFTP_DEBUG=5" ./configure
>         make clean ; make ; sudo make install
>Start debugging using
>         gdb obexftp
>Then
>         r  -b 00:1E:45:8B:2A:33 -c'Internal' -l
>On error use
>         bt
>
>
>Am 07.10.2008 um 11:14 schrieb John Frankish:
>
> > After pairing my laptop with my sonyericsson p1i phone, I can use
> > obexftp to put, but not to get:
> > $ obexftp -b 00:1E:45:8B:2A:33 -c'Internal' -l
> > Browsing 00:1E:45:8B:2A:33 ...
> > Connecting...done
> > Sending "Internal"... Segmentation fault
>----------------

$ CFLAGS="-g -DOBEXFTP_DEBUG=5" ./configure --prefix=/usr/local
$ make clean
$ make
$ sudo make install
$ sudo ldconfig
$ gdb obexftp
sh: gdb: not found
$ obexftp -r -b 00:1E:45:8B:2A:33 -c'Internal' -l
obexftp: invalid option -- r
Try `obexftp --help' for more information.
Browsing 00:1E:45:8B:2A:33 ...
obexftp_open()
obexftp_connect_src()
Connecting...obexftp_connect_src() BT 1
cli_sync_request()
obexftp_sync()
client_done()
client_done() Found connection number: -1022384746
client_done() Sender identified
obexftp_sync() OBEX_HandleInput = 31
obexftp_sync() Done success=1
done
obexftp_setpath() Changing to Internal
Sending "Internal"... obexftp_setpath() Setpath "Internal"
Iconv from UTF-8 conversion error: 'Internal'
Iconv from locale "ANSI_X3.4-1968"
Iconv from locale conversion error: 'Internal'
Iconv internal conversion error: 'Internal'
Segmentation fault

Note that obexftp-0.23-alpha works... 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to