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=f5a079f739c57d8be7c59149fd454...
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.