Kontact Mobile N900 dbg packages

Bjoern Ricks bjoern.ricks at intevation.de
Tue Sep 28 15:28:56 CEST 2010


Yesterday I did fix the debug packages and now their content is installed 
in /opt/maemo/usr/lib/debug with symlinks in /usr/lib/debug to the /opt dir. 
Therefore all (new) kdepim related debug packages should be installalable 
without a problem.

regards
Björn

On Donnerstag 16 September 2010 11:30:17 Bernhard Reiter wrote:
> Yesterday I've managed to get backtraces with symbols on the N900
> with the packages for the first time.
>
> Of course we try to correct this within the packaging, but if you need
> backtraces earlies than that, here is what I did:
>
> a) First problem the dbg packages were installed to
>    /usr/lib/debug/opt/ which is on the root ('/') partition,
>    so often you cannot install them because lack of space.
>
> Solution: move the real data to /opt or MyDocs and use a symbolic link.
> I did something like
>
> # dir  /opt/usr/lib/debug not existing befoe
> mkdir /opt/usr/lib/debug
> mv /usr/lib/debug/opt /opt/usr/lib/debug
> ln -s /opt/usr/lib/debug/opt  /usr/lib/debug/opt
>
> Then I could install debugging packages, e.g.
> kdepim-dbg                           
> 4:4.5~20100910.1175630-1maemo6.1174786 libqt4-experimental-gui-dbg         
>  4.7.0~git20100908-0maemo1
>
> b) libqt4 symbols were found, but kmail-mobile were not.
> You can add them manually with the gdb commands
>   symbol-file /path/to/symbol/kmail-mobile
> and add-symbol-file for the dynamic objects, for that you would need
> the address where the dynamic objects is loaded. "info files" gives you
> something, I've tried the .text address with some success.
>
> Or you need to change the names so that gdb finds it directly.
> for the frontends themselfs is
>   /usr/lib/debug/opt/maemo/usr/bin/kmail-mobile
> should be
>   /usr/lib/debug/usr/bin/kmail-mobile
>
> for the libraries is
>   /usr/lib/debug/opt/maemo/usr/lib/libmessagelist.so.4.5.0
> should be
>   /usr/lib/debug/usr/lib/libmessagelist.so.4.5.0
>
> Best,
> Bernhard


-- 
Bjoern Ricks |  ++49-541-335083-167  |  http://www.intevation.de/
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 18998
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/kde-mobile/attachments/20100928/d3f17e60/attachment.sig 


More information about the Kde-mobile mailing list