AW: AW: WG: again compilation of lcr

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/.

Andreas.Eversberg Andreas.Eversberg at versatel.de
Mon Mar 15 11:25:05 UTC 2010


> 000000 DEBUG (in getrulesetbyname() line 1871): ruleset main found.
>  Segmentation fault


can you provide gnu debug?
 
start gdb inside lcr source directory:
 
root at isdn-tester:~# gdb
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i586-pc-linux-gnu".
(gdb)
 
load and run
 
(gdb) file lcr
Reading symbols from lcr...done.
(gdb) run start
 
 
after crash type
 
(gdb) where
 
you will get a traceback. it should also say the line in code where the
crash happened. (before libc was called)
 
 





More information about the OpenBSC mailing list