Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Tracked the bug down to the pty allocation in conque_subprocess.py.
The call to pty.fork() raises exception "out of pty devices", returning before
execvp(). Then vim acts as if the child has died.
Now, is is no more a bug of ConqueTerm, but merely a request to get a
notification instead of SIGHUP sent to the parent vim.
Original comment by sakh...@gmail.com
on 11 Aug 2013 at 7:44
Original issue reported on code.google.com by
sakh...@gmail.com
on 10 Aug 2013 at 6:36