[OpenSBC] OpenSBC core dump on exit - FreeBSD 7.0
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2009-02-04 16:20:50
|
Hi I am trying to run openSBC on FreeBSD 7.0, however I am getting a core dump whenever the program exits (it doesn't seem to matter if I run openSBC as a daemon or console). I compiled OpenSBC-1-1-5_RC3: > ./opensbc -v Product Name: OpenSBC Manufacturer: opensipstack.org Version : 1.1.5-42 System : FreeBSD-i386 7.0-RELEASE-p8 Release-Date: Feb 4 2009 16:46:54 Here is the output when the program is run (and then terminated by a ctrl-c), this is run as a non-root account... I tried running it as root and it didn't affect the outcome: > ./opensbc -f /home/sdi/OpenSIPStack/OpenSBC_data -xc All output for OpenSBC is to console. 2009/02/04 17:06:43.856 OpenSBC Message Starting service process "OpenSBC" v1.1.5-42 2009/02/04 17:06:43.862 OpenSBC Debug3 PWL: [CID=0x0000] OpenSBC Process is starting 2009/02/04 17:06:44.057 OpenSBC Debug3 PWL: [CID=0x0000] Interface Address: 172.16.20.15 2009/02/04 17:06:44.064 OpenSBC Debug3 PWL: [CID=0x0000] Log-Level: 3 >>> /home/sdi/OpenSIPStack/OpenSBC_data/OpenSBC_data/logs/b2bua-2009-02-04-17575.log ^C 2009/02/04 17:07:00.448 Housekeeper Warning Stopping service process "OpenSBC" v1.1.5-42 2009/02/04 17:07:00.449 Housekeeper Message *** OpenSBC SHUTDOWN *** Busying out transactions ... 2009/02/04 17:07:00.449 Housekeeper Message *** OpenSBC SHUTDOWN *** Clearing all calls. 2009/02/04 17:07:01.457 Housekeeper Message *** OpenSBC SHUTDOWN *** Closing transport. 2009/02/04 17:07:02.607 Housekeeper Message *** OpenSBC SHUTDOWN *** Destroying Transactions. 2009/02/04 17:07:02.627 Housekeeper Message *** OpenSBC SHUTDOWN *** Sequence complete ... 2009/02/04 17:07:02.630 Housekeeper Message 2009/02/04 17:07:02.634 Housekeeper Message *** OpenSBC SHUTDOWN *** Busying out transactions ... 2009/02/04 17:07:02.638 Housekeeper Message *** OpenSBC SHUTDOWN *** Clearing all calls. 2009/02/04 17:07:03.646 Housekeeper Message *** OpenSBC SHUTDOWN *** Closing transport. 2009/02/04 17:07:03.667 Housekeeper Message *** OpenSBC SHUTDOWN *** Destroying Transactions. 2009/02/04 17:07:03.707 Housekeeper Message *** OpenSBC SHUTDOWN *** Sequence complete ... 2009/02/04 17:07:03.710 Housekeeper Message 2009/02/04 17:07:03.714 Housekeeper Message *** OpenSBC SHUTDOWN *** Busying out transactions ... 2009/02/04 17:07:03.718 Housekeeper Message *** OpenSBC SHUTDOWN *** Clearing all calls. 2009/02/04 17:07:04.727 Housekeeper Message *** OpenSBC SHUTDOWN *** Closing transport. 2009/02/04 17:07:06.077 Housekeeper Message *** OpenSBC SHUTDOWN *** Destroying Transactions. 2009/02/04 17:07:06.117 Housekeeper Message *** OpenSBC SHUTDOWN *** Sequence complete ... 2009/02/04 17:07:06.121 Housekeeper Message 2009/02/04 17:07:06.125 PWL: [CID=0x0000] PWLib Assertion fail: Function ::close failed, file tlibthrd.cxx, line 870, Error=9 Dumping core. Abort (core dumped) The compilation looked clean and opensbc seems to run quite happily (I played with the GUI and it all seems to be functioning fine), but I can't figure out why it's core dumping... Any help you can give is appreciated! /Simon |