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

unavailiable varaible content in debug

snirgaz
Beginner
197 Views

Hi All,

I am using intel compiler (linux) ver 12.

I compiled my program with -g -O0 for debugging.

While debugging with idb I noticed that some of the variable values where "unreachable" and instead of the variable content I get message. (Though printing their values gave the correct content)

Further I tried to debug with gdb but I get the following error message:

internal-error: could not find partial DIE 0x0 in cache

Any ideas?

Thanks!

Snir


0 Kudos
2 Replies
Om_S_Intel
Employee
197 Views
It would be nice to share the test case with forum users.
0 Kudos
JenniferJ
Moderator
197 Views
do you have a code snippet to copy here?

There is an issue on Windows (http://software.intel.com/en-us/forums/showthread.php?t=79114 ) but not Linux.

Thanks,
Jennifer
0 Kudos
Reply