[asterisk-bugs] [Asterisk 0017053]: Asterisk crash - core dump at manager.c:2637

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Apr 15 10:36:32 CDT 2010


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17053 
====================================================================== 
Reported By:                kowalma
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17053
Category:                   Core/ManagerInterface
Reproducibility:            sometimes
Severity:                   crash
Priority:                   normal
Status:                     closed
Asterisk Version:           Older 1.6.1 - please test a newer version 
JIRA:                       SWP-1109 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 duplicate
Duplicate:                  0
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-03-18 03:48 CDT
Last Modified:              2010-04-15 10:36 CDT
====================================================================== 
Summary:                    Asterisk crash - core dump at manager.c:2637
Description: 
Hi,

 I've just had crash related to manager.c

https://issues.asterisk.org/view.php?id=0  0x080eae53 in process_events
(s=0xb705b1bc) at manager.c:2637
2637                    while ( (eqe = NEW_EVENT(s)) ) {
(gdb) bt full
https://issues.asterisk.org/view.php?id=0  0x080eae53 in process_events
(s=0xb705b1bc) at manager.c:2637
        eqe = (struct eventqent *) 0xaa49fa50
        ret = 0
https://issues.asterisk.org/view.php?id=1  0x080ec134 in process_message
(s=0xb705b1bc, m=0xb705af58) at
manager.c:3023
        action = "Login", '\0' <repeats 74 times>
        ret = 0
        tmp = (struct manager_action *) 0x9afc938
        user = 0xb705aaea "click"
        __PRETTY_FUNCTION__ = "process_message"
https://issues.asterisk.org/view.php?id=2  0x080ec5d5 in do_message
(s=0xb705b1bc) at manager.c:3120
        m = {hdrcount = 3, headers = {0xb705ab00 "Action: Login",
0xb705aae0 "Username: click", 0xb705aac0 "Secret: haslo", 0x0 <repeats 125
times>}}
        header_buf = "\000ecret: haslo\000k", '\0' <repeats 1009 times>
        res = 1
https://issues.asterisk.org/view.php?id=3  0x080ec86a in session_do
(data=0xa89760c8) at manager.c:3178
        ser = (struct ast_tcptls_session_instance *) 0xa89760c8
        session = (struct mansession_session *) 0x9c45290
        s = {session = 0x9c45290, f = 0x0, fd = 0}
        flags = 2050
        res = 0
        __PRETTY_FUNCTION__ = "session_do"
https://issues.asterisk.org/view.php?id=4  0x0813fd03 in
handle_tcptls_connection (data=0xa89760c8) at
tcptls.c:223
        tcptls_session = (struct ast_tcptls_session_instance *) 0xa89760c8
        ssl_setup = (int (*)(SSL *)) 0x805e4c0 <SSL_accept at plt>
        ret = 350
        err = "\\?\005?", '\0' <repeats 20 times>, "\020", '\0' <repeats
15 times>,
"`?\005?\210??\t\000\000\000\000\000\000\000\000??p*?\000\000\000@", '\0'
<repeats 20 times>,
"\004/?\000\000\000\000\024?\005?\000\000\000\000\030?\005?\034?\005?\200\031?\f\000\000\000\210n?\000?\237?\000\000\000\000`???\005?\tT?`??\f\000\000\000\004/?9\f\002\000?c\217\n\f\000\000\000??\000\000\000\000\000\000\000\000(?\005?\n?\024\b\001\000\000\000\f\000\000\000\030?\005??8?`??\210n?\t\200n?\t??\000\000\000\000\000"...
        __PRETTY_FUNCTION__ = "handle_tcptls_connection"
        cookie_funcs = {read = 0x813f594 <ssl_read>, write = 0x813f5be
<ssl_write>, seek = 0, close = 0x813f5df <ssl_close>}
https://issues.asterisk.org/view.php?id=5  0x0814c3a8 in dummy_start
(data=0xa8a65a18) at utils.c:968
        __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf =
{-1211580428, 0, 0, -1224363064, 526827664, 1032253934}, __mask_was_saved =
0}}, __pad = {0xb705b490, 0x0, 0xa7c93cf8, 0xb7d0382e}}
        __cancel_routine = (void (*)(void *)) 0x807616a
<ast_unregister_thread>
        __cancel_arg = (void *) 0xb705bb90
        not_first_call = 0
        ret = (void *) 0xb7db8d7e
        a = {start_routine = 0x813f784 <handle_tcptls_connection>, data =
0xa89760c8, name = 0xa8ad1260 "handle_tcptls_connection started at [  270]
tcptls.c ast_tcptls_server_root()"}
https://issues.asterisk.org/view.php?id=6  0xb7c7c4c0 in start_thread () from
/lib/i686/cmov/libpthread.so.0
No symbol table info available.
https://issues.asterisk.org/view.php?id=7  0xb7d7361e in clone () from
/lib/i686/cmov/libc.so.6
No symbol table info available.

(gdb) bt
https://issues.asterisk.org/view.php?id=0  0x080eae53 in process_events
(s=0xb705b1bc) at manager.c:2637
https://issues.asterisk.org/view.php?id=1  0x080ec134 in process_message
(s=0xb705b1bc, m=0xb705af58) at
manager.c:3023
https://issues.asterisk.org/view.php?id=2  0x080ec5d5 in do_message
(s=0xb705b1bc) at manager.c:3120
https://issues.asterisk.org/view.php?id=3  0x080ec86a in session_do
(data=0xa89760c8) at manager.c:3178
https://issues.asterisk.org/view.php?id=4  0x0813fd03 in
handle_tcptls_connection (data=0xa89760c8) at
tcptls.c:223
https://issues.asterisk.org/view.php?id=5  0x0814c3a8 in dummy_start
(data=0xa8a65a18) at utils.c:968
https://issues.asterisk.org/view.php?id=6  0xb7c7c4c0 in start_thread () from
/lib/i686/cmov/libpthread.so.0
https://issues.asterisk.org/view.php?id=7  0xb7d7361e in clone () from
/lib/i686/cmov/libc.so.6
(gdb)

We saw this issue in past with older versions of * as well.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
duplicate of        0016506 [patch] Segmentation fault using manage...
====================================================================== 

---------------------------------------------------------------------- 
 (0120468) lmadsen (administrator) - 2010-04-15 10:36
 https://issues.asterisk.org/view.php?id=17053#c120468 
---------------------------------------------------------------------- 
Closed in favour of https://issues.asterisk.org/view.php?id=16506 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-15 10:36 lmadsen        Note Added: 0120468                          
2010-04-15 10:36 lmadsen        Status                   feedback => closed  
2010-04-15 10:36 lmadsen        Resolution               open => duplicate   
======================================================================




More information about the asterisk-bugs mailing list