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

Defunct process #4

Open
dbarnett opened this issue Jan 31, 2014 · 1 comment
Open

Defunct process #4

dbarnett opened this issue Jan 31, 2014 · 1 comment
Labels

Comments

@dbarnett
Copy link
Collaborator

What steps will reproduce the problem?

  1. Start abominade normally
  2. Run "ps a" in a terminal

What is the expected output? What do you see instead?
I see [a8] <defunct> there, and it doesn't seem like it should be there.

I stepped through with pdb and found it was created on the line that says
self.pid = self.terminal.fork_command(argv[0], argv, env, cwd)

@dbarnett
Copy link
Collaborator Author

Looks like Terminator, which also uses vte, has the same issue: https://bugs.launchpad.net/terminator/+bug/885606

The workaround there works for me:

cd /usr/lib
sudo ln -s libvte9 vte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant