[asterisk-bugs] [Asterisk 0012677]: It crashes on the command "reload"

noreply at bugs.digium.com noreply at bugs.digium.com
Tue May 20 15:17:15 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12677 
====================================================================== 
Reported By:                falves11
Assigned To:                svnbot
====================================================================== 
Project:                    Asterisk
Issue ID:                   12677
Category:                   Resources/res_odbc
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 116848 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             05-18-2008 13:56 CDT
Last Modified:              05-20-2008 15:17 CDT
====================================================================== 
Summary:                    It crashes on the command "reload"
Description: 
I just have to type reload twice and it crashes. And it also crashes at
random when the calls are bing made.
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 05-20-08 15:17  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 117327

_U  team/tilghman/odbc_tx_support/
U   team/tilghman/odbc_tx_support/CHANGES
U   team/tilghman/odbc_tx_support/funcs/func_odbc.c
U   team/tilghman/odbc_tx_support/main/http.c
U   team/tilghman/odbc_tx_support/main/manager.c
U   team/tilghman/odbc_tx_support/res/res_odbc.c

------------------------------------------------------------------------
r117327 | tilghman | 2008-05-20 15:17:11 -0500 (Tue, 20 May 2008) | 60
lines

Merged revisions 117262,117264,117266,117295,117297 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r117262 | tilghman | 2008-05-20 11:13:48 -0500 (Tue, 20 May 2008) | 4
lines

Revert part of previous fix, and heavily comment the logic for object
destruction, for future users.
(Closes issue http://bugs.digium.com/view.php?id=12677)

........
r117264 | tilghman | 2008-05-20 11:25:16 -0500 (Tue, 20 May 2008) | 3
lines

Increase limit of unshared connections from 1023 to 4.2 billion.
(Related to issue http://bugs.digium.com/view.php?id=12677)

........
r117266 | rizzo | 2008-05-20 11:39:39 -0500 (Tue, 20 May 2008) | 5 lines

Reverse the check for Cookie: and remove leftover code implementing
the same thing.
Add an ast_debug() call to help debugging the url matching.


........
r117295 | rizzo | 2008-05-20 12:48:43 -0500 (Tue, 20 May 2008) | 10 lines

Document the possible presence of multiple variables with the
same name in http queries, which might confuse the manager.

Replace calls to ast_uri_decode() with a local function that also
replaces '+' with ' ', as this is the normal encoding for
spaces in http requests.
This allows passing cli commands to the manager through the
http interface.


........
r117297 | rizzo | 2008-05-20 13:07:24 -0500 (Tue, 20 May 2008) | 18 lines

+ Implement a variant of astman_get_header() to return the first or
  last match, and possibly skip empty fields.  The function is useful
  (and used here) when a form submits multiple 'Action' fields to the
  Manager.

  This change slightly modifies the current behaviour, but only in the
  case the user supplies multiple 'Action: ' lines and the first
  ones are empty, so the change is totally harmless.
 
+ Fix style on a couple of "if (displayconnects)" statements;
 
+ Expand a bit the 'Manager Test' interface, to make it slightly
  more user friendly. But also comment that the HTML should not
  be embedded in the C source.
 
None of this stuff needs to be applied to 1.4.


........

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

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-20-08 15:17  svnbot         Note Added: 0087080                          
======================================================================




More information about the asterisk-bugs mailing list