gnokii-users
[Top][All Lists]
Advanced

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

Re: SIGSEGV while getting sms


From: Jan Kuzel
Subject: Re: SIGSEGV while getting sms
Date: Mon, 16 Jan 2006 00:13:28 +0100

here:

address@hidden ~]# gdb -c core.4967 `which gnokii`
GNU gdb Red Hat Linux (6.3.0.0-1.63rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

Core was generated by `gnokii --getsms SM 1 -f test.txt'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libbluetooth.so.1...(no debugging symbols 
found)..                                                                        
                                                        .done.
Loaded symbols for /usr/lib/libbluetooth.so.1
Reading symbols from /usr/X11R6/lib/libXpm.so.4...(no debugging symbols 
found)..                                                                        
                                                        .done.
Loaded symbols for /usr/X11R6/lib/libXpm.so.4
Reading symbols from /usr/X11R6/lib/libX11.so.6...
(no debugging symbols found)...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Reading symbols from /usr/lib/libgnokii.so.2...done.
Loaded symbols for /usr/lib/libgnokii.so.2
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/gconv/ISO8859-2.so...done.
Loaded symbols for /usr/lib/gconv/ISO8859-2.so
#0  0x006adc0c in ____strtol_l_internal ()
   from /lib/tls/libc.so.6
(gdb) bt full
#0  0x006adc0c in ____strtol_l_internal () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x006ad99f in __strtol_internal () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x0046c88a in ReplyGetSMS (messagetype=24,
    buffer=0x8804f40 "\002AT+CMGR=1", length=8029088, data=0x805ffc0,
    state=0x7a83a0) at /usr/include/stdlib.h:333
        buf = {line1 = 0x8804f41 "AT+CMGR=1", line2 = 0x8804f4d "+CMGR: 25",
  line3 = 0x8804f58 
"079124603050020006A30C91246040320648601051915030406010519150804000", line4 = 
0x8804f9e "OK\r\n", length = 97}
        ret = GN_ERR_NONE
        sms_len = Variable "sms_len" is not available.



>>> 
Od:     address@hidden
Komu:   "Discussion forum for gnokii users." <address@hidden>
Datum:  16.1.2006 0:03
Věc:    Re: SIGSEGV while getting sms

Hi,

On 15 Jan 2006 23:55:13 +0100, Jan Kuzel <address@hidden> wrote:
> Hello,
> while getting sms from serial connected Siemens ES75 (AT mode) I've got 
> SIGSEGV
> I've use following command:
> gnokii --getsms SM 1 -f test.txt
> and my version of GNOKII is 0.6.10 (Built 05:32:44 Nov 26 2005)

Are you able to backtrace the core? ie:

$ ulimit -c unlimited
$ gnokii --getsms SM 1 -f test.txt
$ gdb -c core `which gnokii`
> bt full
and show the result?

thanks,
pkot
--
Pawel Kot
http://www.gnokii.org/ 


_______________________________________________
gnokii-users mailing list
address@hidden 
http://lists.nong

reply via email to

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