Am Thu, 9 Jul 2020 20:02:18 +0200
schrieb Kornel Benko <kor...@lyx.org>:

> Am Thu, 9 Jul 2020 19:53:25 +0200
> schrieb Kornel Benko <kor...@lyx.org>:
> 
> > Am Thu, 9 Jul 2020 19:33:37 +0200
> > schrieb Kornel Benko <kor...@lyx.org>:
> >   
> > > Am Thu, 09 Jul 2020 19:02:07 +0200
> > > schrieb Jürgen Spitzmüller <sp...@lyx.org>:
> > >     
> > > > Am Donnerstag, den 09.07.2020, 18:58 +0200 schrieb Kornel Benko:      
> > > > > I meant boost ...        
> > > > 
> > > > I use included boost as well.
> > > > 
> > > > Jürgen      
> > > 
> > > The only difference automake vs. cmake.
> > > 
> > > I tried the automake version, and now I see the crash.
> > > 
> > >   Kornel    
> > 
> > Looking at the differences (ld lyx):
> > Automake uses external hunspell libhunspell-1.6.so.0, cmake uses internal 
> > version
> > 
> > Will try to compile with internal hunspell ...
> > 
> >     Kornel
> >   
> 
> Still crashing :(
> 
>       Kornel

Using gdb: looks like crashing while freeing memory for the string "senseless"
...
#8  lyx::InsetCaptionable::setCaptionType (this=this@entry=0x555557dc31d0,
type="senseless") at /usr/src/lyx/lyx-test/src/insets/InsetCaptionable.cpp:39
39              caption_type_ = type.empty() ? "senseless" : type;

Here 'type' itself is already set to "senseless".

#9  0x0000555555f746da in lyx::InsetFloat::setCaptionType
(this=this@entry=0x555557dc31d0, type="senseless")
at /usr/src/lyx/lyx-test/src/insets/InsetFloat.cpp:136 136
InsetCaptionable::setCaptionType(type);
#10 0x0000555555f74a06 in lyx::InsetFloat::InsetFloat (this=0x555557dc31d0,
buf=<optimized out>, params_str="") at 
/usr/src/lyx/lyx-test/src/insets/InsetFloat.cpp:129
129             setCaptionType(params_.type);
(gdb) p params_
$6 = {type = "senseless", placement = "document", alignment = "document", wide 
= false,
sideways = false, subfloat = false}

Sorry, don't know where params_.type was previously set.

        Kornel

Attachment: pgpYG_YIFZ2hi.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to