Summary: | ASTERISK-25701: core: Endless loop in "core show taskprocessors" | ||
Reporter: | ibercom (ibercom) | Labels: | |
Date Opened: | 2016-01-16 06:06:16.000-0600 | Date Closed: | 2016-01-18 19:29:02.000-0600 |
Priority: | Major | Regression? | Yes |
Status: | Closed/Complete | Components: | Core/General |
Versions: | 11.22.0 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | Regression in commit:
http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=48dd99d2b4d6938b528f9f6aca98d36b60c5513b | ||
Comments: | By: Asterisk Team (asteriskteam) 2016-01-16 06:06:18.300-0600 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. By: Joshua C. Colp (jcolp) 2016-01-16 09:42:22.790-0600 Can you provide a backtrace or reproduction information to show this? I just did some testing and didn't encounter it. By: ibercom (ibercom) 2016-01-16 12:20:30.079-0600 In asterisk-11.21.0 you apply commit 48dd99d2b4d6938b528f9f6aca98d36b60c5513b, compile and install. If you execute "core show taskprocessors" the output is repeatedly: app_queue ... 78, 79, 80, ... The CPU is increasse. Without commit the output is normal: +----- Processor -----+--- Processed ---+- In Queue -+- Max Depth -+ app_queue 278 0 0 core_event_dispatcher 788 0 2 app_voicemail 493 0 1 pbx-core 295 0 2 ast_msg_queue 0 0 0 CCSS_core 0 0 0 iax2_transmit 36 0 2 +---------------------+-----------------+------------+-------------+ 7 taskprocessors |