[Bug c++/105299] dereference null pointer

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Apr 17 22:37:23 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105299

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is no way we can help you debug this code with just a code segment.

Maybe you have a buffer overflow on the stack which is causing ArgMappers to
become null after the fprintf.
gdb and watch points are useful to see when the value of ArgMappers changes if
at all.


More information about the Gcc-bugs mailing list