This is not a bug. Maintainer, please close this bug #411416.
> #!/usr/bin/python
>
> import subprocess
> import os
> import signal
> import time
>
> PATH_MPLAYER='/usr/bin/mplayer'
> cmdList = [PATH_MPLAYER, '/home/woodmood/tmp/delme.wav']
> # proc = subprocess.Popen (cmdList)
> pid = os.spawnv
Package: python
Version: 2.4.4-2
I'm witnessing inexplicable effect when trying to deliver SIGKILL from
a python script to running mplayer process.
The script:
#!/usr/bin/python
import subprocess
import os
import signal
import time
PATH_MPLAYER='/usr/bin/mplayer'
cmdList = [PATH_MPLAYER, '/ho
2 matches
Mail list logo