Core was generated by `ipaccess-config -u 151/0/0 -o 192.168.1.18 192.168.1.108'. Program terminated with signal 11, Segmentation fault. [New process 27115] #0 bsc_unregister_fd (fd=0x80c59f4) at ../include/osmocore/linuxlist.h:107 107 next->prev = prev; (gdb)
That's not much of a backtrace
Please, use the 'bt' command to get the full backtrace. Using the 'bt full' command if even better. And to further improve things you could also make sure the libosmocore and openbsc were compiled with full debugging symbol by including -ggdb if the CFLAGS/LDFLAGS
Sylvain