Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"make test" runs out of processes #650

Closed
veripoolbot opened this issue May 23, 2013 · 1 comment
Closed

"make test" runs out of processes #650

veripoolbot opened this issue May 23, 2013 · 1 comment
Assignees
Labels
area: tests Issue involves the testing system resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Jeremy Bennett (@jeremybennett)
Original Redmine Issue: 650 from https://www.veripool.org
Original Date: 2013-05-23
Original Assignee: Wilson Snyder (@wsnyder)


I recently ran out of processes on my system (64-bit Fedora 18) while running "make test". Quick inspection showed a vast number of defunct "tee" processes"

$ps ax
...
27693 pts/12   Z+     0:00 [tee] <defunct>
27695 pts/12   Z+     0:00 [tee] <defunct>
27698 pts/12   Z+     0:00 [tee] <defunct>
27701 pts/12   Z+     0:00 [tee] <defunct>
27714 pts/12   Z+     0:00 [tee] <defunct>
27716 pts/12   Z+     0:00 [tee] <defunct>

driver.pl uses tee to allow it to both capture and display the output. However it seems that when the child test completes, the tee process is not killed (problem with SIGCHILD?). I'd appreciate any suggestions of how to fix this - beyond the obvious one of using ulimit -u to increase the number of processes.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2013-05-24T00:09:49Z


Fixed it to not use tee at all.

Fixed in git towards 3.848.

@veripoolbot veripoolbot added area: tests Issue involves the testing system resolution: fixed Closed; fixed labels Dec 22, 2019
tgorochowik pushed a commit to antmicro/verilator that referenced this issue Feb 29, 2024
…uhdm-tests/serv/serv-f04a510

Bump uhdm-tests/serv/serv from `28953fe` to `f04a510`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: tests Issue involves the testing system resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants