News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

warning: GDB: Failed to set controlling terminal: Operation not permitted

Started by rockysynergy, March 16, 2016, 01:28:00 AM

Previous topic - Next topic

rockysynergy

Hi,

My operating system is  fedora 22. When I try to debug the C code. I got warning saying "warning: GDB: Failed to set controlling terminal: Operation not permitted". How can I fix this please?

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.