[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
serious memory leak
From: |
cm7005 |
Subject: |
serious memory leak |
Date: |
Sun, 27 Jun 2010 11:01:07 +0800 |
User-agent: |
Thunderbird 2.0.0.24 (Windows/20100228) |
Hi,
I tried a few days to find out something about memory leak in
gnokii-0.6.29. It seems the memory leak is a big problem. When I try to
use gnokii --getsms IN 1 1 to read only one message, the VLD shows me 51
memory leaks. I searched the source code in gnokii source code
directory, and I find something strange about function:
"gn_error NK6510_GetFileListCache(gn_data *data, struct gn_statemachine
*state)"
In this function, "map_add" and "map_get" functions are called in many
file system operations, but the "map_free" and "map_del" functions have
never been called at all. Will this cause memory leak?
----------------------------------------------------------------------
Then I followed the VLD information, it shows me that the "fl->files =
calloc(fl->size, sizeof(char *))" in "void inc_filecount(gn_file_list
*fl)" also has memory leak.
Could anyone please help me on this. I'm so tried and unable to follow
all the "calloc".
----------------------------------------------------------------------
BTW: the "--getfilelist c:/predefmessages/1/*" works just fine. Only one
memleak has been detected. I think the problem is maybe in functions of
reading file content. I also tried to use "NK6510_GetFileList" instead
of the cache version, but no lucky, the memleaks are still there. If I
use "--getsms IN 1 end" to read SMS in a loop, it will cause Windows 7
dump memory blue screen, then I have to reboot. So this is not a small
bug, can anyone help me please?
Sincerely,
Mark
------------------------------------------------------------------------
Visual Leak Detector detected 51 memory leaks.
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2707):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(293): sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(305): sm_block
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2331):
NK6510_GetFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1681):
NK6510_GetSMS_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1593):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 02 F7 00
........ ........
---------- Block 547 at 0x01295570: 549 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2322):
NK6510_GetFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1681):
NK6510_GetSMS_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1593):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 02 00 01 00 00 00 9C 00 00 02 25 00 00 00 00
........ ...%....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 31
........ .......1
00 30 00 30 00 31 00 30 00 00 00 00 00 00 00 00
.0.0.1.0 ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
24 05 80 01 10 F0 00 08 01 60 22 22 14 94 23 8C
$....... .`""..#.
5C 0A 65 6C 76 84 75 28 62 37 FF 0C 60 A8 52 69
\.elv.u( b7..`.Ri
4F 59 67 2A 52 30 8D 26 8D 60 6B 3E 4F 59 98 9D
OYg*R0.& .`k>OY..
54 08 8B A1 4E 3A 00 34 00 36 00 30 51 43 FF 0C
T...N:.4 .6.0QC..
4E 0B 67 08 5C 06 52 30 8D 26 00 32 00 30 51 43
N.g.\.R0 .&.2.0QC
30 02 53 D1 77 ED 4F E1 00 43 00 58 00 59 00 45
0.S.w.O. .C.X.Y.E
52 30 00 31 00 30 00 30 00 31 00 30 53 EF 67 E5
R0.1.0.0 .1.0S.g.
8B E2 5F 53 67 08 4F 59 98 9D 30 02 00 00 00 00
.._Sg.OY ..0.....
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 01 00 D6 01
........ ........
00 01 00 08 00 01 00 0E 00 01 00 0B 00 01 00 06
........ ........
00 04 00 00 00 00 09 00 04 00 00 00 00 27 00 01
...... . .....'..
00 23 00 04 00 00 00 00 26 00 01 00 03 00 6E 5C
.#...... &.....n\
0A 65 6C 76 84 75 28 62 37 FF 0C 60 A8 52 69 4F
.elv.u(b 7..`.RiO
59 67 2A 52 30 8D 26 8D 60 6B 3E 4F 59 98 9D 54
Yg*R0.&. `k>OY..T
08 8B A1 4E 3A 00 34 00 36 00 30 51 43 FF 0C 4E
...N:.4. 6.0QC..N
0B 67 08 5C 06 52 30 8D 26 00 32 00 30 51 43 30
.g.\.R0. &.2.0QC0
02 53 D1 77 ED 4F E1 00 43 00 58 00 59 00 45 52
.S.w.O.. C.X.Y.ER
30 00 31 00 30 00 30 00 31 00 30 53 EF 67 E5 8B
0.1.0.0. 1.0S.g..
E2 5F 53 67 08 4F 59 98 9D 30 02 00 00 02 00 0F
._Sg.OY. .0......
2B 38 36 31 33 30 31 30 38 38 38 35 30 30 00 04
+8613010 888500..
00 0C 00 31 00 30 00 30 00 31 00 30 00 00 07 00
...1.0.0 .1.0....
01 00 05 00 01 00 12 00 04 00 00 00 00 24 00 01
........ .....$..
00 22 00 01 00
."...... ........
---------- Block 542 at 0x01295330: 512 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (173):
inc_filecount
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1662):
NK6510_GetSMS_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1593):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
08 C2 1F 00 78 C4 1F 00 E8 C6 1F 00 58 C9 1F 00
....x... ....X...
C8 CB 1F 00 38 CE 1F 00 A8 D0 1F 00 18 D3 1F 00
....8... ........
88 D5 1F 00 F8 D7 1F 00 68 DA 1F 00 D8 DC 1F 00
........ h.......
48 DF 1F 00 B8 E1 1F 00 28 E4 1F 00 98 E6 1F 00
H....... (.......
08 E9 1F 00 78 EB 1F 00 E8 ED 1F 00 58 F0 1F 00
....x... ....X...
C8 F2 1F 00 38 F5 1F 00 A8 F7 1F 00 18 FA 1F 00
....8... ........
88 FC 1F 00 D8 3F 29 01 48 42 29 01 B8 44 29 01
.....?). HB)..D).
28 47 29 01 98 49 29 01 08 4C 29 01 78 4E 29 01
(G)..I). .L).xN).
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
---------- Block 541 at 0x01293EF8: 24 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\map.c (92): map_add
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2231):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
88 1A 1F 00 E8 50 29 01 12 B3 26 4C 00 00 00 00
.....P). ..&L....
30 1A 1F 00 00 00 00 00
0....... ........
---------- Block 540 at 0x012950E8: 524 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2229):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
43 3A 5C 70 72 65 64 65 66 6D 65 73 73 61 67 65
C:\prede fmessage
73 5C 31 5C 2A 2E 2A 00 00 00 00 00 00 00 00 00
s\1\*.*. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
C8 BF 1F 00 20 00 00 00 80 00 00 00
........ ........
---------- Block 539 at 0x001F1A88: 24 bytes ----------
Call Stack:
f:\sp\vctools\crt_bld\self_x86\crt\src\strdup.c (75): _strdup_dbg
f:\sp\vctools\crt_bld\self_x86\crt\src\strdup.c (48): _strdup
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2228):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
43 3A 5C 70 72 65 64 65 66 6D 65 73 73 61 67 65
C:\prede fmessage
73 5C 31 5C 2A 2E 2A 00
s\1\*.*. ........
---------- Block 538 at 0x01294E78: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 37 46
........ 0000137F
33 39 35 38 30 42 45 35 30 30 30 30 32 30 31 30
39580BE5 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
1B 00 00 00 0A 00 00 00 05 00 00 00 1A 00 00 00
........ ........
35 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
5....... ........
00 00 00 00
........ ........
---------- Block 533 at 0x01294C08: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 36 32
........ 00001362
33 39 35 38 30 41 45 30 30 30 45 42 32 30 31 30
39580AE0 00EB2010
30 30 35 30 30 30 30 30 30 30 32 30 32 32 30 30
00500000 00202200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
1B 00 00 00 0A 00 00 00 01 00 00 00 0C 00 00 00
........ ........
4C 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
L....... ........
00 00 00 00
........ ........
---------- Block 528 at 0x01294998: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 36 31
........ 00001361
33 39 35 38 30 41 45 30 30 30 45 42 32 30 31 30
39580AE0 00EB2010
30 30 35 30 30 30 30 30 30 30 32 30 31 32 30 30
00500000 00201200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
1B 00 00 00 0A 00 00 00 01 00 00 00 0C 00 00 00
........ ........
59 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Y....... ........
00 00 00 00
........ ........
---------- Block 523 at 0x01294728: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 35 46
........ 0000135F
33 39 35 38 30 41 41 38 30 30 30 30 32 30 31 30
39580AA8 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
1B 00 00 00 0A 00 00 00 00 00 00 00 08 00 00 00
........ ........
E1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 518 at 0x012944B8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 35 44
........ 0000135D
33 39 35 38 30 36 38 30 30 30 30 30 32 30 31 30
39580680 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
1B 00 00 00 09 00 00 00 2A 00 00 00 1A 00 00 00 ....
... *.......
48 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
H....... ........
00 00 00 00
........ ........
---------- Block 513 at 0x01294248: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 34 31
........ 00001341
33 39 35 37 30 34 38 30 30 30 30 30 32 30 31 30
39570480 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
02 00 00 00 01 00 00 00 28 00 00 00 10 00 00 00
........ (.......
41 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A....... ........
00 00 00 00
........ ........
---------- Block 508 at 0x01293FD8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 34 30
........ 00001340
33 39 35 36 39 30 42 35 30 30 30 30 32 30 31 30
395690B5 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 11 00 00 00 1A 00 00 00 10 00 00 00
........ ........
25 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
%....... ........
00 00 00 00
........ ........
---------- Block 503 at 0x001FFC88: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 46 41 32
........ 00000FA2
33 39 34 36 31 31 44 31 30 30 35 34 32 30 31 30
394611D1 00542010
30 30 35 30 30 30 30 30 30 30 32 30 32 32 30 30
00500000 00202200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 0C 00 00 00 2F 00 00 00 20 00 00 00
........ /.......
4C 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
L....... ........
00 00 00 00
........ ........
---------- Block 498 at 0x001FFA18: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 46 41 31
........ 00000FA1
33 39 34 36 31 31 44 31 30 30 35 34 32 30 31 30
394611D1 00542010
30 30 35 30 30 30 30 30 30 30 32 30 31 32 30 30
00500000 00201200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 0C 00 00 00 2F 00 00 00 22 00 00 00
........ /..."...
61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a....... ........
00 00 00 00
........ ........
---------- Block 493 at 0x001FF7A8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 46 39 46
........ 00000F9F
33 39 34 36 30 46 38 36 30 30 30 30 32 30 31 30
39460F86 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 0C 00 00 00 25 00 00 00 38 00 00 00
........ %...8...
48 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
H....... ........
00 00 00 00
........ ........
---------- Block 488 at 0x001FF538: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 46
........ 0000133F
33 39 35 36 39 30 33 43 30 30 30 30 32 30 31 30
3956903C 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 11 00 00 00 18 00 00 00 0C 00 00 00
........ ........
41 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A....... ........
00 00 00 00
........ ........
---------- Block 483 at 0x001FF2C8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 44
........ 0000133D
33 39 35 36 31 44 37 33 30 30 33 31 32 30 31 30
39561D73 00312010
30 30 35 30 30 30 30 30 30 30 32 30 32 32 30 30
00500000 00202200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 0E 00 00 00 3A 00 00 00 ....
... ....:...
4C 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
L....... ........
00 00 00 00
........ ........
---------- Block 478 at 0x001FF058: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 43
........ 0000133C
33 39 35 36 31 44 37 33 30 30 33 31 32 30 31 30
39561D73 00312010
30 30 35 30 30 30 30 30 30 30 32 30 31 32 30 30
00500000 00201200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 0F 00 00 00 00 00 00 00 ....
... ........
83 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 473 at 0x001FEDE8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 42
........ 0000133B
33 39 35 36 31 44 37 33 30 30 30 30 32 30 31 30
39561D73 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 0E 00 00 00 22 00 00 00 ....
... ...."...
F1 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 468 at 0x001FEB78: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 36 43 41
........ 000006CA
33 38 37 34 37 44 43 41 30 30 30 30 32 30 31 30
38747DCA 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 01 00 00 00
........ ........
07 00 00 00 02 00 00 00 26 00 00 00 00 00 00 00
........ &.......
3F 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
?....... ........
00 00 00 00
........ ........
---------- Block 463 at 0x001FE908: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 41
........ 0000133A
33 39 35 35 43 45 43 37 30 30 30 30 32 30 31 30
3955CEC7 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 31 00 00 00 22 00 00 00 ....
... 1..."...
41 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A....... ........
00 00 00 00
........ ........
---------- Block 458 at 0x001FE698: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 39
........ 00001339
33 39 35 35 43 33 38 42 30 30 30 30 32 30 31 30
3955C38B 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 01 00 00 00 24 00 00 00 ....
... ....$...
41 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A....... ........
00 00 00 00
........ ........
---------- Block 453 at 0x001FE428: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 33 33 38
........ 00001338
33 39 35 35 43 33 35 46 30 30 30 30 32 30 31 30
3955C35F 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 36 00 00 00 ....
... ....6...
41 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A....... ........
00 00 00 00
........ ........
---------- Block 448 at 0x001FE1B8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 46 43
........ 000012FC
33 39 35 35 42 41 43 46 30 30 30 30 32 30 31 30
3955BACF 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 37 00 00 00 36 00 00 00 ....
... 7...6...
41 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A....... ........
00 00 00 00
........ ........
---------- Block 443 at 0x001FDF48: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 46 42
........ 000012FB
33 39 35 35 37 33 36 32 30 30 30 30 32 30 31 30
39557362 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
19 00 00 00 0A 00 00 00 32 00 00 00 08 00 00 00
........ 2.......
21 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
!....... ........
00 00 00 00
........ ........
---------- Block 438 at 0x001FDCD8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 46 41
........ 000012FA
33 39 35 35 36 38 30 35 30 30 30 30 32 30 31 30
39556805 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 DA 07 00 00 06 00 00 00
........ ........
19 00 00 00 0A 00 00 00 01 00 00 00 26 00 00 00
........ ....&...
44 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D....... ........
00 00 00 00
........ ........
---------- Block 433 at 0x001FDA68: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 44 46
........ 000012DF
33 39 35 34 35 45 39 41 30 30 33 33 32 30 31 30
39545E9A 00332010
30 30 35 30 30 30 30 30 30 30 32 30 32 32 30 30
00500000 00202200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 39 00 00 00 04 00 00 00 ....
... 9.......
4C 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
L....... ........
00 00 00 00
........ ........
---------- Block 428 at 0x001FD7F8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 44 45
........ 000012DE
33 39 35 34 35 45 39 41 30 30 33 33 32 30 31 30
39545E9A 00332010
30 30 35 30 30 30 30 30 30 30 32 30 31 32 30 30
00500000 00201200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 39 00 00 00 04 00 00 00 ....
... 9.......
61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a....... ........
00 00 00 00
........ ........
---------- Block 423 at 0x001FD588: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 44 44
........ 000012DD
33 39 35 34 35 45 35 44 30 30 39 41 32 30 31 30
39545E5D 009A2010
30 30 35 30 30 30 30 30 30 30 32 30 32 32 30 30
00500000 00202200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 38 00 00 00 02 00 00 00 ....
... 8.......
4C 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
L....... ........
00 00 00 00
........ ........
---------- Block 418 at 0x001FD318: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 35 46 37
........ 000005F7
33 38 36 36 41 43 35 38 30 30 30 30 32 30 31 30
3866AC58 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D9 07 00 00 0C 00 00 00
........ ........
1A 00 00 00 08 00 00 00 02 00 00 00 10 00 00 00
........ ........
24 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
$....... ........
00 00 00 00
........ ........
---------- Block 413 at 0x001FD0A8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 35 46 36
........ 000005F6
33 38 36 36 31 43 35 45 30 30 30 30 32 30 31 30
38661C5E 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D9 07 00 00 0C 00 00 00
........ ........
19 00 00 00 15 00 00 00 2F 00 00 00 36 00 00 00
........ /...6...
18 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 408 at 0x001FCE38: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 35 46 35
........ 000005F5
33 38 36 36 31 42 45 34 30 30 30 30 32 30 31 30
38661BE4 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D9 07 00 00 0C 00 00 00
........ ........
19 00 00 00 15 00 00 00 2D 00 00 00 34 00 00 00
........ -...4...
48 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
H....... ........
00 00 00 00
........ ........
---------- Block 403 at 0x001FCBC8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 35 43 43
........ 000005CC
33 38 36 33 38 45 35 45 30 30 30 30 32 30 31 30
38638E5E 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D9 07 00 00 0C 00 00 00
........ ........
17 00 00 00 17 00 00 00 11 00 00 00 22 00 00 00
........ ...."...
1F 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 398 at 0x001FC958: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 32 44 43
........ 000012DC
33 39 35 34 35 45 35 44 30 30 39 41 32 30 31 30
39545E5D 009A2010
30 30 35 30 30 30 30 30 30 30 32 30 31 32 30 30
00500000 00201200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 38 00 00 00 04 00 00 00 ....
... 8.......
61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a....... ........
00 00 00 00
........ ........
---------- Block 393 at 0x001FC6E8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 43 42 35
........ 00000CB5
33 39 33 31 30 46 31 31 30 30 34 38 32 30 31 30
39310F11 00482010
30 30 35 30 30 30 30 30 30 30 32 30 32 32 30 30
00500000 00202200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
04 00 00 00 07 00 00 00 26 00 00 00 32 00 00 00
........ &...2...
4C 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00
L....... ........
00 00 00 00
........ ........
---------- Block 388 at 0x001FC478: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 30 43 42 34
........ 00000CB4
33 39 33 31 30 46 31 31 30 30 34 38 32 30 31 30
39310F11 00482010
30 30 35 30 30 30 30 30 30 30 32 30 31 32 30 30
00500000 00201200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
04 00 00 00 07 00 00 00 26 00 00 00 32 00 00 00
........ &...2...
61 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a....... ........
00 00 00 00
........ ........
---------- Block 383 at 0x001FC208: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 30 30 30 30 31 31 35 41
........ 0000115A
33 39 35 32 32 35 41 44 30 30 30 30 32 30 31 30
395225AD 00002010
30 30 35 30 30 30 30 30 30 30 30 30 30 32 30 30
00500000 00000200
30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30
00000000 00000000
30 30 30 30 30 30 30 00 00 00 00 00 00 00 00 00
0000000. ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 0C 00 00 00 1E 00 00 00 30 00 00 00
........ ....0...
25 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
%....... ........
00 00 00 00
........ ........
---------- Block 382 at 0x001FBFC8: 512 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (173):
inc_filecount
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2672):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1329):
NK6510_GetSMSFolderStatus_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1366):
NK6510_GetSMSFolderStatus
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1490):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
08 C2 1F 00 78 C4 1F 00 E8 C6 1F 00 58 C9 1F 00
....x... ....X...
C8 CB 1F 00 38 CE 1F 00 A8 D0 1F 00 18 D3 1F 00
....8... ........
88 D5 1F 00 F8 D7 1F 00 68 DA 1F 00 D8 DC 1F 00
........ h.......
48 DF 1F 00 B8 E1 1F 00 28 E4 1F 00 98 E6 1F 00
H....... (.......
08 E9 1F 00 78 EB 1F 00 E8 ED 1F 00 58 F0 1F 00
....x... ....X...
C8 F2 1F 00 38 F5 1F 00 A8 F7 1F 00 18 FA 1F 00
....8... ........
88 FC 1F 00 D8 3F 29 01 48 42 29 01 B8 44 29 01
.....?). HB)..D).
28 47 29 01 98 49 29 01 08 4C 29 01 78 4E 29 01
(G)..I). .L).xN).
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
---------- Block 377 at 0x001F1A30: 24 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\map.c (92): map_add
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2231):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
60 7C 1F 00 B0 3C 29 01 12 B3 26 4C 00 00 00 00
`|...<). ..&L....
00 00 00 00 F8 3E 29 01
.....>). ........
---------- Block 376 at 0x01293CB0: 524 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2229):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
63 3A 5C 70 72 65 64 65 66 6D 65 73 73 61 67 65
c:\prede fmessage
73 5C 2A 2E 2A 00 00 00 00 00 00 00 00 00 00 00
s\*.*... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
D8 1B 1F 00 08 00 00 00 80 00 00 00
........ ........
---------- Block 375 at 0x001F7C60: 22 bytes ----------
Call Stack:
f:\sp\vctools\crt_bld\self_x86\crt\src\strdup.c (75): _strdup_dbg
f:\sp\vctools\crt_bld\self_x86\crt\src\strdup.c (48): _strdup
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2228):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
63 3A 5C 70 72 65 64 65 66 6D 65 73 73 61 67 65
c:\prede fmessage
73 5C 2A 2E 2A 00
s\*.*... ........
---------- Block 374 at 0x01293A40: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 36 00 00 00 00 00 00 00
........ 6.......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 370 at 0x012937D0: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 35 00 00 00 00 00 00 00
........ 5.......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 366 at 0x01293560: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 34 00 00 00 00 00 00 00
........ 4.......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 362 at 0x012932F0: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 33 00 00 00 00 00 00 00
........ 3.......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 358 at 0x01293080: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 32 00 00 00 00 00 00 00
........ 2.......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 354 at 0x001FBD58: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 31 00 00 00 00 00 00 00
........ 1.......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 350 at 0x001FBAE8: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 32 30 00 00 00 00 00 00
........ 20......
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 09 00 00 00 00 00 00 00 00 00 00 00 ....
... ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 346 at 0x001FB878: 564 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2673):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
00 00 00 00 00 00 00 00 65 78 63 68 61 6E 67 65
........ exchange
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 D7 07 00 00 01 00 00 00
........ ........
01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00
........ ........
---------- Block 345 at 0x001F1BD8: 512 bytes ----------
Call Stack:
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (173):
inc_filecount
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2672):
NK6510_IncomingFile
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(131): sm_incoming_function
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (423):
fbus_rx_statemachine
d:\workings\_kylixsoft\gnokii-0.6.29\common\links\fbus.c (498):
fbus_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(84): gn_sm_loop
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(275): __sm_block_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(311): sm_block_no_retry_timeout
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2254):
NK6510_GetFileList
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (2226):
NK6510_GetFileListCache
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1236):
NK6510_GetSMSFolders_S40_30
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1277):
NK6510_GetSMSFolders
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1481):
ValidateSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (1589):
NK6510_GetSMS
d:\workings\_kylixsoft\gnokii-0.6.29\common\phones\nk6510.c (490):
NK6510_Functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-statemachine.c
(360): gn_sm_functions
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1006):
gn_sms_request
d:\workings\_kylixsoft\gnokii-0.6.29\common\gsm-sms.c (1032):
gn_sms_get
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii-sms.c (746): getsms
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (861):
parse_options
d:\workings\_kylixsoft\gnokii-0.6.29\gnokii\gnokii.c (1189): main
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (597):
__tmainCRTStartup
f:\sp\vctools\crt_bld\self_x86\crt\src\crtexe.c (414): mainCRTStartup
0x76F41174 (File and line number not available): BaseThreadInitThunk
0x7754B3F5 (File and line number not available):
RtlInitializeExceptionChain
0x7754B3C8 (File and line number not available):
RtlInitializeExceptionChain
Data:
78 B8 1F 00 E8 BA 1F 00 58 BD 1F 00 80 30 29 01
x....... X....0).
F0 32 29 01 60 35 29 01 D0 37 29 01 40 3A 29 01
.2).`5). .7).@:).
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........ ........