Re: why does assert(0) corrupt the stack trace?
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2017-11-05 at 14:13 -0500, 慕冬亮 wrote: > I have a question about debugging assert in gdb. When one program > crash at one assert statement, the stack trace shown in the gdb is > corrupted. Is it normal? No, that's not normal. Cheers!