Hi Holger,
Thank you very much for your help
I've run osmo-nitb with valgrind (trace attached). There are some errors
but it seems valgrind is suppressing segmentation fault - so LUP works ,
which is good enough for me now. But is there any permanent solution I
could work on (unfortunately I don't' understand what do you mean by using
valgrind to build with the address sanitizer)?
Regards,
Marcin
On 15 October 2015 at 09:30, Holger Freyther <holger(a)freyther.de> wrote:
On 13 Oct 2015, at 20:12, Marcin Starzyk
<marcin.starzyk(a)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