gnokii-users
[Top][All Lists]
Advanced

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

[gnokii] glibc invalid pointer


From: Janno Sannik
Subject: [gnokii] glibc invalid pointer
Date: Fri, 16 Oct 2009 12:11:20 +0300
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

I have a problem with gnokii 6.28.1 (x86_64).
I also tried 6.28 and same result.

It crashes randomly. It seems to be in this order:
1) for some reason sms sending fails with timeout.
2) sms sending crashes
3) sms sending is successful

It seems to be looseley related to sms content. Some certain types of sms crash often and some doesn't seem to at all.

Now i'm using 6.19  (i386) and it seems to be fine.
I've attached the log that my system provides. Just discard the timestamps.







[2009-10-13 13:20:06][ERROR][15760] SMS sending failed : return_code=255 
stdout=GNOKII Version 0.6.28
[2009-10-13 13:20:06][ERROR][15760] LOG: debug mask is 0x1
[2009-10-13 13:20:06][ERROR][15760] Config read from file /etc/gnokiirc.
[2009-10-13 13:20:06][ERROR][15760] phone instance config:
[2009-10-13 13:20:06][ERROR][15760] model = AT
[2009-10-13 13:20:06][ERROR][15760] port = /dev/ttyS0
[2009-10-13 13:20:06][ERROR][15760] connection = serial
[2009-10-13 13:20:06][ERROR][15760] initlength = default
[2009-10-13 13:20:06][ERROR][15760] serial_baudrate = 9600
[2009-10-13 13:20:06][ERROR][15760] serial_write_usleep = 10000
[2009-10-13 13:20:06][ERROR][15760] handshake = software
[2009-10-13 13:20:06][ERROR][15760] require_dcd = 0
[2009-10-13 13:20:06][ERROR][15760] smsc_timeout = 20
[2009-10-13 13:20:06][ERROR][15760] rfcomm_channel = 0
[2009-10-13 13:20:06][ERROR][15760] sm_retry = 0
[2009-10-13 13:20:06][ERROR][15760] Initializing AT capable mobile phone ...
[2009-10-13 13:20:06][ERROR][15760] Serial device: opening device /dev/ttyS0
[2009-10-13 13:20:06][ERROR][15760] Serial device: setting RTS to high and DTR 
to high
[2009-10-13 13:20:06][ERROR][15760] Message sent: 0x00 / 0x0004
[2009-10-13 13:20:06][ERROR][15760] 41 54 5a 0d                                 
    | ATZ             
[2009-10-13 13:20:06][ERROR][15760] write: [ATZ<cr>]
[2009-10-13 13:20:06][ERROR][15760] Message sent: 0x00 / 0x0005
[2009-10-13 13:20:06][ERROR][15760] 41 54 45 31 0d                              
    | ATE1            
[2009-10-13 13:20:06][ERROR][15760] write: [ATE1<cr>]
[2009-10-13 13:20:06][ERROR][15760] Message sent: 0x00 / 0x000a
[2009-10-13 13:20:06][ERROR][15760] 41 54 2b 43 4d 45 45 3d 31 0d               
    | AT+CMEE=1       
[2009-10-13 13:20:06][ERROR][15760] write: [AT+CMEE=1<cr>]
[2009-10-13 13:20:06][ERROR][15760] Message sent: 0x06 / 0x0007
[2009-10-13 13:20:06][ERROR][15760] 41 54 2b 47 4d 4d 0d                        
    | AT+GMM          
[2009-10-13 13:20:06][ERROR][15760] write: [AT+GMM<cr>]
[2009-10-13 13:20:06][ERROR][15760] read : [OK<cr><lf>]
[2009-10-13 13:20:06][ERROR][15760] Message received: 0x06 / 0x0004
[2009-10-13 13:20:06][ERROR][15760] 02 4f 4b 0d                                 
    |  OK             
[2009-10-13 13:20:06][ERROR][15760] Received message type 06
[2009-10-13 13:20:06][ERROR][15760] Message sent: 0x06 / 0x0008
[2009-10-13 13:20:06][ERROR][15760] 41 54 2b 43 47 4d 49 0d                     
    | AT+CGMI         
