[asterisk-bugs] [Asterisk 0011253]: Blowup after one-two hours with Trunk

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Feb 23 21:17:39 CST 2008


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=11253 
====================================================================== 
Reported By:                falves11
Assigned To:                seanbright
====================================================================== 
Project:                    Asterisk
Issue ID:                   11253
Category:                   Core-General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 89265 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             11-14-2007 18:52 CST
Last Modified:              02-23-2008 21:17 CST
====================================================================== 
Summary:                    Blowup after one-two hours with Trunk
Description: 
I am running 300-400 calls only with signaling and after one -two hours it
blows up. Thisis the error.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0011252 Blowup after one-two hours with Trunk
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 02-23-08 21:17  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 104076

_U  team/seanbright/NoLossCDR-Redux/
U   team/seanbright/NoLossCDR-Redux/CHANGES
U   team/seanbright/NoLossCDR-Redux/UPGRADE.txt
U   team/seanbright/NoLossCDR-Redux/channels/chan_sip.c
U   team/seanbright/NoLossCDR-Redux/channels/chan_zap.c
U   team/seanbright/NoLossCDR-Redux/configure
U   team/seanbright/NoLossCDR-Redux/configure.ac
U   team/seanbright/NoLossCDR-Redux/doc/manager_1_1.txt
U   team/seanbright/NoLossCDR-Redux/include/asterisk/autoconfig.h.in
U   team/seanbright/NoLossCDR-Redux/include/asterisk/manager.h
U   team/seanbright/NoLossCDR-Redux/main/manager.c
U   team/seanbright/NoLossCDR-Redux/res/res_agi.c
U   team/seanbright/NoLossCDR-Redux/res/res_config_pgsql.c
U   team/seanbright/NoLossCDR-Redux/utils/astman.c

------------------------------------------------------------------------
r104076 | seanbright | 2008-02-23 21:17:26 -0600 (Sat, 23 Feb 2008) | 142
lines

Merged revisions
104014,104016,104019-104020,104024-104025,104028-104029,104031,104036,104038-104039,104045,104073-104074
via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r104014 | tilghman | 2008-02-21 00:21:39 -0500 (Thu, 21 Feb 2008) | 6
lines

Ignore some more unused generated events.
(closes issue http://bugs.digium.com/view.php?id=12042)
 Reported by: junky
 Patches: 
       astman_events.diff uploaded by junky (license 177)

................
r104016 | kpfleming | 2008-02-21 09:44:04 -0500 (Thu, 21 Feb 2008) | 10
lines

Merged revisions 104015 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r104015 | kpfleming | 2008-02-21 08:33:51 -0600 (Thu, 21 Feb 2008) | 2
lines

reduce the likelihood that HTTP Manager session ids will consist of
primarily '1' bits

........

................
r104019 | file | 2008-02-21 11:44:57 -0500 (Thu, 21 Feb 2008) | 8 lines

Disable epoll as it has caused more obscure issues then any of my previous
code. I will continue to work on it in a separate branch to make it stable
for a release and test it against the following issues.
(closes issue http://bugs.digium.com/view.php?id=11253)
Reported by: falves11
(closes issue http://bugs.digium.com/view.php?id=11657)
Reported by: davevg
(closes issue http://bugs.digium.com/view.php?id=11033)
Reported by: falves11

................
r104020 | mmichelson | 2008-02-21 11:46:37 -0500 (Thu, 21 Feb 2008) | 7
lines

Don't print the fact that we are using dead mode in AGI if called from the

'h' extension since it is well-known that it will be running in dead mode.

(closes issue http://bugs.digium.com/view.php?id=12046)
Reported by: explidous


................
r104024 | dbailey | 2008-02-21 12:38:40 -0500 (Thu, 21 Feb 2008) | 4 lines

Added configuration distinction between neon and fsk mwi detection
Add the detection for neon MWI events
got rid of extraneous handle_init_event call in monitor loop

................
r104025 | mmichelson | 2008-02-21 12:44:34 -0500 (Thu, 21 Feb 2008) | 4
lines

Instead of a notice, make the message about a hung-up channel a debug
message, and revert the original
logic on the if statement. Thanks to Juggie for bringing this to my
attention.


................
r104028 | mmichelson | 2008-02-21 16:09:11 -0500 (Thu, 21 Feb 2008) | 14
lines

Blocked revisions 104026 via svnmerge

........
r104026 | mmichelson | 2008-02-21 14:12:38 -0600 (Thu, 21 Feb 2008) | 7
lines

Remove an incorrect debug message. It reported that it had received a
specific event and tried to report
which event was received. What actually was happening was that it was
reporting the number of bytes returned
from a call to read().

Thanks to Jared Smith for bringing the issue up on IRC


........

................
r104029 | mmichelson | 2008-02-21 16:09:54 -0500 (Thu, 21 Feb 2008) | 11
lines

Blocked revisions 104027 via svnmerge

........
r104027 | mmichelson | 2008-02-21 15:05:42 -0600 (Thu, 21 Feb 2008) | 4
lines

And as a followup to revision 104026, completely remove event-related
calls from a section of code where we know there was no event to handle or
get.


........

................
r104031 | russell | 2008-02-21 16:27:24 -0500 (Thu, 21 Feb 2008) | 1 line

fix a typo
................
r104036 | tilghman | 2008-02-22 17:39:21 -0500 (Fri, 22 Feb 2008) | 7
lines

Allow database password to be NULL and several other cleanups.
(closes issue http://bugs.digium.com/view.php?id=12048)
 Reported by: bukaj
 Patches: 
       20080222__bug12048.diff.txt uploaded by Corydon76 (license 14)
 Tested by: bukaj

................
r104038 | tilghman | 2008-02-22 17:48:18 -0500 (Fri, 22 Feb 2008) | 14
lines

Merged revisions 104037 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r104037 | tilghman | 2008-02-22 16:45:14 -0600 (Fri, 22 Feb 2008) | 6
lines

Backwards debug message.
(closes issue http://bugs.digium.com/view.php?id=12052)
 Reported by: flefoll
 Patches: 
       chan_sip.c.br14.patch_found-notfound uploaded by flefoll (license
244)

........

................
r104039 | tilghman | 2008-02-22 17:55:35 -0500 (Fri, 22 Feb 2008) | 2
lines

Move Originate to a separate privilege and require the additional System
privilege to call out to a subshell.

................
r104045 | dbailey | 2008-02-22 18:56:55 -0500 (Fri, 22 Feb 2008) | 2 lines

Add protection to chan_zap build when NEONMWI events are not defined

................
r104073 | murf | 2008-02-23 19:44:14 -0500 (Sat, 23 Feb 2008) | 1 line

On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get
warnings that stops the compile. They are fixed now.
................
r104074 | murf | 2008-02-23 21:37:08 -0500 (Sat, 23 Feb 2008) | 1 line

Enforce a space between function args as per code review.
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=104076 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-23-08 21:17  svnbot         Note Added: 0082815                          
02-23-08 21:17  svnbot         Assigned To              file => seanbright  
======================================================================




More information about the asterisk-bugs mailing list