- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I should have mentioned that I run idb using:
idb -gui a.out
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page