Hi Ezequiel,
thanks for info. I found the problem: you are loading acc module before tm nad acc iss based on tm (it tries to register some callbacks, but tm is not init yet). So,the fast solution is to load acc after tm. I will try to fix it properly in the mean while.
thanks for report, bogdan
Ezequiel Colombo wrote:
Hi Bogdan, thanks for your quickly response. I have packed my sip_router (sources) directory with the core.22059.gz file (the core dump [w/ulimit unlimited])
You can try download this tarball at http://200.80.35.17/sip_router.seg_fault.0.8.13.tar.gz {8.3Mb long}
Thanks again, and reply back to me if you have any solution or request. Ezequiel Colombo
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: "Ezequiel Colombo" ecolombo@arcotel.net Cc: serusers@lists.iptel.org Sent: Thursday, July 01, 2004 4:02 PM Subject: Re: [Serusers] SER 0.8.13 Segmentation Fault
Hi,
thanks for the report. Please be sure to get a core (do ulimit -c unlimited before runing ser) and send us the backtrace. if possible put on some public ftp/http site the core and the sources.
thanks again, bogdan
Ezequiel Colombo wrote:
Hi, i am trying to upgrade to 0.8.13 and get Segmentation Fault when run SER. All the CVS source compile fine and the configuration test with "-c" pass but SER dont start. I have the core dump file, if any of the developers can help me please request it off the list.
[root@billing sip_router]# ./ser -f ./ser.cfg -E -D -d Listening on udp: 172.16.0.1 [172.16.0.1]:5060 tcp: 172.16.0.1 [172.16.0.1]:5060 Aliases: tcp: labo:5060 tcp: labo.arcotel.net:5060 udp: labodomain:5060 udp: labo.labodomain.net:5060 *: labodomain.net:*
WARNING: no fork mode acc - initializing Segmentation fault
Thanks Ezequiel Colombo
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Bogdan, thanks, after fixed this (put load tm at top) ser like to start ok. (now i need make some changes in the mysql database due to the field name change of the "version" table) (column 191 at config.h [#define VERSION_COLUMN "table_version"], in 0.8.12 the column name is "version")
Do you known if this version of SEMS work fine with SER 0.8.13 ??? sems.cpp ( $Id: sems.cpp,v 1.4 2004/02/28 12:47:29 rco Exp $ )
I ask this due to the note in the NEWS file of SER 0.8.13:
vm_reply() fifo functions was replcaed by TM with t_reply() fifo function NOTE!! because current version of SEMS/AA try to send reply via vm_reply, it will not work with the TM version.
Regards Ezequiel Colombo
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: "Ezequiel Colombo" ecolombo@arcotel.net; serusers@lists.iptel.org Sent: Thursday, July 01, 2004 4:45 PM Subject: Re: [Serusers] SER 0.8.13 Segmentation Fault
Hi Ezequiel,
thanks for info. I found the problem: you are loading acc module before tm nad acc iss based on tm (it tries to register some callbacks, but tm is not init yet). So,the fast solution is to load acc after tm. I will try to fix it properly in the mean while.
thanks for report, bogdan
Ezequiel Colombo wrote:
Hi Bogdan, thanks for your quickly response. I have packed my sip_router (sources) directory with the core.22059.gz
file
(the core dump [w/ulimit unlimited])
You can try download this tarball at http://200.80.35.17/sip_router.seg_fault.0.8.13.tar.gz {8.3Mb long}
Thanks again, and reply back to me if you have any solution or request. Ezequiel Colombo
----- Original Message ----- From: "Bogdan-Andrei IANCU" iancu@fokus.fraunhofer.de To: "Ezequiel Colombo" ecolombo@arcotel.net Cc: serusers@lists.iptel.org Sent: Thursday, July 01, 2004 4:02 PM Subject: Re: [Serusers] SER 0.8.13 Segmentation Fault
Hi,
thanks for the report. Please be sure to get a core (do ulimit -c unlimited before runing ser) and send us the backtrace. if possible put on some public ftp/http site the core and the sources.
thanks again, bogdan
Ezequiel Colombo wrote:
Hi, i am trying to upgrade to 0.8.13 and get Segmentation Fault when
run
SER. All the CVS source compile fine and the configuration test with "-c" pass but SER dont start. I have the core dump file, if any of the developers can help me please request it off the list.
[root@billing sip_router]# ./ser -f ./ser.cfg -E -D -d Listening on udp: 172.16.0.1 [172.16.0.1]:5060 tcp: 172.16.0.1 [172.16.0.1]:5060 Aliases: tcp: labo:5060 tcp: labo.arcotel.net:5060 udp: labodomain:5060 udp: labo.labodomain.net:5060 *: labodomain.net:*
WARNING: no fork mode acc - initializing Segmentation fault
Thanks Ezequiel Colombo
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Ezequiel Colombo wrote:
Bogdan, thanks, after fixed this (put load tm at top) ser like to start ok. (now i need make some changes in the mysql database due to the field name change of the "version" table) (column 191 at config.h [#define VERSION_COLUMN "table_version"], in 0.8.12 the column name is "version")
Do you known if this version of SEMS work fine with SER 0.8.13 ??? sems.cpp ( $Id: sems.cpp,v 1.4 2004/02/28 12:47:29 rco Exp $ )
I'm not so sure.....you should ask this on sems@lists.iptel.org mailing list...they know better ;-)
I ask this due to the note in the NEWS file of SER 0.8.13:
vm_reply() fifo functions was replcaed by TM with t_reply() fifo function NOTE!! because current version of SEMS/AA try to send reply via vm_reply, it will not work with the TM version.
there is no version of sems that is able to interact with ser via TM functions... (ser is one step ahead :-) ). But you can still use the vm functions - I guess the SEMS cvs head should work with SER cvs head
bogdan