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

Debugging error (Assertion failed in pil_unrelocatedAddrToSource.C)

Marx_L_
Beginner
265 Views

I'm trying to debug my code using idbc on Eclipse (Ubuntu 11.04), and I'm getting the following error message:
Assertion failed: "filename" ./src/st/src/pil_unrelocatedAddrToSource.C:629

I googled this message and could not find anything.

My ifort version is: 
ifort (IFORT) 12.1.0 20111011. 

I have no idea why this is suddently showing up. I have used this exact same configuration on the same machine for months and never had any problems with debugging until now.

Thanks for any assistance.

This is the full message:

Assertion failed: "filename" ./src/st/src/pil_unrelocatedAddrToSource.C:629
This is an unexpected condition and may indicate the presence of a defect.
If you wish to report this, please include the stack trace that follows.
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN15IDBAssertFailed3runEPKcS1_j+0xe) [0x5f737e]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN14DTLU_namespace12assertFailedEPKcS1_j+0x1e) [0xaffe3e]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN27UnrelocatedAddrToSourceImpl23findAddrsOfAdjustedLineEPK6FileIdRjRbb+0x1c2) [0xaacb22]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN27UnrelocatedAddrToSourceImpl20startsOfAdjustedLineEPK6FileIdRjRb+0x9) [0xaac959]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN24RelocatedAddrToSourceDef9lineAddrsER34RelocatedAddrToSource_addrCallbackPK6FileIdRjb+0xf8) [0x8a8fdc]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN14IfOccursAtLine9getRAListEP6VectorI13RelocatedAddrE+0x449) [0x631949]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN27AbstractConditionSourceLine9getRAListEP6VectorI13RelocatedAddrE+0x40) [0x8f3c04]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN19AbstractConditionPC7realizeEv+0x97) [0x8f2f79]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN20AbstractHandlerTable6createElbP17AbstractConditionP3CmdbbN7Handler15HandlerDurationES3_bP9ConditionNS4_18UserConditionStyleElNS4_14PassCountStyleE+0x44f) [0x8f9105]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN11CmdGdbBreak5do_itER19CmdExecutionContextRN10BaseForCmd9CmdResultE+0x1f7) [0x635081]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN10BaseForCmd7executeEb+0xf92) [0x63e362]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb() [0x5f5190]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_Z15ProcessCommandsv+0x54) [0x5f5362]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(__gxx_personality_v0+0x3ed) [0x5f3565]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_Z7idbMainiPPKcS1_+0x19a) [0x5f3810]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(main+0x3a) [0x5f350a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xff) [0x7f27cf184eff]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(__gxx_personality_v0+0x202) [0x5f337a]
Assertion failed: "filename" ./src/st/src/pil_unrelocatedAddrToSource.C:629
This is an unexpected condition and may indicate the presence of a defect.
If you wish to report this, please include the stack trace that follows.
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN15IDBAssertFailed3runEPKcS1_j+0xe) [0x5f737e]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN14DTLU_namespace12assertFailedEPKcS1_j+0x1e) [0xaffe3e]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN27UnrelocatedAddrToSourceImpl23findAddrsOfAdjustedLineEPK6FileIdRjRbb+0x1c2) [0xaacb22]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN27UnrelocatedAddrToSourceImpl20startsOfAdjustedLineEPK6FileIdRjRb+0x9) [0xaac959]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN24RelocatedAddrToSourceDef9lineAddrsER34RelocatedAddrToSource_addrCallbackPK6FileIdRjb+0xf8) [0x8a8fdc]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN14IfOccursAtLine9getRAListEP6VectorI13RelocatedAddrE+0x449) [0x631949]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN27AbstractConditionSourceLine9getRAListEP6VectorI13RelocatedAddrE+0x40) [0x8f3c04]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN19AbstractConditionPC7realizeEv+0x97) [0x8f2f79]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN20AbstractHandlerTable7realizeEv+0x70) [0x8f982e]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN6CmdRun5do_itER19CmdExecutionContextRN10BaseForCmd9CmdResultE+0x2f6) [0x61314a]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN10BaseForCmd7executeEb+0xf92) [0x63e362]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN8CmdQueue5do_itER19CmdExecutionContextRN10BaseForCmd9CmdResultE+0xaf) [0x65a2df]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_ZN10BaseForCmd7executeEb+0xf92) [0x63e362]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb() [0x5f5190]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_Z15ProcessCommandsv+0x54) [0x5f5362]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(__gxx_personality_v0+0x3ed) [0x5f3565]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(_Z7idbMainiPPKcS1_+0x19a) [0x5f3810]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(main+0x3a) [0x5f350a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xff) [0x7f27cf184eff]
/opt/intel/composerxe-2011.3.174/bin/intel64/iidb(__gxx_personality_v0+0x202) [0x5f337a]

0 Kudos
1 Reply
Georg_Z_Intel
Employee
265 Views
Hello, this is a problem in the debugger when reading debug information. As 12.x is not seeing any updates anymore I'd like to ask you to test the latest debugger from Intel(R) Composer XE 2013 Update 2 first (you can still use the 12.x Fortran compiler). If you still face the same problem with the latest debugger it would help us to provide a small reproducer. Also provide the full error dump, as you already did, but for the newest debugger instead. Thank you & best regards, Georg Zitzlsberger
0 Kudos
Reply