1832695 Members
3161 Online
110043 Solutions
New Discussion

Re: gdb error output

 
Mike Burk
Advisor

gdb error output

When I run gdb on my application that I created it returns "OS says: not owner" I am the owner of the file and the permissions are set to 777. Any help would be greatly appreciated.
4 REPLIES 4
harry d brown jr
Honored Contributor

Re: gdb error output

what was the exact error message? Are you root, or a "normal" user?

live free or die
harry
Live Free or Die
S.K. Chan
Honored Contributor

Re: gdb error output

What's in your .gdbinit file ?
Mike Burk
Advisor

Re: gdb error output

the error reads:

pthread_setschedparam failed, OS says: Not Owner

program exitied with code 0377
Mike Burk
Advisor

Re: gdb error output

I am a normal user