Bug 1018370

Summary: RFE: Update byobu
Product: [Fedora] Fedora EPEL Reporter: Adam Michel <elfurbe>
Component: byobuAssignee: Jan Klepek <jan.klepek>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: el6CC: elfurbe, jan.klepek, rosset.filipe
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-30 17:35:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Adam Michel 2013-10-11 19:13:47 UTC
Description of problem:
Currently shipping byobu version suffers from a race condition in byobu-status which causes continual spawning of hung processes. This situation is a known bug, launchpad bug id included below.

Version-Release number of selected component (if applicable): 5.21


How reproducible:
Trivially


Steps to Reproduce:
1. Open two shell sessions
2. Launch byobu in one and leave running
3. ps -ef | grep byobu in the other, will see growing list of byobu-status processes

Actual results:
byobu-status processes spawn until the parent is killed.

Expected results:
Processes should exit.

Additional info:
Unsure which specific release fixes this issue, but current is 5.60 which is quite far ahead of shipping.

Comment 1 Jan Klepek 2014-02-18 19:14:44 UTC
In testing repo is latest version of byobu, please test and let me know if that helps

Comment 2 Adam Michel 2014-06-30 17:38:56 UTC
Sorry, I lost track of this as updates solved my issue. Current shipping (
byobu-5.73-4.el6.noarch) works as expected.

Left status as assigned, wasn't sure if I should close it.

Thanks!