Re: [sqlite] Bug Report: corrupted double-linked list

2018-10-10 Thread Daniel Espinosa
, but any way, I will check if the issue is in related on multi-threading destruction in GDA. El mié., 10 de octubre de 2018 5:46, Richard Hipp escribió: > On 10/9/18, Daniel Espinosa wrote: > > I'm current maintainer of GDA[1], I've updated embbeded version of SQLite > >

[sqlite] Bug Report: corrupted double-linked list

2018-10-10 Thread Daniel Espinosa
I'm current maintainer of GDA[1], I've updated embbeded version of SQLite to 3.25.2, but I found an issue with a segfault due to a "corrupted double-linked list". In order to reproduce it: a) Checkout libgda from its respository[1] b) compile using its meson: $ meson _build $ cd _build $ ninja $