Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 649
    • Issues 649
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 181
    • Merge Requests 181
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #8447

Closed
Open
Opened Jan 29, 2018 by Nicolas Duchon@duch
  • Report abuse
  • New issue
Report abuse New issue

Bash 4.4.12-r2 jobs hangs on arm (alpine 3.7)

Bash jobs are hanging with bash 4.4.12-r2 (from alpine 3.7) when running on armv7l :

sleep 10 & wait; echo "done waiting"

bash-4.4# sleep 10 & wait; echo "done waiting"
[1] 15
[1]+  Done                    sleep 10

echo is not executed and bash never give the hand back.

bash 4.3.48-r1 on alpine 3.6:

bash-4.3# sleep 10 & wait; echo "done waiting"
[1] 14
[1]+  Done                    sleep 10
done waiting
bash-4.3#

sh on alpine 3.6 or 3.7:

/ # sleep 10 & wait; echo "done waiting"
done waiting
[1]+  Done                       sleep 10
/ #

This was tested on a Raspberry Pi 3 and Scaleway C1 instance.

(from redmine: issue id 8447, created on 2018-01-29, closed on 2019-05-03)

  • Changesets:
    • Revision 6c1881db by Natanael Copa on 2018-02-07T19:04:45Z:
main/bash: fix jobs again

previous fix didnt solve the problem for 32 bit architectures.

We fix it by capping childmax to 8192.

ref #8447
  • Revision 55aa74e4 by Natanael Copa on 2018-02-07T19:11:33Z:
main/bash: fix jobs again

previous fix didnt solve the problem for 32 bit architectures.

We fix it by capping childmax to 8192.

ref #8447
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
3.7.1
Milestone
3.7.1 (Past due)
Assign milestone
Time tracking
None
Due date
None
2
Labels
Normal type:bug
Assign labels
  • View project labels
Reference: alpine/aports#8447