thanks for reply here is the output when it crashed with the option -vo xv ---------------------------------------------- MPlayer 1.0rc2-4.3.2-DFSG-free (C) 2000-2007 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz (Family: 6, Model: 15, Stepping: 13) CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled with runtime CPU detection. mplayer: could not connect to socket mplayer: No such file or directory Failed to open LIRC support. You will not be able to use your remote control. Playing sample.avi. AVI file format detected. [aviheader] Video stream found, -vid 0 [aviheader] Audio stream found, -aid 1 VIDEO: [DX50] 640x480 24bpp 29.970 fps 3959.3 kbps (483.3 kbyte/s) ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4) ========================================================================== ========================================================================== Opening audio decoder: [pcm] Uncompressed PCM audio decoder AUDIO: 44100 Hz, 2 ch, s16le, 1411.2 kbit/100.00% (ratio: 176400->176400) Selected audio codec: [pcm] afm: pcm (Uncompressed PCM) ========================================================================== AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample) Starting playback... VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.33:1 - prescaling to correct movie aspect. VO: [xv] 640x480 => 640x480 Planar YV12 [mpeg4 @ 0xb7deb910]frame skip 8: 0.000 1/ 1 ??% ??% ??,?% 0 0 Fontconfig error: line 151: mismatched tag 2/ 2 ??% ??% ??,?% 0 0 Fontconfig error: Cannot load default config file MPlayer interrupted by signal 11 in module: filter_video - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. [ This binary of MPlayer in Debian is currently compiled with '--enable-debug'; the debugging symbols are in the package 'mplayer-dbg'.] ------------------------------------------------- On Thu, Dec 24, 2009 at 7:00 PM, <mplayer-users-request at mplayerhq.hu> wrote: > Send MPlayer-users mailing list submissions to > mplayer-users at mplayerhq.hu > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > or, via email, send a message with subject or body 'help' to > mplayer-users-request at mplayerhq.hu > > You can reach the person managing the list at > mplayer-users-owner at mplayerhq.hu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of MPlayer-users digest..." > > > Today's Topics: > > 1. Failed compilation against external libass-0.9.8 (andrew) > 2. Mplayer crashed,can anybody give me some help? (Armnotstrong ???) > 3. Re: Mplayer crashed,can anybody give me some help? (Oliver Seitz) > 4. Re: Failed compilation against external libass-0.9.8 > (Reimar D?ffinger) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 24 Dec 2009 12:53:23 +1100 > From: andrew <andrew.david.45 at gmail.com> > Subject: Failed compilation against external > libass-0.9.8 > To: MPlayer-Users <mplayer-users at mplayerhq.hu> > Message-ID: <20091224015323.GA4508 at skamandros.andrews-corner.org> > Content-Type: text/plain; charset=us-ascii > > Hi, > > I am attempting to compile the current svn MPlayer against > libass-0.9.8 with the following errors that make the compilation fail: > > +------------- > In file included from libmpdemux/demuxer.h:29, > from command.c:10: > ./libass/ass_mp.h:33: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > ./libass/ass_mp.h:47: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > ./libass/ass_mp.h:48: error: expected ')' before '*' token > ./libass/ass_mp.h:49: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > ./libass/ass_mp.h:51: error: expected ')' before '*' token > ./libass/ass_mp.h:52: error: expected ')' before '*' token > ./libass/ass_mp.h:53: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > ./libass/ass_mp.h:56: error: expected specifier-qualifier-list before > 'ass_image_t' > ./libass/ass_mp.h:61: error: expected '=', ',', ';', 'asm' or > '__attribute__' before '*' token > In file included from command.c:11: > libmpdemux/stheader.h:121: error: expected specifier-qualifier-list before > 'ass_track_t' > In file included from command.c:47: > mp_core.h:95: error: expected specifier-qualifier-list before 'ass_track_t' > command.c: In function 'mp_property_sub': > command.c:1340: error: dereferencing pointer to incomplete type > command.c:1341: error: dereferencing pointer to incomplete type > command.c:1372: error: 'sh_sub_t' has no member named 'lang' > command.c:1458: error: 'MPContext' has no member named 'set_of_ass_tracks' > command.c:1459: error: 'MPContext' has no member named 'set_of_ass_tracks' > command.c:1463: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:1489: error: 'sh_sub_t' has no member named 'ass_track' > command.c: In function 'run_command': > command.c:2572: warning: passing argument 1 of 'ass_step_sub' from > incompatible pointer type > command.c:2722: error: 'MPContext' has no member named 'file_format' > command.c:2726: error: 'MPContext' has no member named 'file_format' > command.c:2740: error: 'MPContext' has no member named 'file_format' > command.c:2754: error: 'MPContext' has no member named 'file_format' > command.c:2760: error: 'MPContext' has no member named 'file_format' > command.c:2792: error: 'MPContext' has no member named 'last_dvb_step' > command.c:2800: error: 'MPContext' has no member named 'dvbin_reopen' > command.c:2806: error: 'MPContext' has no member named 'file_format' > command.c:2828: error: 'MPContext' has no member named 'last_dvb_step' > command.c:2832: error: 'MPContext' has no member named 'dvbin_reopen' > command.c:2838: error: 'MPContext' has no member named 'file_format' > command.c:2857: error: 'MPContext' has no member named 'file_format' > command.c:2862: error: 'MPContext' has no member named 'file_format' > command.c:2900: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:2905: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:2916: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:2930: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:2931: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:2936: error: 'MPContext' has no member named 'set_of_subtitles' > command.c:3199: error: 'MPContext' has no member named 'was_paused' > command.c:3199: error: 'MPContext' has no member named 'was_paused' > command.c:3200: error: 'MPContext' has no member named 'was_paused' > command.c:3206: error: 'MPContext' has no member named 'was_paused' > make: *** [command.o] Error 1 > +------- > > Thanks for your trouble, > > Andrew > -- > Do you think that's air you're breathing? > > > ------------------------------ > > Message: 2 > Date: Thu, 24 Dec 2009 17:10:02 +0800 > From: Armnotstrong ??? <zhaoxmustc at gmail.com> > Subject: Mplayer crashed,can anybody give me some > help? > To: mplayer-users at mplayerhq.hu > Message-ID: > <8d71dd4f0912240110y4fe6a344p2416767ec29c3ff2 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > hi,every one > My Mplayer used to work well on my Debian 5.0. But it now crash just > after I start it. with the -vo xv OR -vo x11 option it just crash.But with > the -vo null option the audio works(ie. sound works). sorry if there is any > Spill or Grammar mistake ^_^ > > > ------------------------------ > > Message: 3 > Date: Thu, 24 Dec 2009 10:55:21 +0100 (CET) > From: "Oliver Seitz" <info at vtnd.de> > Subject: Re: Mplayer crashed,can anybody give me some > help? > To: "MPlayer usage questions, feature requests, bug reports" > <mplayer-users at mplayerhq.hu> > Message-ID: > <64022.84.160.74.13.1261648521.squirrel at srv1.ssl-traffic.de> > Content-Type: text/plain;charset=iso-8859-1 > > > sorry if there is > > any > > Spill or Grammar mistake ^_^ > > Don't worry about mistakes in language. > > To help with your problem there might be a litte more information needed, > though. > > Like the complete output of the crashing command for a start. > > Greets, > Kiste > > > > ------------------------------ > > Message: 4 > Date: Thu, 24 Dec 2009 11:51:40 +0100 > From: Reimar D?ffinger <Reimar.Doeffinger at gmx.de> > Subject: Re: Failed compilation against external > libass-0.9.8 > To: "MPlayer usage questions, feature requests, bug reports" > <mplayer-users at mplayerhq.hu> > Message-ID: <20091224105140.GA7437 at 1und1.de> > Content-Type: text/plain; charset=iso-8859-1 > > On Thu, Dec 24, 2009 at 12:53:23PM +1100, andrew wrote: > > I am attempting to compile the current svn MPlayer against > > libass-0.9.8 with the following errors that make the compilation fail: > > Sorry, currently only the older libass version that is shipped by e.g. > Ubuntu > is supported. > However I fixed compilation with the newer version, it is completely > untested if it actually works though. > (if it is really important to you, Uoti's version is supposed to work > correctly with it already - though I am happy about bug reports against > SVN). > > > ------------------------------ > > _______________________________________________ > MPlayer-users mailing list > MPlayer-users at mplayerhq.hu > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users > > End of MPlayer-users Digest, Vol 72, Issue 49 > ********************************************* >