[2009-10-13 13:20:06][ERROR][15760] write: [AT+CGMI<cr>]
[2009-10-13 13:20:06][ERROR][15760] Message sent: 0x06 / 0x0007
[2009-10-13 13:20:06][ERROR][15760] 41 54 2b 47 4d 49 0d                        
    | AT+GMI          
[2009-10-13 13:20:06][ERROR][15760] write: [AT+GMI<cr>]
[2009-10-13 13:20:06][ERROR][15760] Initialization failed (11)
[2009-10-13 13:20:06][ERROR][15760] Serial device: closing device
[2009-10-13 13:20:06][ERROR][15760] Telephone interface init failed: Command 
timed out.
[2009-10-13 13:20:06][ERROR][15760] Quitting.
[2009-10-13 13:20:06][ERROR][15760] Command timed out.

[2009-10-13 13:20:13][ERROR][15758] SMS sending failed : return_code=255 
stdout=GNOKII Version 0.6.28
[2009-10-13 13:20:13][ERROR][15758] LOG: debug mask is 0x1
[2009-10-13 13:20:13][ERROR][15758] Config read from file /etc/gnokiirc.
[2009-10-13 13:20:13][ERROR][15758] phone instance config:
[2009-10-13 13:20:13][ERROR][15758] model = AT
[2009-10-13 13:20:13][ERROR][15758] port = /dev/ttyS0
[2009-10-13 13:20:13][ERROR][15758] connection = serial
[2009-10-13 13:20:13][ERROR][15758] initlength = default
[2009-10-13 13:20:13][ERROR][15758] serial_baudrate = 9600
[2009-10-13 13:20:13][ERROR][15758] serial_write_usleep = 10000
[2009-10-13 13:20:13][ERROR][15758] handshake = software
[2009-10-13 13:20:13][ERROR][15758] require_dcd = 0
[2009-10-13 13:20:13][ERROR][15758] smsc_timeout = 20
[2009-10-13 13:20:13][ERROR][15758] rfcomm_channel = 0
[2009-10-13 13:20:13][ERROR][15758] sm_retry = 0
[2009-10-13 13:20:13][ERROR][15758] Initializing AT capable mobile phone ...
[2009-10-13 13:20:13][ERROR][15758] Serial device: opening device /dev/ttyS0
[2009-10-13 13:20:13][ERROR][15758] Serial device: setting RTS to high and DTR 
to high
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x00 / 0x0004
[2009-10-13 13:20:13][ERROR][15758] 41 54 5a 0d                                 
    | ATZ             
[2009-10-13 13:20:13][ERROR][15758] write: [ATZ<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : [ME<cr><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x00 / 0x0009
[2009-10-13 13:20:13][ERROR][15758] 02 4d 45 0d 0d 0a 4f 4b 0d                  
    |  ME   OK        
[2009-10-13 13:20:13][ERROR][15758] Received message type 00
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x00 / 0x0005
[2009-10-13 13:20:13][ERROR][15758] 41 54 45 31 0d                              
    | ATE1            
[2009-10-13 13:20:13][ERROR][15758] write: [ATE1<cr>]
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x00 / 0x000a
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 43 4d 45 45 3d 31 0d               
    | AT+CMEE=1       
[2009-10-13 13:20:13][ERROR][15758] write: [AT+CMEE=1<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : [AT+C1<cr>A<cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x00 / 0x000d
[2009-10-13 13:20:13][ERROR][15758] 02 41 54 2b 43 31 0d 41 0d 0a 4f 4b 0d      
    |  AT+C1 A  OK    
[2009-10-13 13:20:13][ERROR][15758] Received message type 00
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x06 / 0x0007
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 47 4d 4d 0d                        
    | AT+GMM          
[2009-10-13 13:20:13][ERROR][15758] write: [AT+GMM<cr>]
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x06 / 0x0008
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 43 47 4d 4d 0d                     
    | AT+CGMM         
[2009-10-13 13:20:13][ERROR][15758] write: [AT+CGMM<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : 
[MAT+AT+CSC<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x06 / 0x0012
[2009-10-13 13:20:13][ERROR][15758] 02 4d 41 54 2b 41 54 2b 43 53 43 0d 0a 0d 
0a 4f |  MAT+AT+CSC    O
[2009-10-13 13:20:13][ERROR][15758] 4b 0d                                       
    | K               
[2009-10-13 13:20:13][ERROR][15758] Received message type 06
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x06 / 0x0008
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 43 47 4d 49 0d                     
    | AT+CGMI         
[2009-10-13 13:20:13][ERROR][15758] write: [AT+CGMI<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : 
[IAT+CSCAT+CSAT+CMGAT+CMGS=079153485002020011000C915348743053960000AA43CF3ABB0E9AC16A202A52D75050CB733A081566DFC3F939E89CB697E72073B8CEA6A71A8A86829A6E9775A0D8CC057A8EE920190C9603C566BA58<cr><lf>+CMGS:
 32<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x06 / 0x00cd
[2009-10-13 13:20:13][ERROR][15758] 02 49 41 54 2b 43 53 43 41 54 2b 43 53 41 
54 2b |  IAT+CSCAT+CSAT+
[2009-10-13 13:20:13][ERROR][15758] 43 4d 47 41 54 2b 43 4d 47 53 3d 30 37 39 
31 35 | CMGAT+CMGS=07915
[2009-10-13 13:20:13][ERROR][15758] 33 34 38 35 30 30 32 30 32 30 30 31 31 30 
30 30 | 3485002020011000
[2009-10-13 13:20:13][ERROR][15758] 43 39 31 35 33 34 38 37 34 33 30 35 33 39 
36 30 | C915348743053960
[2009-10-13 13:20:13][ERROR][15758] 30 30 30 41 41 34 33 43 46 33 41 42 42 30 
45 39 | 000AA43CF3ABB0E9
[2009-10-13 13:20:13][ERROR][15758] 41 43 31 36 41 32 30 32 41 35 32 44 37 35 
30 35 | AC16A202A52D7505
[2009-10-13 13:20:13][ERROR][15758] 30 43 42 37 33 33 41 30 38 31 35 36 36 44 
46 43 | 0CB733A081566DFC
[2009-10-13 13:20:13][ERROR][15758] 33 46 39 33 39 45 38 39 43 42 36 39 37 45 
37 32 | 3F939E89CB697E72
[2009-10-13 13:20:13][ERROR][15758] 30 37 33 42 38 43 45 41 36 41 37 31 41 38 
41 38 | 073B8CEA6A71A8A8
[2009-10-13 13:20:13][ERROR][15758] 36 38 32 39 41 36 45 39 37 37 35 41 30 44 
38 43 | 6829A6E9775A0D8C
[2009-10-13 13:20:13][ERROR][15758] 43 30 35 37 41 38 45 45 39 32 30 31 39 30 
43 39 | C057A8EE920190C9
[2009-10-13 13:20:13][ERROR][15758] 36 30 33 43 35 36 36 42 41 35 38 0d 0a 2b 
43 4d | 603C566BA58  +CM
[2009-10-13 13:20:13][ERROR][15758] 47 53 3a 20 33 32 0d 0a 0d 0a 4f 4b 0d      
    | GS: 32    OK    
[2009-10-13 13:20:13][ERROR][15758] Received message type 06
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x63 / 0x0009
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 43 53 43 53 3f 0d                  
    | AT+CSCS?        
[2009-10-13 13:20:13][ERROR][15758] write: [AT+CSCS?<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : [CSCS?<cr><cr><lf>+CSCS: 
"GSM"<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x63 / 0x001c
[2009-10-13 13:20:13][ERROR][15758] 02 43 53 43 53 3f 0d 0d 0a 2b 43 53 43 53 
3a 20 |  CSCS?   +CSCS: 
[2009-10-13 13:20:13][ERROR][15758] 22 47 53 4d 22 0d 0a 0d 0a 4f 4b 0d         
    | "GSM"    OK     
[2009-10-13 13:20:13][ERROR][15758] Received message type 63
[2009-10-13 13:20:13][ERROR][15758] Initialisation completed
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x63 / 0x000a
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 43 53 43 53 3d 3f 0d               
    | AT+CSCS=?       
[2009-10-13 13:20:13][ERROR][15758] write: [AT+CSCS=?<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : [=?<cr><cr><lf>+CSCS: 
("GSM","UCS2")<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x63 / 0x0022
[2009-10-13 13:20:13][ERROR][15758] 02 3d 3f 0d 0d 0a 2b 43 53 43 53 3a 20 28 
22 47 |  =?   +CSCS: ("G
[2009-10-13 13:20:13][ERROR][15758] 53 4d 22 2c 22 55 43 53 32 22 29 0d 0a 0d 
0a 4f | SM","UCS2")    O
[2009-10-13 13:20:13][ERROR][15758] 4b 0d                                       
    | K               
[2009-10-13 13:20:13][ERROR][15758] Received message type 63
[2009-10-13 13:20:13][ERROR][15758] Message sent: 0x23 / 0x0009
[2009-10-13 13:20:13][ERROR][15758] 41 54 2b 43 53 43 41 3f 0d                  
    | AT+CSCA?        
[2009-10-13 13:20:13][ERROR][15758] write: [AT+CSCA?<cr>]
[2009-10-13 13:20:13][ERROR][15758] read : [CA?<cr><cr><lf>+CSCA: 
"+358405202000",145<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:13][ERROR][15758] Message received: 0x23 / 0x0028
[2009-10-13 13:20:13][ERROR][15758] 02 43 41 3f 0d 0d 0a 2b 43 53 43 41 3a 20 
22 2b |  CA?   +CSCA: "+
[2009-10-13 13:20:13][ERROR][15758] 33 35 38 34 30 35 32 30 32 30 30 30 22 2c 
31 34 | 358405202000",14
[2009-10-13 13:20:13][ERROR][15758] 35 0d 0a 0d 0a 4f 4b 0d                     
    | 5    OK         
[2009-10-13 13:20:13][ERROR][15758] Received message type 23
[2009-10-13 13:20:13][ERROR][15758] *** glibc detected *** gnokii: free(): 
invalid pointer: 0x0000000000d83460 ***
[2009-10-13 13:20:13][ERROR][15758] ======= Backtrace: =========
[2009-10-13 13:20:13][ERROR][15758] /lib64/libc.so.6[0x38bda71cec]
[2009-10-13 13:20:13][ERROR][15758] /lib64/libc.so.6(cfree+0x8c)[0x38bda7590c]
[2009-10-13 13:20:13][ERROR][15758] /lib64/libc.so.6[0x38bda1eb9a]
[2009-10-13 13:20:13][ERROR][15758] 
/lib64/libc.so.6(iconv_close+0xf)[0x38bda1e1cf]
[2009-10-13 13:20:13][ERROR][15758] 
/usr/local/lib/libgnokii.so.5[0x2ad26bdc31a9]
[2009-10-13 13:20:13][ERROR][15758] 
/usr/local/lib/libgnokii.so.5(gn_char_def_alphabet+0x41)[0x2ad26bdc3491]
[2009-10-13 13:20:13][ERROR][15758] gnokii[0x410d3b]
[2009-10-13 13:20:13][ERROR][15758] gnokii[0x403eff]
[2009-10-13 13:20:13][ERROR][15758] gnokii[0x40390e]
[2009-10-13 13:20:13][ERROR][15758] gnokii[0x4043a1]
[2009-10-13 13:20:13][ERROR][15758] 
/lib64/libc.so.6(__libc_start_main+0xf4)[0x38bda1d974]
[2009-10-13 13:20:13][ERROR][15758] gnokii[0x403439]
[2009-10-13 13:20:13][ERROR][15758] ======= Memory map: ========
[2009-10-13 13:20:13][ERROR][15758] 00400000-0041e000 r-xp 00000000 fd:00 
1669978                            /usr/local/bin/gnokii
[2009-10-13 13:20:13][ERROR][15758] 0061d000-0061f000 rw-p 0001d000 fd:00 
1669978                            /usr/local/bin/gnokii
[2009-10-13 13:20:13][ERROR][15758] 0061f000-00622000 rw-p 0061f000 00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 00d81000-00e26000 rw-p 00d81000 00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 38bd600000-38bd61c000 r-xp 00000000 fd:00 
552729                         /lib64/ld-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bd81b000-38bd81c000 r--p 0001b000 fd:00 
552729                         /lib64/ld-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bd81c000-38bd81d000 rw-p 0001c000 fd:00 
552729                         /lib64/ld-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bda00000-38bdb4c000 r-xp 00000000 fd:00 
552731                         /lib64/libc-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bdb4c000-38bdd4c000 ---p 0014c000 fd:00 
552731                         /lib64/libc-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bdd4c000-38bdd50000 r--p 0014c000 fd:00 
552731                         /lib64/libc-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bdd50000-38bdd51000 rw-p 00150000 fd:00 
552731                         /lib64/libc-2.5.so
[2009-10-13 13:20:13][ERROR][15758] 38bdd51000-38bdd56000 rw-p 38bdd51000 00:00 
0 
[2009-10-13 13:20:13][ERROR][15758] 38bfe00000-38bfe0d000 r-xp 00000000 fd:00 
552757                         /lib64/libgcc_s-4.1.2-20080825.so.1
[2009-10-13 13:20:13][ERROR][15758] 38bfe0d000-38c000d000 ---p 0000d000 fd:00 
552757                         /lib64/libgcc_s-4.1.2-20080825.so.1
[2009-10-13 13:20:13][ERROR][15758] 38c000d000-38c000e000 rw-p 0000d000 fd:00 
552757                         /lib64/libgcc_s-4.1.2-20080825.so.1
[2009-10-13 13:20:13][ERROR][15758] 2ad26bd91000-2ad26bd93000 rw-p 2ad26bd91000 
00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 2ad26bd93000-2ad26be19000 r-xp 00000000 
fd:00 1668793                    /usr/local/lib/libgnokii.so.5.0.0
[2009-10-13 13:20:13][ERROR][15758] 2ad26be19000-2ad26c018000 ---p 00086000 
fd:00 1668793                    /usr/local/lib/libgnokii.so.5.0.0
[2009-10-13 13:20:13][ERROR][15758] 2ad26c018000-2ad26c021000 rw-p 00085000 
fd:00 1668793                    /usr/local/lib/libgnokii.so.5.0.0
[2009-10-13 13:20:13][ERROR][15758] 2ad26c021000-2ad26c0a6000 rw-p 2ad26c021000 
00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 2ad26c0b0000-2ad26c0b1000 rw-p 2ad26c0b0000 
00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 2ad26c0b1000-2ad26f680000 r--p 00000000 
fd:00 1674146                    /usr/lib/locale/locale-archive
[2009-10-13 13:20:13][ERROR][15758] 2ad26f680000-2ad26f704000 rw-p 2ad26f680000 
00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 2ad26f704000-2ad26f70b000 r--s 00000000 
fd:00 1665243                    /usr/lib64/gconv/gconv-modules.cache
[2009-10-13 13:20:13][ERROR][15758] 2ad270000000-2ad270021000 rw-p 2ad270000000 
00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 2ad270021000-2ad274000000 ---p 2ad270021000 
00:00 0 
[2009-10-13 13:20:13][ERROR][15758] 7fff15f25000-7fff1612b000 rw-p 7fffffdf9000 
00:00 0                      [stack]
[2009-10-13 13:20:13][ERROR][15758] ffffffffff600000-ffffffffffe00000 ---p 
00000000 00:00 0                  [vdso]

[2009-10-13 13:20:23][ERROR][15757] SMS sending failed : return_code=0 
stdout=GNOKII Version 0.6.28
[2009-10-13 13:20:23][ERROR][15757] LOG: debug mask is 0x1
[2009-10-13 13:20:23][ERROR][15757] Config read from file /etc/gnokiirc.
[2009-10-13 13:20:23][ERROR][15757] phone instance config:
[2009-10-13 13:20:23][ERROR][15757] model = AT
[2009-10-13 13:20:23][ERROR][15757] port = /dev/ttyS0
[2009-10-13 13:20:23][ERROR][15757] connection = serial
[2009-10-13 13:20:23][ERROR][15757] initlength = default
[2009-10-13 13:20:23][ERROR][15757] serial_baudrate = 9600
[2009-10-13 13:20:23][ERROR][15757] serial_write_usleep = 10000
[2009-10-13 13:20:23][ERROR][15757] handshake = software
[2009-10-13 13:20:23][ERROR][15757] require_dcd = 0
[2009-10-13 13:20:23][ERROR][15757] smsc_timeout = 20
[2009-10-13 13:20:23][ERROR][15757] rfcomm_channel = 0
[2009-10-13 13:20:23][ERROR][15757] sm_retry = 0
[2009-10-13 13:20:23][ERROR][15757] Initializing AT capable mobile phone ...
[2009-10-13 13:20:23][ERROR][15757] Serial device: opening device /dev/ttyS0
[2009-10-13 13:20:23][ERROR][15757] Serial device: setting RTS to high and DTR 
to high
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x00 / 0x0004
[2009-10-13 13:20:23][ERROR][15757] 41 54 5a 0d                                 
    | ATZ             
[2009-10-13 13:20:23][ERROR][15757] write: [ATZ<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : [<cr><cr><lf>NO 
CA<lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x00 / 0x000f
[2009-10-13 13:20:23][ERROR][15757] 02 0d 0d 0a 4e 4f 20 43 41 0a 0d 0a 4f 4b 
0d    |     NO CA   OK  
[2009-10-13 13:20:23][ERROR][15757] Received message type 00
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x00 / 0x0005
[2009-10-13 13:20:23][ERROR][15757] 41 54 45 31 0d                              
    | ATE1            
[2009-10-13 13:20:23][ERROR][15757] write: [ATE1<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : 
[+C<cr><cr><lf>SIEMEME<cr><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x00 / 0x0013
[2009-10-13 13:20:23][ERROR][15757] 02 2b 43 0d 0d 0a 53 49 45 4d 45 4d 45 0d 
0d 0a |  +C   SIEMEME   
[2009-10-13 13:20:23][ERROR][15757] 4f 4b 0d                                    
    | OK              
[2009-10-13 13:20:23][ERROR][15757] Received message type 00
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x00 / 0x000a
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 4d 45 45 3d 31 0d               
    | AT+CMEE=1       
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CMEE=1<cr>]
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x06 / 0x0007
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 47 4d 4d 0d                        
    | AT+GMM          
[2009-10-13 13:20:23][ERROR][15757] write: [AT+GMM<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : 
[AT+CGM<cr><cr><lf>MC35i<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x06 / 0x0016
[2009-10-13 13:20:23][ERROR][15757] 02 41 54 2b 43 47 4d 0d 0d 0a 4d 43 33 35 
69 0d |  AT+CGM   MC35i 
[2009-10-13 13:20:23][ERROR][15757] 0a 0d 0a 4f 4b 0d                           
    |    OK           
[2009-10-13 13:20:23][ERROR][15757] Received message type 06
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x06 / 0x0008
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 47 4d 49 0d                     
    | AT+CGMI         
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CGMI<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : 
[CGMI<cr><cr><lf>SIEMENS<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x06 / 0x0016
[2009-10-13 13:20:23][ERROR][15757] 02 43 47 4d 49 0d 0d 0a 53 49 45 4d 45 4e 
53 0d |  CGMI   SIEMENS 
[2009-10-13 13:20:23][ERROR][15757] 0a 0d 0a 4f 4b 0d                           
    |    OK           
[2009-10-13 13:20:23][ERROR][15757] Received message type 06
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x63 / 0x0009
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 53 43 53 3f 0d                  
    | AT+CSCS?        
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CSCS?<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : [S?<cr><cr><lf>+CSCS: 
"GSM"AT+CGM<cr><cr><lf>SIEMENS<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x63 / 0x0029
[2009-10-13 13:20:23][ERROR][15757] 02 53 3f 0d 0d 0a 2b 43 53 43 53 3a 20 22 
47 53 |  S?   +CSCS: "GS
[2009-10-13 13:20:23][ERROR][15757] 4d 22 41 54 2b 43 47 4d 0d 0d 0a 53 49 45 
4d 45 | M"AT+CGM   SIEME
[2009-10-13 13:20:23][ERROR][15757] 4e 53 0d 0a 0d 0a 4f 4b 0d                  
    | NS    OK        
[2009-10-13 13:20:23][ERROR][15757] Received message type 63
[2009-10-13 13:20:23][ERROR][15757] Initialisation completed
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x63 / 0x000a
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 53 43 53 3d 3f 0d               
    | AT+CSCS=?       
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CSCS=?<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : [S=?<cr><cr><lf>+CSCS: 
("GSM","UCS2")<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x63 / 0x0023
[2009-10-13 13:20:23][ERROR][15757] 02 53 3d 3f 0d 0d 0a 2b 43 53 43 53 3a 20 
28 22 |  S=?   +CSCS: ("
[2009-10-13 13:20:23][ERROR][15757] 47 53 4d 22 2c 22 55 43 53 32 22 29 0d 0a 
0d 0a | GSM","UCS2")    
[2009-10-13 13:20:23][ERROR][15757] 4f 4b 0d                                    
    | OK              
[2009-10-13 13:20:23][ERROR][15757] Received message type 63
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x23 / 0x0009
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 53 43 41 3f 0d                  
    | AT+CSCA?        
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CSCA?<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : [CA?<cr><cr><lf>+CSCA: 
"+358405202000",145<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x23 / 0x0028
[2009-10-13 13:20:23][ERROR][15757] 02 43 41 3f 0d 0d 0a 2b 43 53 43 41 3a 20 
22 2b |  CA?   +CSCA: "+
[2009-10-13 13:20:23][ERROR][15757] 33 35 38 34 30 35 32 30 32 30 30 30 22 2c 
31 34 | 358405202000",14
[2009-10-13 13:20:23][ERROR][15757] 35 0d 0a 0d 0a 4f 4b 0d                     
    | 5    OK         
[2009-10-13 13:20:23][ERROR][15757] Received message type 23
[2009-10-13 13:20:23][ERROR][15757] General Data Coding
[2009-10-13 13:20:23][ERROR][15757] Default Alphabet
[2009-10-13 13:20:23][ERROR][15757] dcs: 0x0
[2009-10-13 13:20:23][ERROR][15757] Length: 0x43
[2009-10-13 13:20:23][ERROR][15757] user_data_length: 0x3b
[2009-10-13 13:20:23][ERROR][15757] ValidityIndicator: 2
[2009-10-13 13:20:23][ERROR][15757] user_data: 
CF3ABB0E9AC16A202A52D75050CB733A081566DFC3F939E89CB697E72073B8CEA6A71A8A86829A6E9775A0D8CC057A8EE920190C9603C566BA580E
[2009-10-13 13:20:23][ERROR][15757] Sending
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x65 / 0x000a
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 4d 47 46 3d 30 0d               
    | AT+CMGF=0       
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CMGF=0<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : [F=0<cr><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x65 / 0x000a
[2009-10-13 13:20:23][ERROR][15757] 02 46 3d 30 0d 0d 0a 4f 4b 0d               
    |  F=0   OK       
[2009-10-13 13:20:23][ERROR][15757] Received message type 65
[2009-10-13 13:20:23][ERROR][15757] PDU mode set
[2009-10-13 13:20:23][ERROR][15757] Sending initial sequence
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x66 / 0x000b
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 43 4d 47 53 3d 37 33 0d            
    | AT+CMGS=73      
[2009-10-13 13:20:23][ERROR][15757] write: [AT+CMGS=73<cr>]
[2009-10-13 13:20:23][ERROR][15757] read : [73<cr><cr><lf>> ]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x66 / 0x0007
[2009-10-13 13:20:23][ERROR][15757] 01 37 33 0d 0d 0a 3e                        
    |  73   >         
[2009-10-13 13:20:23][ERROR][15757] Received message type 66
[2009-10-13 13:20:23][ERROR][15757] Got response: No error.
[2009-10-13 13:20:23][ERROR][15757] Sending frame: 
079153485002020011000C915348743053960000AA43CF3ABB0E9AC16A202A52D75050CB733A081566DFC3F939E89CB697E72073B8CEA6A71A8A86829A6E9775A0D8CC057A8EE920190C9603C566BA580E
[2009-10-13 13:20:23][ERROR][15757] Message sent: 0x21 / 0x00a3
[2009-10-13 13:20:23][ERROR][15757] 30 37 39 31 35 33 34 38 35 30 30 32 30 32 
30 30 | 0791534850020200
[2009-10-13 13:20:23][ERROR][15757] 31 31 30 30 30 43 39 31 35 33 34 38 37 34 
33 30 | 11000C9153487430
[2009-10-13 13:20:23][ERROR][15757] 35 33 39 36 30 30 30 30 41 41 34 33 43 46 
33 41 | 53960000AA43CF3A
[2009-10-13 13:20:23][ERROR][15757] 42 42 30 45 39 41 43 31 36 41 32 30 32 41 
35 32 | BB0E9AC16A202A52
[2009-10-13 13:20:23][ERROR][15757] 44 37 35 30 35 30 43 42 37 33 33 41 30 38 
31 35 | D75050CB733A0815
[2009-10-13 13:20:23][ERROR][15757] 36 36 44 46 43 33 46 39 33 39 45 38 39 43 
42 36 | 66DFC3F939E89CB6
[2009-10-13 13:20:23][ERROR][15757] 39 37 45 37 32 30 37 33 42 38 43 45 41 36 
41 37 | 97E72073B8CEA6A7
[2009-10-13 13:20:23][ERROR][15757] 31 41 38 41 38 36 38 32 39 41 36 45 39 37 
37 35 | 1A8A86829A6E9775
[2009-10-13 13:20:23][ERROR][15757] 41 30 44 38 43 43 30 35 37 41 38 45 45 39 
32 30 | A0D8CC057A8EE920
[2009-10-13 13:20:23][ERROR][15757] 31 39 30 43 39 36 30 33 43 35 36 36 42 41 
35 38 | 190C9603C566BA58
[2009-10-13 13:20:23][ERROR][15757] 30 45 1a                                    
    | 0E              
[2009-10-13 13:20:23][ERROR][15757] write: 
[079153485002020011000C915348743053960000AA43CF3ABB0E9AC16A202A52D75050CB733A081566DFC3F939E89CB697E72073B8CEA6A71A8A86829A6E9775A0D8CC057A8EE920190C9603C566BA580E^Z]
[2009-10-13 13:20:23][ERROR][15757] read : 
[0E^ZAT+AT+CSCSAT+CSATATEAT+CMEE<lf>AT+GMM<cr><lf><cr><lf>OK<cr><lf>]
[2009-10-13 13:20:23][ERROR][15757] Message received: 0x21 / 0x002d
[2009-10-13 13:20:23][ERROR][15757] 02 30 45 1a 41 54 2b 41 54 2b 43 53 43 53 
41 54 |  0E AT+AT+CSCSAT
[2009-10-13 13:20:23][ERROR][15757] 2b 43 53 41 54 41 54 45 41 54 2b 43 4d 45 
45 0a | +CSATATEAT+CMEE 
[2009-10-13 13:20:23][ERROR][15757] 41 54 2b 47 4d 4d 0d 0a 0d 0a 4f 4b 0d      
    | AT+GMM    OK    
[2009-10-13 13:20:23][ERROR][15757] Received message type 21
[2009-10-13 13:20:23][ERROR][15757] Send succeeded with reference -1!
[2009-10-13 13:20:23][ERROR][15757] Serial device: closing device
[2009-10-13 13:20:23][ERROR][15757] 

reply via email to

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