Crash when application verifier is running

On a 32-bit system, I use the application verifier to verify my program. A crash has occurred. I write a demo which only uses Image.Load(XXX), and so on. This is too bad.

@Feng_Minxuan,

Can you please share source file along with sample project to reproduce issue on our end so that we may help you out.

Here is the simple demo. Found problems only under 32-bit system

using System;
using Aspose.Imaging;

namespace testAspose
{
class Program
{
static void Main(string[] args)
{
Console.ReadKey();
Console.WriteLine(“start!”);
Image.Load(“C:\Users\User\Desktop\123.jpg”);
Console.WriteLine(“end!”);
Console.ReadKey();
}
}
}

@Feng_Minxuan,

Can you please share the source file reproducing the issue on your end.

Program.zip (347 Bytes)

@Feng_Minxuan,

Can you please share source image so that we may further investigate to help you out.

Which i said is very simple. It is easy to reproduce the issue. Why you do not try it???

@Feng_Minxuan,

I have tested this on my end and unable to observe issue. Can you please share your source image file “123.jpg” which you used on your end in image.load(XXX).