Osmo-nitb v_0.13.0.48-9e22 broke compatibility with Nokia InSite

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Sat Jun 29 14:20:41 UTC 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