gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnokii --send-sms core dumps


From: Daniele Forsi
Subject: Re: gnokii --send-sms core dumps
Date: Tue, 6 Nov 2012 15:30:37 +0100

2012/11/6 ML mail:

> when I run
> the following command:
>
> gnokii --sendsms 0123456789
>
> and enter a test message and end with CTRL-D I get a core dump...

> Anyone has an idea what could be wrong?

we need a backtrace to see what's wrong

execute gnokii from inside gdb:
gdb --args gnokii --sendsms 0123456789
at the prompt type run to start gnokii, then type your SMS as usual
and after the segfault type backtrace

you can use libtool if want to run gnokii from the build directory:
libtool --mode=execute gdb --args gnokii/gnokii --sendsms 0123456789
-- 
Daniele Forsi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]