Osmo-nitb v_0.13.0.48-9e22 broke compatibility with Nokia InSite
Holger Hans Peter Freyther
holger at freyther.de
Sat Jun 29 16:20:41 CEST 2013
On Sat, Jun 29, 2013 at 03:58:26PM +0200, Sipos Csaba wrote:
> Hi Holger,
Hi,
> I was able to narrow it down, and it seems this is the patch that
> causing the problem:
>
> http://cgit.osmocom.org/libosmocore/commit/?id=f5a079f739c57d8be7c59149fd45475c402a45fc
>
> Up to that patch it works (more or less), but after I applied it, I
> got this seg faults.
good. this patch was meant to detect use after free cases. This means
the code claims that the memory is not used anymore, but it was.
>
> I don't know how to do back traces but I try to get some info about
> this topic and will send the results.
$ ulimit -c unlimited
$ nitb....
...
Segmentation fault (core dumped)
$ gdb nitb core
gdb > bt
<BACKTRACE IS PRINTED>
include the output from here.
More information about the OpenBSC
mailing list