Bug in master (related to docbook changes?)

Richard Kimberly Heck rikiheck at lyx.org
Sat Jul 11 12:29:31 UTC 2020


On 7/11/20 8:22 AM, Kornel Benko wrote:
> Am Sat, 11 Jul 2020 14:16:10 +0200
> schrieb Jürgen Spitzmüller <spitz at lyx.org>:
>
>> Am Samstag, den 11.07.2020, 14:03 +0200 schrieb Kornel Benko:
>>> ?? Which changes? I always use the newest source.  
>> The question is probably whether you can see it before and not
>> after aaeb4252302.
>>
>> Jürgen
> I was sure, I saw it after aaeb4252302. But now ...
>
> Start:
>         cd lyx-src
>         ./autogen.sh
> Make a clean build:
>         rm -rf build
>         mkdir build
>         cd build
>         ../configure --enable-stdlib-debug=yes --disable-maintainer-mode ...
>         make
> check ./src/lyx, it does not crash
> Edit ../src/insets/InsetFloat.cpp, swap includes (config.h, typeinfo)
>         rm ./src/insets/InsetFloat.o
>         rm ./src/liblyxinsets.a
>         rm ./src/lyx
>         make
> check ./src/lyx, crash
>
> So, probably, I have not seen it after this commit.

Yes, that is what I meant. It was always suspicious that it only
occurred with some of the debug stuff enabled. Access to non-existent
vector entries ought to crash us anyway.

Riki




More information about the lyx-devel mailing list