IconInfo iconInfo: member call on null pointer

Jean-Marc Lasgouttes lasgouttes at lyx.org
Sat Sep 25 14:53:20 UTC 2021


Le 25/09/2021 à 05:20, Scott Kostyshak a écrit :
> After building with fsanitize=undefined -fno-omit-frame-pointer, I get the following:
> 
> $ cd lib/examples/ && lyx -e pdf Welcome.lyx
> /home/scott/lyxbuilds/master/repo/src/frontends/qt/GuiApplication.cpp:558:55: runtime error: member call on null pointer of type 'struct GuiApplication'
> /home/scott/lyxbuilds/master/repo/src/frontends/qt/GuiApplication.cpp:558:55: runtime error: member access within null pointer of type 'struct GuiApplication'

What I do not understand is why it does not crash without fsanitized.

BTW, with your patch is the output pdf correct?

JMarc


More information about the lyx-devel mailing list