Re: why does assert(0) corrupt the stack trace?
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 05 Nov 2017 21:05:04 +0100, wrote: > If I compile the program with "-O0", this problem may be solved. Yes? You would need to recompile glibc with -g -O0. Which I am not sure if it is even possible. Jan