Opened 16 years ago
Closed 16 years ago
#1103 closed defect (fixed)
dumpstream needs to be killed twice for exiting
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When run with -dumpstream option and killed with a "kill" command, mplayer output "MPlayer interrupted by signal 15 in module: dumpstream" but doesn't exit.
On the second kill, mplayer exit.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
SVN r27092 fix the bug according to my tests.
I keep a "kill -9" a few seconds after the first kill in my scripts as suggested.
Thanks.
Note:
See TracTickets
for help on using tickets.
Please try again with SVN r27092.
But note that killing is only really reliable if you kill -9 which may have annoying side-effects.