Hi, the processes map their addresses randomly by default. It can make the debugging inconvenient as varous addresses are different on each run. This feature was suggested by Jakub Jelinek. One can also already wrap whole GDB by a script calling: setarch `uname -m` -R Regards, Jan