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

2018-10-10 Thread Dominique Pellé
Daniel Espinosa wrote: > Thanks for the response. > > Until now I just used GDB, cause is easy on Meson. I will try with > Valgrind, but I will be slow until I find a way to reproduce the problem. > > Just take the desition to report this bug, because just the issue trace the > fault deeply in t

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

2018-10-10 Thread Daniel Espinosa
Thanks for the response. Until now I just used GDB, cause is easy on Meson. I will try with Valgrind, but I will be slow until I find a way to reproduce the problem. Just take the desition to report this bug, because just the issue trace the fault deeply in the SQLite secuence of destruction, bu

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

2018-10-10 Thread Richard Hipp
On 10/9/18, Daniel Espinosa wrote: > 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". Heap corruption like this is most often the result of bugs in the application and SQLite just

[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 $