Thanks for the fast reply!
I belong only to the group “users”.
The setgid bit is set exactly as you describe.
The debugger is local, exactly as you describe.
Other info:
System Version: Mac OS X 10.5.8 (9L31a)
Kernel Version: Darwin 9.8.0
Details:
~/tests>id
uid=5611(fournier) gid=15(users) groups=15(users)
~/tests>ls -l `which pgdebug`
-rwxrwsr-x 1 root procmod 8827988 Feb 11 2009 /usr/local/pgi/bin/pgdebug*
~/tests>which pgdebug
/usr/local/pgi/bin/pgdebug
~/tests>df /usr/local/pgi/bin/
Filesystem 512-blocks Used Available Capacity Mounted on
/dev/disk0s2 105829464 76330776 28986688 73% /
I reproduce the problem with this source:
PROGRAM test
IMPLICIT NONE
PRINT*,"Hello world"
END PROGRAM test