Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Build error

reneeculver
Beginner
373 Views

000000013F593AF2 call 000000013F591A80

000000013F593AF7 mov dword ptr [rbp+384h],eax

000000013F593AFD mov eax,dword ptr [rbp+384h]

000000013F593B03 mov dword ptr [rbp+474h],eax

000000013F593B09 mov eax,dword ptr [rbp+460h]

000000013F593B0F test eax,eax

000000013F593B11 je 000000013F593CB6

000000013F593B17 mov eax,dword ptr [rbp+47Ch]

000000013F593B1D cmp eax,3

000000013F593B20 jne 000000013F593CB6

000000013F593B26 mov rax,qword ptr [13F642440h]

000000013F593B2D mov eax,dword ptr [rax+8]

000000013F593B30 test eax,eax

000000013F593B32 jne 000000013F593CB6

000000013F593B38 int 3

000000013F593B39 jmp 000000013F593CB6

000000013F593B3E mov eax,dword ptr [rbp+3F4h]

000000013F593B44 test eax,eax

000000013F593B46 jne 000000013F593B7E

000000013F593B48 mov rax,qword ptr [13F642440h]

000000013F593B4F test rax,rax

000000013F593B52 je 000000013F593B7E

000000013F593B54 mov eax,dword ptr [rbp+45Ch]

000000013F593B5A cmp eax,1

This error has been troubleome because It's build error which leaves me no Source. Can someone help as it doesn't give me much to go on.

The breakage is at 000000013F593B38

Renee

0 Kudos
5 Replies
Steven_L_Intel1
Employee
373 Views
This is not a build error. You have some sort of run-time error. Is there a terminal window hidden behind the Visual Studio window? This may have details of the error.
0 Kudos
reneeculver
Beginner
373 Views
No, It was equivalent to a console task as it is the adventure taskyou sent. I think of the two projects it is the setup process.

I call it a build error because I never see the program run.

By the way, I didn't have any blue-rays to backup the system. Today I paid 100.00 to go to microcenter and get some blue rays. I am backing up the system as I wrie.

Renee
0 Kudos
mecej4
Honored Contributor III
373 Views
You provided no context for the machine code dump extract that you gave. Which process produced this dump? Is it the dump of an .EXE, a .DLL, and which one? Are you really debugging at the assembly level?

If at address 000000013F593B30 Register eax is zero an interrupt 3 is taken. What happens then depends on the current handler for the interrupt.
0 Kudos
Steven_L_Intel1
Employee
373 Views
When you run a console application (as Adventure is), it creates a console window. Sometimes, when an error occurs, the console window has the real error message but it is hidden by the Visual Studio window, so look in the taskbar to see if there is an additional window and bring it forward.

Most likely there is a detailed error message in the console window.
0 Kudos
reneeculver
Beginner
373 Views

No, It was equivalent to a console task as it is the adventure task you sent. I think of the two projects it is the setup process.

I call it a build error because I never see the program run.

By the way, I didn't have any blue-rays to backup the system. Today I paid 100.00 to go to microcenter and get some blue rays. I am backing up the system as I wrtie.

Renee

0 Kudos
Reply