Re: gnokii --send-sms core dumps
Daniele Forsi <[email protected]>
| Newsgroups | gmane.linux.drivers.gnokii |
|---|---|
| Message-ID | <CAN_we7MF4g=mEnTR+3BQrieS25Xu7=ASKksa=jfktQtph-gVDA@mail.gmail.com> |
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