1.90.3 crashes with read memory violation.

Bugs found in XnView Classic. Please report only one bug per topic!

Moderators: helmut, XnTriq, xnview

Post Reply
User avatar
azsd
Posts: 22
Joined: Tue May 31, 2005 5:54 pm
Location: Forest
Contact:

1.90.3 crashes with read memory violation.

Post by azsd »

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.

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
ECX=00000020 (decimal 32.)
DS:[ESI]=[0BFCFCFC]=???
ES:[EDI]=[0BECE0B8]=FDFDFDFD
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: 1.90.3 crashes with read memory violation.

Post by xnview »

azsd wrote: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.
With browser opened? With a clean ini?
Pierre.
Guest

Post by Guest »

try switching off the nx (no execute) option in bios
User avatar
azsd
Posts: 22
Joined: Tue May 31, 2005 5:54 pm
Location: Forest
Contact:

Post by azsd »

DEP surely disabled years ago.
I delete the ini but the problem still exists.
I'll try 1.91 later
Post Reply