Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254823 - mplayer-1.0_rc2_p28058-r1 returns successfully after failure
Summary: mplayer-1.0_rc2_p28058-r1 returns successfully after failure
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL: http://bugzilla.mplayerhq.hu/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 13:14 UTC by Jaak Ristioja
Modified: 2009-01-19 06:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mplayer-async-quit.diff (mplayer-async-quit.diff,686 bytes, patch)
2009-01-13 13:32 UTC, Jaak Ristioja
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaak Ristioja 2009-01-13 13:14:27 UTC
This is what I get after SIGTERMing the mplayer process (mplayer 'videostream or some large video file' -dumpstream -dumpfile tmpfile ; echo "Terminated with status $?"):

MPlayer interrupted by signal 2 in module: dumpstream
Core dumped ;)

Exiting... (End of file)
Terminated with status 0

Sometimes I also get these lines before the "core dumped" success message:

read error:: Interrupted system call
pre-header read failed
Comment 1 Jaak Ristioja 2009-01-13 13:32:33 UTC
Created attachment 178358 [details, diff]
mplayer-async-quit.diff

A patch to fix this. Appears to work.
Comment 2 Jaak Ristioja 2009-01-13 13:52:36 UTC
I also filed this upstream: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1383
Comment 3 Jaak Ristioja 2009-01-18 12:12:52 UTC
I have also noticed mplayer returning successfully after printing the erronous "read error:: Resource temporarily unavailable" message to the standard error output before. However, I'm not quite sure yet whether this happens immediately before exiting, but I'm looking into it.
Comment 4 Jaak Ristioja 2009-01-18 15:27:50 UTC
(In reply to comment #3)
> I have also noticed mplayer returning successfully after printing the erronous
> "read error:: Resource temporarily unavailable" message to the standard error
> output before. However, I'm not quite sure yet whether this happens immediately
> before exiting, but I'm looking into it.

I was wrong about this, everything was *kind of OK* with this actually, nevermind these two comments please.
Comment 5 Luca Barbato gentoo-dev 2009-01-19 06:43:07 UTC
I'm not exactly sure this is an error.  I'll leave Reimar decide anyway.