[maemo-developers] N950 SEGFAULT - help?

From: Marius Gedminas marius at pov.lt
Date: Sat Oct 8 10:35:39 EEST 2011
On Fri, Oct 07, 2011 at 07:58:06AM -0400, Felipe Crochik wrote:
> That is the "next" problem. They are not available - maybe I need to add
> some extra repository? 

Yes: ssh in as root, or use the terminal app and devel-su, and then

    cd /etc/apt/sources.list.d/
    echo 'deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free' > sdk.list
    apt-get update
    apt-get install libqtgui4-dbg libqtcore4-dbg

This lets you use gdb directly on the device with full debug symbols.

There are many -dbg packages, you can figure out which ones you want by
running dpkg -S /usr/lib/libqtwhatever for each library in your gdb
backtrace, and then adding the -dbg suffix.

This worked for me very well a few months ago with Beta 1 firmware.

I haven't upgraded my N950 to Beta 2 yet, and I haven't checked to see
if the harmattan/sdk repository contain the right -dbg versions for the
Qt version in Beta 1 or Beta 2 or (hopefully) both.

Good luck with your debugging!

Marius Gedminas
-- 
The day after tomorrow is the third day of the rest of your life.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20111008/dddd8782/attachment.pgp>
More information about the maemo-developers mailing list