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

iidb using 100 percent of cpu

rfc101
Beginner
616 Views
Hi,

When I run iidb on a simple program that pauses, it uses up 100 percent of the cpu.

I am running the Intel Debugger for application s running on IA-32, Version 11.1 Build [1.2097.2.217].
My java version is Java SE Runtime Environment (build 1.6.0_14-b08).
My OS is Redhat Enterprise Linux Client release 5.3 (Tikanga).

The code is:

IMPLICIT NONE
INTEGER*4 I
DO I =1, 10000
PAUSE 'pausing'
END DO
END

I compile it wth "ifort -g".

It seems that iidb uses 100 percent of the CPU when waiting for input.

I am also seeing this with a more substantial program that uses SYSV semaphores. I think
that the problems are related.

Has anyone seen this? Is there a workaround?

I'd really like to be able to use idb.

Thanks,

Ron


0 Kudos
1 Reply
rfc101
Beginner
616 Views
I should have mentioned that I run idb using:

idb -gui a.out

0 Kudos
Reply