8 messages in com.mysql.lists.bugsdate functions crash| From | Sent On | Attachments |
|---|---|---|
| Max Hammond | 03 Apr 2001 09:10 | |
| Max Hammond | 04 Apr 2001 03:03 | |
| Sinisa Milivojevic | 04 Apr 2001 04:39 | |
| Max Hammond | 04 Apr 2001 04:54 | |
| Sinisa Milivojevic | 04 Apr 2001 05:57 | |
| Michael Widenius | 04 Apr 2001 06:26 | |
| Sasha Pachev | 05 Apr 2001 17:30 | |
| Sinisa Milivojevic | 06 Apr 2001 06:32 |
| Subject: | date functions crash![]() |
|---|---|
| From: | Max Hammond (ma...@flipstorm.net) |
| Date: | 04/03/2001 09:10:09 AM |
| List: | com.mysql.lists.bugs |
Show Stopper for your attention:
Description : SELECT MONTH() or YEAR() causes server to crash How-To-Repeat :
I had a (myisam) table with one text field that contained a load of (alledgedly) dates, but the data wasn't perfect, so there were lots of 2000-11- and -12-01 kinds of things. doing SELECT MONTH(dirtyfield) or YEAR(dirtyfield) resulted in a server crash on WinNT (stack traces attached), and some odd behaviour on Solaris. On the sun, the server disconnected all connected users, reset it's uptime to 0 (but didn't go down), and got confused about access permissions; allowing users to connect to the server, but not to use any of the databases. FLUSH PRIVILEGES corrected the behaviour.
Cheers,
Max
Originator : Max Hammond Organization : University of Warwick Severity : [ critical ] Priority : [ high ] Category : [ mysqld ] Class : [ sw-bug ] OS Platform : Windows NT detected
This bug manifests itself on Solaris also, using MySQL 3.23.35
SunOS mimosa 5.7 Generic_106541-14 sun4u sparc SUNW,Ultra-4
(this isn't the machine running the server, but it's nearly the same)
Machine description: Compiler : VC++ 6.0 Architecture : i686 Total Memory : 64.948 MB RAM
My.ini File
[mysqld] basedir=C:/mysql datadir=C:/mysql/data
Server Status Values
Server Info 3.23.36-debug-log Host Info localhost via TCP/IP Client Info 3.23.33 Proto Info 10 Aborted_clients 0 Aborted_connects 0 Bytes_received 0 Bytes_sent 0 Connections 2 Created_tmp_disk_tables 0 Created_tmp_tables 0 Created_tmp_files 0 Delayed_insert_threads 0 Delayed_writes 0 Delayed_errors 0 Flush_commands 1 Handler_delete 0 Handler_read_first 1 Handler_read_key 0 Handler_read_next 0 Handler_read_prev 0 Handler_read_rnd 0 Handler_read_rnd_next 8 Handler_update 0 Handler_write 0 Key_blocks_used 0 Key_read_requests 0 Key_reads 0 Key_write_requests 0 Key_writes 0 Max_used_connections 0 Not_flushed_key_blocks 0 Not_flushed_delayed_rows 0 Open_tables 0 Open_files 0 Open_streams 0 Opened_tables 5 Questions 1 Select_full_join 0 Select_full_range_join 0 Select_range 0 Select_range_check 0 Select_scan 0 Slave_running OFF Slave_open_temp_tables 0 Slow_launch_threads 0 Slow_queries 0 Sort_merge_passes 0 Sort_range 0 Sort_rows 0 Sort_scan 0 Table_locks_immediate 5 Table_locks_waited 0 Threads_cached 0 Threads_created 1 Threads_connected 1 Threads_running 1 Uptime 6
Variables Values
ansi_mode OFF
back_log 50
basedir c:\mysql\
binlog_cache_size 32768
character_set latin1
character_sets latin1 big5 czech euc_kr gb2312 gbk sjis
tis620 ujis dec8 dos german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew
win1251 estonia hungarian koi8_ukr win1251ukr greek win1250 croat cp1257 latin5
concurrent_insert ON
connect_timeout 5
datadir c:\mysql\data\
delay_key_write ON
delayed_insert_limit 100
delayed_insert_timeout 300
delayed_queue_size 1000
flush OFF
flush_time 1800
have_bdb NO
have_gemini NO
have_innobase NO
have_isam YES
have_raid NO
have_ssl NO
init_file
interactive_timeout 28800
join_buffer_size 131072
key_buffer_size 8388600
language c:\mysql\share\english\
large_files_support ON
log OFF
log_update OFF
log_bin OFF
log_slave_updates OFF
long_query_time 10
low_priority_updates OFF
lower_case_table_names 1
max_allowed_packet 1048576
max_binlog_cache_size 4294967295
max_binlog_size 1073741824
max_connections 100
max_connect_errors 10
max_delayed_threads 20
max_heap_table_size 16777216
max_join_size 4294967295
max_sort_length 1024
max_user_connections 0
max_tmp_tables 32
max_write_lock_count 4294967295
myisam_recover_options OFF
myisam_sort_buffer_size 8388608
net_buffer_length 16384
net_read_timeout 30
net_retry_count 10
net_write_timeout 60
open_files_limit 0
pid_file c:\mysql\data\default-name.pid
port 3306
protocol_version 10
record_buffer 131072
query_buffer_size 0
safe_show_database OFF
server_id 0
skip_locking ON
skip_networking OFF
skip_show_database OFF
slow_launch_time 2
socket MySQL
sort_buffer 2097144
table_cache 64
table_type MYISAM
thread_cache_size 0
thread_stack 65536
transaction_isolation READ-COMMITTED
timezone GMT Daylight Time
tmp_table_size 1048576
tmpdir d:\temp\
version 3.23.36
wait_timeout 28800
Last Lines from Err File
C:/mysql/bin/mysqld-nt.exe: ready for connections C:/mysql/bin/mysqld-nt.exe: ready for connections mysqld: ready for connections
010403 16:34:49 MYSQLD: Shutdown Complete
010403 16:34:48 MYSQLD: Normal shutdown MYSQLD: ready for connections
010403 16:34:13 C:/mysql/bin/mysqld-nt.exe: Shutdown Complete
010403 16:34:13 C:/mysql/bin/mysqld-nt.exe: Normal shutdown
010403 16:33:57 Aborted connection 1 to db: 'unconnected' user: 'H:' host:
`localhost' (Unknown error)
C:/mysql/bin/mysqld-nt.exe: ready for connections
C:/mysql/bin/mysqld-nt.exe: ready for connections
---------- Commence stack traces ---------------------
Application exception occurred: App: (pid=179) When: 4/3/2001 @ 16:35:58.123 Exception number: c0000005 (access violation)
*----> System Information <----* Computer Name: DEFAULT_NAME User Name: cyaah Number of Processors: 1 Processor Type: x86 Family 6 Model 3 Stepping 4 Windows Version: 4.0 Current Build: 1381 Service Pack: 6 Current Type: Uniprocessor Free Registered Organization: University of Warwick Registered Owner: Computing Services
*----> Task List <----* 0 Idle.exe 2 System.exe 20 SMSS.exe 24 CSRSS.exe 34 WINLOGON.exe 40 SERVICES.exe 43 LSASS.exe 63 SPOOLSS.exe 71 NALNTSRV.exe 83 RPCSS.exe 89 wm.exe 104 PSTORES.exe 98 NDDEAGNT.exe 108 NTVDM.exe 116 EXPLORER.exe 115 systray.exe 124 comsmd.exe 128 nwtray.exe 113 mswheel.exe 143 NALWIN32.exe 151 netscape.exe 158 winmysqladmin.e.exe 186 CMD.exe 179 mysqld.exe 119 CMD.exe 190 mysql.exe 162 DRWTSN32.exe 0 _Total.exe
(00400000 - 005b3000) (77f60000 - 77fbe000) dll\ntdll.dbg (77f00000 - 77f5e000) dll\kernel32.dbg (77e70000 - 77ec5000) dll\user32.dbg (77ed0000 - 77efc000) dll\gdi32.dbg (77dc0000 - 77dff000) dll\advapi32.dbg (77e10000 - 77e67000) dll\rpcrt4.dbg (776d0000 - 776d8000) dll\wsock32.dbg (776b0000 - 776c4000) dll\ws2_32.dbg (78000000 - 78040000) (776a0000 - 776a7000) dll\ws2help.dbg (74ff0000 - 74ffe000) dll\rnr20.dbg (66210000 - 66219000) nwws2nds.dbg (50d50000 - 50d50000) (50d00000 - 50d00000) (50df0000 - 50df0000) (50db0000 - 50db0000) (66220000 - 6622c000) nwws2slp.dbg (1c000000 - 1c007000) nwsrvloc.dbg (77bf0000 - 77bf7000) dll\rpcltc1.dbg (77660000 - 7766f000) dll\msafd.dbg (77690000 - 77699000) dll\wshtcpip.dbg (0d2d0000 - 0d2d0000) (77a90000 - 77a9b000) dll\version.dbg (77c40000 - 77d7c000) dll\shell32.dbg (77aa0000 - 77b15000) COMCTL32.dbg (779c0000 - 779c8000) dll\lz32.dbg
State Dump for Thread Id 0xb2
eax=005a0e68 ebx=7766b100 ecx=005a0e68 edx=00000000 esi=0013b5e0 edi=000000a4 eip=77f682db esp=0012f584 ebp=0012f5d8 iopl=0 nv up ei ng nz ac pe cy cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000293
function: NtWaitForSingleObject
77f682d0 b8c5000000 mov eax,0xc5
77f682d5 8d542404 lea edx,[esp+0x4]
ss:0102df8b=a5a5a5a5
77f682d9 cd2e int 2e
77f682db c20c00 ret 0xc
77f682de 8bc0 mov eax,eax
*----> Stack Back Trace <----*
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0012f5d8 77664a12 000000a4 00000090 00000001 00000004
ntdll!NtWaitForSingleObject
0012f700 776b9f5f 00000000 0012f924 00000000 00000000 msafd!<nosymbols>
0012f750 004457e5 00000000 0012f924 00000000 00000000 ws2_32!select
0012fa38 00444bab 00000000 00000000 00000000 7ffdf000 !<nosymbols>
0012fcc8 0044528b 00000004 00a91990 00000000 00000000 !<nosymbols>
0012fd24 004453f5 00000000 00000000 00000000 7ffdf000 !<nosymbols>
0012ff80 005355bc 00000002 00a90ee0 00a90e10 00000000 !<nosymbols>
0012ffc0 77f1b9ea 00000000 00000000 7ffdf000 7ffdf000 !<nosymbols>
0012fff0 00000000 005354c0 00000000 000000b0 00000100
kernel32!GetProcessPriorityBoost
00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
*----> Raw Stack Dump <----* 0012f584 ce 89 66 77 a4 00 00 00 - 01 00 00 00 b0 f5 12 00 ..fw............ 0012f594 00 00 00 00 24 f9 12 00 - 18 f6 12 00 c0 51 31 b7 ....$........Q1. 0012f5a4 53 bc c0 01 ff ff ff ff - ff ff ff 7f ff ff ff ff S............... 0012f5b4 ff ff ff 7f 00 00 00 00 - 82 00 00 00 d0 f5 12 00 ................ 0012f5c4 c3 49 66 77 90 00 00 00 - 00 00 00 00 00 00 00 00 .Ifw............ 0012f5d4 00 00 00 00 00 f7 12 00 - 12 4a 66 77 a4 00 00 00 .........Jfw.... 0012f5e4 90 00 00 00 01 00 00 00 - 04 00 00 00 38 af 13 00 ............8... 0012f5f4 24 f9 12 00 d8 75 13 00 - ff ff ff ff ff ff ff 7f $....u.......... 0012f604 01 00 00 00 00 23 a9 00 - 90 00 00 00 19 00 00 00 .....#.......... 0012f614 f4 d3 f1 77 d0 00 00 00 - 20 f6 12 00 01 00 00 00 ...w.... ....... 0012f624 ac d1 f1 77 d0 00 00 00 - 03 00 00 00 38 f6 12 00 ...w........8... 0012f634 bc f6 12 00 d3 b6 4d 00 - 66 00 00 00 b0 f6 12 00 ......M.f....... 0012f644 ac f6 12 00 a8 f6 12 00 - 98 76 a8 00 80 0e 5a 00 .........v....Z. 0012f654 00 f0 fd 7f b0 f6 12 00 - b4 a1 46 00 28 fa 12 00 ..........F.(... 0012f664 fb 32 34 38 b8 05 5a 00 - c8 f6 12 00 48 91 44 00 .248..Z.....H.D. 0012f674 50 72 a8 00 01 00 00 00 - 80 0e 5a 00 00 f0 fd 7f Pr........Z..... 0012f684 00 f0 fd 7f d0 92 57 00 - 04 f7 12 00 3b 8d 4b 00 ......W.....;.K. 0012f694 28 01 00 00 fc f6 12 00 - 00 00 01 00 04 f6 12 00 (............... 0012f6a4 2c 00 00 00 03 01 00 00 - 0c f6 12 00 1e 00 39 01 ,.............9. 0012f6b4 f0 31 a9 00 d0 00 00 00 - 60 f7 12 00 c1 5f 44 00 .1......`...._D.
State Dump for Thread Id 0xaf
eax=1c002758 ebx=00000000 ecx=00000000 edx=00000000 esi=1c000000 edi=00000048 eip=77f6797f esp=00ccff1c ebp=00ccff48 iopl=0 nv up ei pl zr na po nc cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
function: ZwDeviceIoControlFile
77f67974 b82d000000 mov eax,0x2d
77f67979 8d542404 lea edx,[esp+0x4]
ss:01bce923=????????
77f6797d cd2e int 2e
77f6797f c22800 ret 0x28
77f67982 8bc0 mov eax,eax
*----> Stack Back Trace <----*
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
00ccff48 1c0027de 90000083 00000000 00ccff6c 00000030
ntdll!ZwDeviceIoControlFile
00ccffb8 77f04ede 00000000 00000048 1c000000 00000000 nwsrvloc!<nosymbols>
00ccffec 00000000 1c002758 00000000 00000000 00000007 kernel32!lstrcmpiW
00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
*----> Raw Stack Dump <----* 00ccff1c 4d 25 00 1c 6c 00 00 00 - 00 00 00 00 00 00 00 00 M%..l........... 00ccff2c 00 00 00 00 e8 40 00 1c - 83 00 00 90 6c ff cc 00 .....@......l... 00ccff3c 30 00 00 00 00 00 00 00 - 00 00 00 00 b8 ff cc 00 0............... 00ccff4c de 27 00 1c 83 00 00 90 - 00 00 00 00 6c ff cc 00 .'..........l... 00ccff5c 30 00 00 00 48 00 00 00 - 00 00 00 1c 00 00 00 00 0...H........... 00ccff6c 17 00 00 00 00 20 50 c0 - 49 01 00 00 90 26 50 c0 ..... P.I....&P. 00ccff7c 00 00 00 00 00 00 00 00 - 50 73 13 00 50 c3 fb 80 ........Ps..P... 00ccff8c 88 33 57 80 00 02 00 00 - d9 93 ed 77 e8 20 72 80 .3W........w. r. 00ccff9c 50 73 13 00 60 ff cc 00 - 8b 74 11 80 dc ff cc 00 Ps..`....t...... 00ccffac b0 29 00 1c 50 12 00 1c - ff ff ff ff ec ff cc 00 .)..P........... 00ccffbc de 4e f0 77 00 00 00 00 - 48 00 00 00 00 00 00 1c .N.w....H....... 00ccffcc 00 00 00 00 00 00 00 1c - c4 ff cc 00 00 00 00 00 ................ 00ccffdc ff ff ff ff 44 b9 f3 77 - 38 d2 f3 77 00 00 00 00 ....D..w8..w.... 00ccffec 00 00 00 00 00 00 00 00 - 58 27 00 1c 00 00 00 00 ........X'...... 00ccfffc 00 00 00 00 07 00 00 00 - 01 01 00 00 ee ff ee ff ................ 00cd000c 00 00 00 00 00 00 a8 00 - 00 10 05 00 00 00 cd 00 ................ 00cd001c 00 01 00 00 38 00 cd 00 - 00 00 dd 00 51 00 00 00 ....8.......Q... 00cd002c 01 00 00 00 d8 04 a8 00 - 00 00 00 00 09 04 07 00 ................ 00cd003c 01 01 08 00 70 2c a9 00 - 20 00 dd 00 00 00 00 00 ....p,.. ....... 00cd004c 00 00 00 00 1c 20 00 00 - 01 00 00 00 5e 00 00 00 ..... ......^...
State Dump for Thread Id 0xb9
eax=00534e60 ebx=00000000 ecx=0012f8d8 edx=00000000 esi=000000d4 edi=00000000 eip=77f682db esp=0166fe78 ebp=0166fe9c iopl=0 nv up ei pl zr na po nc cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
function: NtWaitForSingleObject
77f682d0 b8c5000000 mov eax,0xc5
77f682d5 8d542404 lea edx,[esp+0x4]
ss:0256e87f=????????
77f682d9 cd2e int 2e
77f682db c20c00 ret 0xc
77f682de 8bc0 mov eax,eax
*----> Stack Back Trace <----*
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0166fe9c 77f04f37 000000d4 ffffffff 00000000 00444222
ntdll!NtWaitForSingleObject
0166ff24 004db736 00000000 00000000 00a92d68 00a93230
kernel32!WaitForSingleObject
0166ff84 00534ec8 00a93390 00000000 00a92d68 00a93230 !<nosymbols>
0166ffb8 77f04ede 00a93230 00000000 00a92d68 00a93230 !<nosymbols>
0166ffec 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW
00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
State Dump for Thread Id 0xad
eax=00534e60 ebx=00000000 ecx=0012f8d8 edx=00000000 esi=0000001c edi=0176fe18 eip=77f682db esp=0176fdfc ebp=0176fe20 iopl=0 ov up ei pl nz ac pe cy cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000a13
function: NtWaitForSingleObject
77f682d0 b8c5000000 mov eax,0xc5
77f682d5 8d542404 lea edx,[esp+0x4]
ss:0266e803=????????
77f682d9 cd2e int 2e
77f682db c20c00 ret 0xc
77f682de 8bc0 mov eax,eax
*----> Stack Back Trace <----*
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0176fe20 77f04f37 0000001c 001b7740 00000000 004d135b
ntdll!NtWaitForSingleObject
0176fea0 00476a71 005a7238 005a7220 0176ff14 00000000
kernel32!WaitForSingleObject
0176ff24 004db736 00000000 00000000 00a92d68 00a93330 !<nosymbols>
0176ff84 00534ec8 00a931f0 00000000 00a92d68 00a93330 !<nosymbols>
0176ffb8 77f04ede 00a93330 00000000 00a92d68 00a93330 !<nosymbols>
0176ffec 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW
00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
State Dump for Thread Id 0xa8
eax=0000007a ebx=7766b100 ecx=00a92d1b edx=00000000 esi=0013b7b0 edi=000000e0 eip=77f682db esp=0186f9ec ebp=0186fa40 iopl=0 nv up ei ng nz ac pe cy cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000293
function: NtWaitForSingleObject
77f682d0 b8c5000000 mov eax,0xc5
77f682d5 8d542404 lea edx,[esp+0x4]
ss:0276e3f3=????????
77f682d9 cd2e int 2e
77f682db c20c00 ret 0xc
77f682de 8bc0 mov eax,eax
*----> Stack Back Trace <----*
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name
0186fa40 776642b6 000000e0 00000074 00000002 00000006
ntdll!NtWaitForSingleObject
0186fab0 776b84ef 00000074 0186fb10 00000001 0186fb1c msafd!<nosymbols>
0186faec 776d1173 00000074 0186fb10 00000001 0186fb1c ws2_32!WSARecv
0186fb20 004b891d 00000074 00d430e0 00000004 00000000 wsock32!recv
0186fb9c 0044acd1 00a92818 00d430e0 00000004 00a81ddc !<nosymbols>
0186fc28 0044aa04 00a8d10c 0186fc88 00a81ddc 000000a0 !<nosymbols>
0186fc90 0047861c 00a8d10c 00a81ddc 000000a0 00a92760 !<nosymbols>
0186fea4 00476fcd 00a8d100 00a81ddc 000000a0 00a92760 !<nosymbols>
0186ff24 004db736 00a8d100 00a81ddc 000000a0 00a92760 !<nosymbols>
0186ff84 00534ec8 00a931f0 00a81ddc 000000a0 00a92760 !<nosymbols>
0186ffb8 77f04ede 00a92760 00a81ddc 000000a0 00a92760 !<nosymbols>
0186ffec 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW
00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
*----> Raw Stack Dump <----* 0186f9ec ce 89 66 77 e0 00 00 00 - 01 00 00 00 18 fa 86 01 ..fw............ 0186f9fc 74 fa 86 01 18 fb 86 01 - 03 01 00 00 20 6d e2 aa t........... m.. 0186fa0c 53 bc c0 01 ff ff ff ff - ff ff ff 7f ff ff ff ff S............... 0186fa1c ff ff ff 7f 00 00 00 00 - 83 fb 4c 00 d0 00 00 00 ..........L..... 0186fa2c 97 42 66 77 74 00 00 00 - 00 00 00 00 00 00 00 00 .Bfwt........... 0186fa3c 00 00 00 00 b0 fa 86 01 - b6 42 66 77 e0 00 00 00 .........Bfw.... 0186fa4c 74 00 00 00 02 00 00 00 - 06 00 00 00 d8 75 13 00 t............u.. 0186fa5c 60 af 13 00 60 27 a9 00 - 10 fb 86 01 01 00 00 00 `...`'.......... 0186fa6c 00 00 00 00 20 00 00 00 - 03 01 00 00 0f 00 00 00 .... ........... 0186fa7c d0 fa 86 01 dc 1d a8 00 - 00 00 00 00 00 00 00 00 ................ 0186fa8c e0 00 00 00 00 00 00 00 - 00 00 a8 00 58 fa 86 01 ............X... 0186fa9c 00 00 00 00 a8 ff 86 01 - 60 98 66 77 d8 a4 66 77 ........`.fw..fw 0186faac 00 00 00 00 ec fa 86 01 - ef 84 6b 77 74 00 00 00 ..........kwt... 0186fabc 10 fb 86 01 01 00 00 00 - 1c fb 86 01 18 fb 86 01 ................ 0186facc 00 00 00 00 00 00 00 00 - 38 9e 13 00 e8 fa 86 01 ........8....... 0186fadc dc 1d a8 00 a0 00 00 00 - 38 9e 13 00 00 00 00 00 ........8....... 0186faec 20 fb 86 01 73 11 6d 77 - 74 00 00 00 10 fb 86 01 ...s.mwt....... 0186fafc 01 00 00 00 1c fb 86 01 - 18 fb 86 01 00 00 00 00 ................ 0186fb0c 00 00 00 00 04 00 00 00 - e0 30 d4 00 00 00 00 00 .........0...... 0186fb1c 68 92 57 00 9c fb 86 01 - 1d 89 4b 00 74 00 00 00 h.W.......K.t...
State Dump for Thread Id 0x82
eax=0196ebdc ebx=00a923a0 ecx=00000000 edx=000001b0 esi=00000004 edi=00a80000 eip=004b612d esp=0196eb74 ebp=0196ec20 iopl=0 nv up ei pl zr na po nc cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
function: <nosymbols>
004b610e 8b550c mov edx,[ebp+0xc]
ss:0286d626=????????
004b6111 52 push edx
004b6112 68fc905700 push 0x5790fc
004b6117 e8c93a0000 call 004b9be5
004b611c 83c40c add esp,0xc
004b611f eb09 jmp 004b612a
004b6121 8b4508 mov eax,[ebp+0x8]
ss:0286d626=????????
004b6124 83c001 add eax,0x1
004b6127 894508 mov [ebp+0x8],eax
ss:0286d626=????????
004b612a 8b4d08 mov ecx,[ebp+0x8]
ss:0286d626=????????
FAULT ->004b612d 0fbe11 movsx edx,byte ptr [ecx]
ds:00000000=??
004b6130 52 push edx
004b6131 e81a8e0700 call 0052ef50
004b6136 83c404 add esp,0x4
004b6139 85c0 test eax,eax
004b613b 750a jnz 004b6147
004b613d 8b4508 mov eax,[ebp+0x8]
ss:0286d626=????????
004b6140 3b45c4 cmp eax,[ebp-0x3c]
ss:0286d626=????????
004b6143 7402 jz 004b6147
004b6145 ebda jmp 004b6121
004b6147 8b4d08 mov ecx,[ebp+0x8]
ss:0286d626=????????
004b614a 3b4dc4 cmp ecx,[ebp-0x3c]
ss:0286d626=????????
*----> Stack Back Trace <----*
FramePtr ReturnAd Param#1 Param#2 Param#3 Param#4 Function Name 0196ec20 00402600 00000000 00000000 0196edf8 00000001 !<nosymbols> 0196ecdc 0041c8b6 0196edf8 00000001 00a80000 00000004 !<nosymbols> 0196ed3c 00435489 0196edf8 00000001 00a80000 00000004 !<nosymbols> 0196ed9c 0043555a 0196edf8 00000001 00a80000 00000004 !<nosymbols> 0196ee20 00427567 00a80000 00000004 00a923a0 00a923a0 !<nosymbols> 0196ee78 0041d798 0196eee4 00a80000 00000004 00a923a0 !<nosymbols> 0196eff8 0046ae00 00a87660 00a80000 00000004 00a923a0 !<nosymbols> 0196f080 0048ce2c 00a8746c 00a80000 00000004 00a923a0 !<nosymbols> 0196f0f4 0048bde1 0196f3f0 00d556a8 00000000 00a80000 !<nosymbols> 0196f190 0048ba18 0196f3f0 00d55588 00000000 00a80000 !<nosymbols> 0196f214 0048295e 0196f3f0 00a8746c 00000000 00000000 !<nosymbols> 0196f8fc 00479a64 00a87250 00d55388 00a8746c 00000000 !<nosymbols> 0196fc20 0047cc5f 00a80000 00000004 00a923a0 00000010 !<nosymbols> 0196fc88 00478b2f 00a87250 00d55288 00000024 00a80000 !<nosymbols> 0196fea4 00476fcd 00a87250 00a80000 00000004 00a923a0 !<nosymbols> 0196ff24 004db736 00a87250 00a80000 00000004 00a923a0 !<nosymbols> 0196ff84 00534ec8 00a931f0 00a80000 00000004 00a923a0 !<nosymbols> 0196ffb8 77f04ede 00a923a0 00a80000 00000004 00a923a0 !<nosymbols> 0196ffec 00000000 00534e60 00a923a0 00000000 000000a9 kernel32!lstrcmpiW 00000000 00000000 00000000 00000000 00000000 00000000 !<nosymbols>
*----> Raw Stack Dump <----* 0196eb74 00 00 a8 00 04 00 00 00 - a0 23 a9 00 a0 23 a9 00 .........#...#.. 0196eb84 48 00 02 00 00 00 a8 00 - 04 00 00 00 a0 23 a9 00 H............#.. 0196eb94 00 00 cd 00 14 00 cd 00 - d8 eb 01 10 d8 eb 96 01 ................ 0196eba4 63 41 f6 77 00 00 a8 00 - e0 d7 d5 00 00 00 00 00 cA.w............ 0196ebb4 09 40 00 00 04 00 00 00 - 00 00 a8 00 28 ec 96 01 .@..........(... 0196ebc4 90 ec 96 01 28 ec 96 01 - d7 a9 40 00 00 00 00 00 ....(.....@..... 0196ebd4 00 00 a8 00 04 00 00 00 - a0 23 a9 00 a0 23 a9 00 .........#...#.. 0196ebe4 00 00 00 00 a0 23 a9 00 - 00 00 00 00 cf 07 00 00 .....#.......... 0196ebf4 0b 00 00 00 0b 00 00 00 - 00 00 00 00 00 00 00 00 ................ 0196ec04 00 00 00 00 00 00 00 00 - 03 00 00 00 06 00 00 00 ................ 0196ec14 04 00 00 00 04 00 00 00 - 01 00 00 00 dc ec 96 01 ................ 0196ec24 00 26 40 00 00 00 00 00 - 00 00 00 00 f8 ed 96 01 .&@............. 0196ec34 01 00 00 00 00 00 a8 00 - 04 00 00 00 a0 23 a9 00 .............#.. 0196ec44 ac ec 96 01 a8 ec 96 01 - 00 00 a8 00 00 00 00 00 ................ 0196ec54 a0 23 a9 00 27 00 00 00 - a0 23 a9 00 4c ec 96 01 .#..'....#..L... 0196ec64 50 ec 96 01 01 00 00 00 - 01 00 00 00 50 ec 96 01 P...........P... 0196ec74 4c ec 96 01 01 00 00 00 - 4c ec 96 01 a8 1c d5 00 L.......L....... 0196ec84 00 00 00 00 01 00 00 00 - 90 ec 96 01 00 00 00 00 ................ 0196ec94 00 00 00 00 00 00 00 00 - 00 00 00 00 b0 ec 96 01 ................ 0196eca4 28 00 00 00 28 00 00 00 - 00 00 00 00 00 00 a8 00 (...(...........




