|
| View previous topic :: View next topic |
| Author |
Message |
donb
Joined: 20 Jul 2004 Posts: 82 Location: The Portland Group, Inc.
|
Posted: Tue Mar 02, 2010 5:41 pm Post subject: |
|
|
Pierre-François
One possible cause of what you are seeing is if you are running the debugger with elevated privileges. This might occur if you are running the debugger using sudo or su, or if the file permissions for the debugger executable(s) have been changed so that they have the setuid or setgid bit set.
You could check the setuid/setgid issue by running
ls -l /opt/pgi/linux86-64/10.2/bin/pgd*
and checking for the letter 's' in the file permissions. There should only be rwx permissions for these files on Linux.
On Mac OSX the executable "pgdebug" is run using setgid "procmod" permissions, but this is not required, nor desirable, on Linux.
--Don |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|