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

Error message "symbol is unloaded"

ys0521
Beginner
734 Views

I got this error messages.

'console1.exe': Loaded 'C:\\Windows\\System32\\ntdll.dll', No symbols loaded.

'console1.exe': Loaded 'C:\\Windows\\SysWOW64\\kernel32.dll', No symbols loaded.

'console1.exe': Loaded 'C:\\Windows\\SysWOW64\\KernelBase.dll', No symbols loaded.

The program '[9000] console1.exe: Native' has exited with code -1073741701 (0xc000007b).

I'm in 64 bit, Windows 7.

Visual studio 2005(service pack 1) , this program is written in Fortran (intel).

I've downloaded a symbol package from

http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx#f

but it was not helpful.

I have no idea how to solve this problem. Since this program is running well in Linux, I don't think there's any problem with code itself.

Thank you very much in advance for your help!

0 Kudos
1 Reply
Xiaoping_D_Intel
Employee
734 Views

Thosemessages are not error and needn't to be resolved. It just means debugging symbols of those system dll were not loaded in the debugging session.They will not impact debugging your program.

0 Kudos
Reply