[Bug 7694] Pushing python to the background causes shell to become unusable
bugzilla at busybox.net
bugzilla at busybox.net
Mon Dec 15 11:17:30 UTC 2014
https://bugs.busybox.net/show_bug.cgi?id=7694
--- Comment #3 from chen_chun_guang at 163.com 2014-12-15 11:17:29 UTC ---
I merged Busybox upstream patch and found it has not fixed ^Z issue completely
.
It's OK When just pushing one python instance into the background,
But it still has display problem when launched send one, the line feed does
not work and there is no character display even you had input some python
command.
root at edison:~# jobs
[1]+ Stopped python
root at edison:~# python
Python 2.7.3 (default, Dec 3 2014, 17:17:19)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> Type help() for interactive help, or help(object) for help about object.
>>> >>> >>> >>> File "<stdin>", line 1
echo help
^
SyntaxError: invalid syntax
>>>
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list