> On 13 Oct 2015, at 20:12, Marcin Starzyk <marcin.starzyk@gmail.com> wrote:
>
> Hi All,
>
>
> I’m facing an issue with osmo-nitb (HLR/sqlite part) - segmentation fault. All works ok for the first usage od DB (e.g. Location Updating Request) – but there is segmentation fault on second Location Updating request or any other attempt to execute any command using VTY for HLR.
please use valgrind to build with the address sanitizer. There are known out og
bounds reads of libdbd but you don't seem to hit those.
holger