GDB bt error: "Not enough registers or memory available to unwind further"

7.6k Views Asked by At

The backtrace from core-file cut the useful information due to this:

Backtrace stopped: Not enough registers or memory available to unwind further.

Why this message occurs and can I do something about it?

1

There are 1 best solutions below

1
On

Try to build with -O0 flag

eg. CFLAGS="-g -O0"