1.90.3 crashes with read memory violation.
Posted: Fri May 11, 2007 3:43 pm
Hi, an weeks ago I have downloaded 1.90.3 instead my 1.90, but it always hang while I viewing picture or do nothing but writing in MS Word.
so I use ollydbg to monitor the process and found it still hang in memory copy operation, for eg, when xnview tring to copy some data from an unallacate buffer, it's crash in ntdll.dll reports 0x????????? cannot reading.
these codes looks like present in some walker threads.
ECX=00000020 (decimal 32.)
DS:[ESI]=[0BFCFCFC]=???
ES:[EDI]=[0BECE0B8]=FDFDFDFD
so I use ollydbg to monitor the process and found it still hang in memory copy operation, for eg, when xnview tring to copy some data from an unallacate buffer, it's crash in ntdll.dll reports 0x????????? cannot reading.
these codes looks like present in some walker threads.
Code: Select all
00618CC0 |> 8B8D A8FEFFFF /MOV ECX,DWORD PTR SS:[EBP-158]
00618CC6 |. 8B33 |MOV ESI,DWORD PTR DS:[EBX]
00618CC8 |. 8BBD 94FEFFFF |MOV EDI,DWORD PTR SS:[EBP-16C]
00618CCE |. 8BC1 |MOV EAX,ECX
00618CD0 |. C1E9 02 |SHR ECX,2
00618CD3 |. F3:A5 |REP MOVS DWORD PTR ES:[EDI],DWORD PTR DS>
00618CD5 |. 8BC8 |MOV ECX,EAX
DS:[ESI]=[0BFCFCFC]=???
ES:[EDI]=[0BECE0B8]=FDFDFDFD