Just cvs'ed about 40 minutes ago (10:15 CST 8-8-03). Segfaults when I use a queue app in many different scenarios. When calling phone is only member of queue I get a segfault. When 1st called extension is outside line I get a segfault. Many other scenarios as well. Unsure how to go about troubleshooting. Any ideas? Jim Friedeck
Jim check and make sure logger.conf logs debug to the log file start * with -vvvgnc get it to seg fault, & find the name of the core.pid file like core.1234 cd /usr/src asterisk -vvvgnc gdb ./asterisk/asterisk ./core.1234 bt paste the bt output a new bug rpt to bugs.digium.com along with the last 20-30 lines of /var/log/asterisk/messages -----Original Message----- From: Jim Friedeck <asterisk@carhil.com> To: asterisk-users@lists.digium.com <asterisk-users@lists.digium.com> Date: August 8, 2003 8:57 AM Subject: [Asterisk-Users] segfaults with queue>Just cvs'ed about 40 minutes ago (10:15 CST 8-8-03). Segfaults when I >use a queue app in many different scenarios. When calling phone is only >member of queue I get a segfault. When 1st called extension is outside >line I get a segfault. Many other scenarios as well. Unsure how to go >about troubleshooting. Any ideas? > >Jim Friedeck > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users
Can anyone else that is trying to get Agents & Queues into production shape report all issues to bugs.digium.com & use the new Project ACD so that we can see all issue related to this new code
gdb asterisk core.<pid> then after its done loading type 'bt' (without the quotes) and send the gory details. (use -g to force a core drop) Jeremy McNamara Jim Friedeck wrote:> Just cvs'ed about 40 minutes ago (10:15 CST 8-8-03). Segfaults when I > use a queue app in many different scenarios. When calling phone is > only member of queue I get a segfault. When 1st called extension is > outside line I get a segfault. Many other scenarios as well. Unsure > how to go about troubleshooting. Any ideas? > > Jim Friedeck > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users