[maemo-developers] N950 SEGFAULT - help?
From: Marius Gedminas marius at pov.ltDate: Sat Oct 8 10:35:39 EEST 2011
- Previous message: N950 SEGFAULT - help?
- Next message: maemo.org Website Bug Jar 2011.41
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: N950 SEGFAULT - help?
- Next message: maemo.org Website Bug Jar 2011.41
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]