Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Error in x64 debug mode

skyboating
Beginner
272 Views

I met an strange error sometimes ago.

When my program runs in x64 debug mode, it seems there is some dead loop there, the program stops without any message, i try it let it printf something if the time counter exceed some threshold, even it doesn't work.

Then i tried in release mode, it works very well.

And i test it also in win32, it works perfect either in debug or release mode.

It would be really nice if anyone could give me some tips.

Sorry for the internet problems, please delete the other two duplicated threads

0 Kudos
1 Reply
Dale_S_Intel
Employee
272 Views

Well, we probably need more information. When you say it "stops" do you mean that the program terminates, or hangs (stops responding to input, not terminating, not making any visible progress) or something else?

Ideally if you can provide a way to replicate the problem, we can look into it. If you have a test case that you don't want public, you can attach it to a private response or submit to premier.intel.com.

Thanks!

Dale

0 Kudos
Reply