[asterisk-bugs] [JIRA] (ASTERISK-25276) "confbridge record" makes # of asterisk subprocess growing

Charley Yao (JIRA) noreply at issues.asterisk.org
Wed Jul 22 20:37:32 CDT 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charley Yao updated ASTERISK-25276:
-----------------------------------

    Description: 
When we use "confbridge record" command in cli,
the number of asterisk subprocess keeps growing up and never decreases.

the cli command just like:
{quote}
confbridge record start 8000 filename
{quote}

after the stop command
{quote}
confbridge record stop 8000 
{quote}

the number of asterisk subprocesses is added by 1 and never decreases.
The asterisk processes continue to drain out the system memory.

we used the pstree command to check the number of subprocesses
{noformat}
> pstree
init─┬─abrt-dump-oops
     ├─abrtd
     ├─auditd───{auditd}
     ├─automount───4*[{automount}]
     ├─crond
     ├─dbus-daemon
     ├─hald─┬─hald-runner─┬─hald-addon-acpi
     │      │             ├─hald-addon-gene
     │      │             └─hald-addon-inpu
     │      └─{hald}
     ├─httpd───11*[  httpd]
     ├─irqbalance
     ├─6*[ mingetty]
     ├─mysqld_safe───mysqld───21*[{mysqld}]
     ├─rsyslogd───3*[{rsyslogd}]
     ├─safe_asterisk───asterisk───1210*[{asterisk}]
     ├─sshd─┬─sshd───bash───pstree
     │      └─sshd───bash───asterisk
     ├─udevd───2*[udevd]
     └─xinetd
{noformat}

  was:
When we use "confbridge record" command in cli,
the number of asterisk subprocess keeps growing up and never decreases.

the cli command just like:
{quote}
confbridge record start 8000 filename
{quote}

after the stop command
{quote}
confbridge record stop 8000 
{quote}

the number of asterisk subprocesses is added by 1 and never decreases.
The asterisk processes continue to drain out the system memory.

we used the pstree command to check the number of subprocesses
{quote}
> pstree
init─┬─abrt-dump-oops
     ├─abrtd
     ├─auditd───{auditd}
     ├─automount───4*[{automount}]
     ├─crond
     ├─dbus-daemon
     ├─hald─┬─hald-runner─┬─hald-addon-acpi
     │      │             ├─hald-addon-gene
     │      │             └─hald-addon-inpu
     │      └─{hald}
     ├─httpd───11*[httpd]
     ├─irqbalance
     ├─6*[mingetty]
     ├─mysqld_safe───mysqld───21*[{mysqld}]
     ├─rsyslogd───3*[{rsyslogd}]
     ├─safe_asterisk───asterisk───1210*[{asterisk}]
     ├─sshd─┬─sshd───bash───pstree
     │      └─sshd───bash───asterisk
     ├─udevd───2*[udevd]
     └─xinetd
{quote}


> "confbridge record" makes # of asterisk subprocess growing
> ----------------------------------------------------------
>
>                 Key: ASTERISK-25276
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25276
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 11.6.0
>         Environment: OS: CentOS 6.5
> kernel: 2.6.32-431.el6.x86_64
>            Reporter: Charley Yao
>            Severity: Critical
>
> When we use "confbridge record" command in cli,
> the number of asterisk subprocess keeps growing up and never decreases.
> the cli command just like:
> {quote}
> confbridge record start 8000 filename
> {quote}
> after the stop command
> {quote}
> confbridge record stop 8000 
> {quote}
> the number of asterisk subprocesses is added by 1 and never decreases.
> The asterisk processes continue to drain out the system memory.
> we used the pstree command to check the number of subprocesses
> {noformat}
> > pstree
> init─┬─abrt-dump-oops
>      ├─abrtd
>      ├─auditd───{auditd}
>      ├─automount───4*[{automount}]
>      ├─crond
>      ├─dbus-daemon
>      ├─hald─┬─hald-runner─┬─hald-addon-acpi
>      │      │             ├─hald-addon-gene
>      │      │             └─hald-addon-inpu
>      │      └─{hald}
>      ├─httpd───11*[  httpd]
>      ├─irqbalance
>      ├─6*[ mingetty]
>      ├─mysqld_safe───mysqld───21*[{mysqld}]
>      ├─rsyslogd───3*[{rsyslogd}]
>      ├─safe_asterisk───asterisk───1210*[{asterisk}]
>      ├─sshd─┬─sshd───bash───pstree
>      │      └─sshd───bash───asterisk
>      ├─udevd───2*[udevd]
>      └─xinetd
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list