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

Scope spread across 2 or more LoadableSections

Deleted_U_Intel
Employee
668 Views
Hi, im running a mixure of fortran 9.0 code under em64t linked to c libraries. unfortunatelly the code crashes from timt to time at various places inside the c libs. when i load the .exe into the intel debugger i get the following error message:

COMPILER ERROR: Scope spread across 2 or more LoadableSections - KLASSPRECISION, procStart = 0x401000, procEnd = 0x400fff
loLS = LoadableSection{"f3dg.exe .text" prefers 0x0000000000401000..0x0000000000b4c37d}
done

i can still use the debugger, aber run the code. i m not sure if this is really the problem, but i want to give it a try.

what does this compiler error mean, and how to get rid of this ?
0 Kudos
3 Replies
Steven_L_Intel1
Employee
668 Views
I haven't seen such a message before. Please submit a test case to Intel Premier Support.
0 Kudos
berstis
Beginner
668 Views
We are also getting a lot of messages when loading a cleanly compiled and linked exe using idb:

COMPILER ERROR: Scope spread across 2 or more LoadableSections - . procStart = 0x????????. procEnd=0x????????
ioLS = LocadableSection{"myexe.exe .text" prefers 0X00401000..0x0122ffed}

where and ???????? vary from message to message. This is using the 9.1 C++ compiler and idb debugger in Windows. It seems to run except we are trying to find a mysterious bug which seems to corrupt the computation occasionally.

0 Kudos
Steven_L_Intel1
Employee
668 Views
Same advice applies - you're looking at either a compiler or idb bug. Report it to Intel Premier Support.
0 Kudos
Reply