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

Console1.exe has triggered a breakpoint.

Jianzhong_C_
Beginner
822 Views

hi,

      i am new to Fortran. when i am debuging a sample program, it outputs:

'Console1.exe' (Win32): Loaded 'C:\Users\ASUS\Documents\Visual Studio 2015\Projects\Console1\Console1\Debug\Console1.exe'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\redist\ia32_win\compiler\libifcoremdd.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imagehlp.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Module was built without symbols.
'Console1.exe' (Win32): Loaded 'C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.3.207\windows\redist\ia32_win\compiler\libmmd.dll'. Module was built without symbols.
Console1.exe has triggered a breakpoint.

The thread 0x33f0 has exited with code -1073741510 (0xc000013a).
The thread 0xe98 has exited with code -1073741510 (0xc000013a).
The thread 0x2f68 has exited with code -1073741510 (0xc000013a).
The thread 0x2220 has exited with code -1073741510 (0xc000013a).
The program '[7384] Console1.exe' has exited with code -1073741510 (0xc000013a).

 

Next to the console window, it shows a window named Source Not Available with content: Frame not in module 

However, when i choose start without debugging, it successfully output to Console1.exe.

I am using windows 10, Microsoft visual studio community 2015 and Parallel studio XE 2016 cluster edition.

Thanks and regards,

0 Kudos
1 Reply
Steven_L_Intel1
Employee
822 Views

There is probably a separate console window "behind" the Visual Studio window with the actual error. Look on the taskbar. Usually this "has triggered a breakpoint" means that a run-time detected error such as out-of-bounds array reference was reported.

0 Kudos
Reply