News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

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.