[MPlayer-dev-eng] [PATCH] exit_player

Jan Knutar jknutar at nic.fi
Thu Sep 9 21:44:44 CEST 2004


On Thursday 09 September 2004 22:28, D Richard Felker III wrote:

> interesting, but in practice it doesn't work... i've found many
> crashes where i have to keep hitting ^C or ^4 and get more and more
> crash messages, and the only way to finally kill it is kill -9 from
> another terminal.

That's strange if you look at the signal handler, since you shouldn't get more than one
crash message, and at most 5 or so of the "Interrupted by signal in module"
lines...
I wonder if the signal handler gets uninstalled before exit in one of the uninit functions.

We should probably try _exit() after exit() fails, too... especially if you consider
mingw32 case, not that I know what happens on windows if anything crashes,
does mplayer get signal 11?




More information about the MPlayer-dev-eng mailing list