[asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread Mike Diehl
Hi all, I've recently started experiencing frequent * restarts, usually caused by a segfault. So, I moved my users to a different server and the same thing happened. It's a fairly busy box, so I considered memory exhaustion. Nope, not even swapping. Now I'm thinking file handles, but I won'

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread eherr
erisk-users-boun...@lists.digium.com] On Behalf Of Mike Diehl Sent: Thursday, November 10, 2011 1:11 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Frequent Asterisk Restarts Hi all, I've recently started experiencing frequent * restarts, usually c

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread Eric Wieling
: Thursday, November 10, 2011 1:15 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Frequent Asterisk Restarts I am having similar issues with Asterisk 1.4.26 It happens at random times; could be once a day or a few hours in between up to a m

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread Leif Madsen
On 11-11-10 01:15 PM, Eric Wieling wrote: > The Asterisk source tree has a document with instructions on getting a > backtrace from the segfaults so you can report it on the issue tracker. Most up to date documentation is on the Asterisk wiki: https://wiki.asterisk.org/wiki/display/AST/Debugging

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread eherr
eif Madsen Sent: Thursday, November 10, 2011 1:47 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Frequent Asterisk Restarts On 11-11-10 01:15 PM, Eric Wieling wrote: > The Asterisk source tree has a document with instructions on getting a > backtrace from the segfaults s

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread Mike Diehl
I'll explore the options outlined in the document below, later tonight. However, I've been able to reproduce the problem! It seems that when one of my users, at a particular site, transfers a call to another extension, asterisk bounces. They're using Polycom 301's and 501's with SIP version

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread Danny Nicholas
- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike Diehl Sent: Thursday, November 10, 2011 3:05 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Frequent Asterisk Restarts I'll explore the options outlined i

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-10 Thread Mike Diehl
; -Original Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Mike Diehl > Sent: Thursday, November 10, 2011 3:05 PM > To: asterisk-users@lists.digium.com > Subject: Re: [asterisk-users] Frequent Asterisk Restarts >

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-15 Thread Tzafrir Cohen
On Thu, Nov 10, 2011 at 03:02:43PM -0500, eherr wrote: > Unfortunately, I didn't compile with DON'T_OPTIMIZE. Would this render my > backtrace.txt completely useless or should I still submit? Don't bother. It makes the issue more aparent, but has a very large performance hit. In some cases it wil

Re: [asterisk-users] Frequent Asterisk Restarts

2011-11-15 Thread Ishfaq Malik
On Tue, 2011-11-15 at 16:38 +0200, Tzafrir Cohen wrote: > On Thu, Nov 10, 2011 at 03:02:43PM -0500, eherr wrote: > > Unfortunately, I didn't compile with DON'T_OPTIMIZE. Would this render my > > backtrace.txt completely useless or should I still submit? > > Don't bother. It makes the issue more a