Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Problem with gdb: Cannot find DIE

Dmitri
Beginner
345 Views
Hi,

I have an executable compiled with icpc v12.0.2. When I load it intointo gdb and try to open any source file, the following message appears:

Dwarf Error: Cannot find DIE at 0x7639ed8 from DIE at 0x771ca3d [in module ...]

Same code built using same makefile but with icpc v11.1.059works withgdb without problems.

Any idea why it's happening and how it can be fixed?

Thanks,
Dmitri.
0 Kudos
1 Reply
Om_S_Intel
Employee
345 Views

Could you try the latest Intel C++ compiler 12.0 update 4? If you still face the issue then request you to share test case to reproduce the issue and investigate.

0 Kudos
Reply