2006/8/21, Andrew Barr <[EMAIL PROTECTED]>:
On Mon, 2006-08-21 at 00:58 +0200, Jaime Ruiz Frontera wrote:
> Hi Jonek,
> I just tried it. I used it with voipbuster (www.voipbuster.com). I could
> register with my username and password but when I try to make a call it
> finishes with a segmentation fault. If you need details just tell me.

Hi,

Just a tip: I've found that obtaining backtraces via gdb can be most
enlightening when a program segfaults or doesn't behave properly, even
if you don't know any programming. Often the names of libraries and
functions being called at the time of the crash will give you leads in
your investigation.

I don't know how hard this would be to set up on the Nokia, though. :(

If you have the repository.maemo.org mistral repo in your
sources.list, 'apt-get install gdb' will give you the tool, and
apt-get install <library>-dbg should give you the debug symbols that
you need for determining exactly where it crashes. Note that depending
on the library, the debug data can be take a lot of space. Of course
if you can make a guess about where it crashes, you don't need to
install *all* the debug packages :)

For application packages you might need to recompile as usually the
binaries are stripped and it's not customary to make debug packages
for applications...

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to