Asterisk SIP server makes segmentation fault on start when built with linuxthreads installed. Tested on asterisk 1.4 and 1.6.0.21 from ports and 1.6.2.4 from official site. On 1.6.0.21 core dump shows this: Reading symbols from /usr/local/lib/asterisk/modules/pbx_config.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/asterisk/modules/pbx_config.so Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x284beb1a in __pthread_unlock () from /usr/local/lib/liblthread.so.6 after deinstalling linuxthreads and recompiling of asterisk without linuxthreads everything works well. Fix: deinstall linuxthreads port How-To-Repeat: 1. Install linuxthreads (cd /usr/ports/devel/linuxthreads; make install) 2. Install asterisk 16 (cd /usr/ports/net/asterisk16; make install) 3. Try to run asterisk (asterisk -c)
Responsible Changed From-To: freebsd-ports-bugs->sobomax Over to maintainer(s).
Responsible Changed From-To: sobomax->freebsd-ports-bugs Maintainer was reset.
Responsible Changed From-To: freebsd-ports-bugs->flo Take.
flo 2011-02-20 00:40:14 UTC FreeBSD ports repository Modified files: net/asterisk Makefile net/asterisk16 Makefile Log: - register build conflict with linuxthreads [1] - switch to CONFLICTS_INSTALL for other asterisk ports PR: ports/144248 [1] Submitted by: Vadim Fedorenko <junk@fromru.com> [1] Revision Changes Path 1.143 +2 -1 ports/net/asterisk/Makefile 1.148 +2 -1 ports/net/asterisk16/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!