[asterisk-bugs] [JIRA] (ASTERISK-21049) asterisk crash on app_confbridge change and module unload

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Feb 7 18:52:59 CST 2013


Rusty Newton created ASTERISK-21049:
---------------------------------------

             Summary: asterisk crash on app_confbridge change and module unload
                 Key: ASTERISK-21049
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21049
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_confbridge, General
    Affects Versions: 11.2.1
         Environment: debian 6.0.6
            Reporter: Jeremy Kister
            Assignee: Rusty Newton
            Severity: Critical


# asterisk is running and happy... then:
{code}
pbx1> cd /usr/local/src/asterisk/asterisk-11.2.1
pbx1> rm apps/app_confbridge.so 
pbx1> make
make[1]: Entering directory `/usr/local/src/asterisk/asterisk-11.2.1'
   [LD] app_confbridge.o confbridge/conf_config_parser.o confbridge/conf_state.o confbridge/conf_state_empty.o confbridge/conf_state_inactive.o confbridge/conf_state_multi.o confbridge/conf_state_multi_marked.o confbridge/conf_state_single.o confbridge/conf_state_single_marked.o -> app_confbridge.so
make[1]: Leaving directory `/usr/local/src/asterisk/asterisk-11.2.1'
 +--------- Asterisk Build Complete ---------+
 + Asterisk has successfully been built, and +
 + can be installed by running:              +
 +                                           +
 +                make install               +
 +-------------------------------------------+
pbx1> cp apps/app_confbridge.so /usr/lib/asterisk/modules/
pbx1> ls /tmp/core*
ls: cannot access /tmp/core*: No such file or directory
pbx1> asterisk -r
Asterisk 11.2.1, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components licensed under the GNU General Public
License version 2 and other licenses; you are welcome to redistribute it under
certain conditions. Type 'core show license' for details.
=========================================================================
Connected to Asterisk 11.2.1 currently running on pbx1 (pid = 16898)
pbx1*CLI> 
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
pbx1> ls /tmp/core*
core.pbx1.example.net-2013-01-27T13:15:04-0500
pbx1> 
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list