[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnokii 0.6.29 and 0.6.32 master segfaults
From: |
Daniele Forsi |
Subject: |
Re: gnokii 0.6.29 and 0.6.32 master segfaults |
Date: |
Fri, 20 Apr 2012 09:12:28 +0200 |
2012/4/16 Charles:
> New build/installs of gnokii 0.6.29 and the master source (downloaded
> 15apr12) are segfaulting on a new Slackware64 13.37 Linux installation.
it works for me, I need to see the source line where it segfaults
the copy you compiled from git sources has debug symbols so you only
need to install gdb and run gnokii inside gdb:
gdb --args gnokii --identify
then type the command: run
and when gnokii segfaults type: backtrace full
--
Daniele Forsi