Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61312 - On right click, MPlayer interrupted by signal 11 in module: vo_check_events
Summary: On right click, MPlayer interrupted by signal 11 in module: vo_check_events
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Media-video project
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
: 65313 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-22 17:11 UTC by Ron H
Modified: 2005-04-14 03:49 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ron H 2004-08-22 17:11:52 UTC
Doing anything that creates a new menu or window while a movie is playing in gmplayer leads to a signal 11 crash. 

Reproducible: Always
Steps to Reproduce:
1. start gmplayer
2. play a movie
3. right click on the movie window

Actual Results:  
ERROR MESSAGE:

MPlayer interrupted by signal 11 in module: vo_check_events
- 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. 

Expected Results:  
Open the requested menu/window

EMERGE INFO:

Gentoo Base System version 1.4.16
Portage 2.0.50-r9 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 Intel(R) Pentium(R) M processor 1700MHz
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox userpriv"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X acpi aim alsa apm arts ati audiofile avi berkdb cdr cpdflib crypt cups
dga dio directfb divx4linux dvd encode esd ethereal exif fbcon flash foomaticdb
gcc gdbm gif gphoto2 gpm gtk gtk2 icq imlib jabber java jpeg kde libg++ libwww
lirc mad mikmod mime mmx motif mozila mpeg mplayer msn ncurses nls oggvorbis
openal opengl openoffice oscar oss pam pcmcia pdflib perl png pnp posix python
qt quicktime readline samba scanner sdl slang spell sse ssl svga tcpd tiff
truetype trusted usb video_cards_radeon x86 xine xinerama xml2 xmms xv xvid
yahoo zlib"

OTHER INFO:

Machine is a thinkpad laptop with a Radeon 9000 video card. Mplayer is
configured to output through Gl2. Mplayer works perfectly when no GUI is used.
Comment 1 Ron H 2004-08-23 00:57:16 UTC
I just tried unmerging mplayer, setting my use flags to nothing but "gtk", and re-emerging mplayer. The problem still happens.
Comment 2 Luka Mrovlje 2004-08-24 07:22:43 UTC
same thing with gentoo-dev-sources 2.6.8.1-r1/ati drivers

could it be ati problem?
Comment 3 Ron H 2004-08-25 13:47:10 UTC
I'm using version 3.11.1 of the ati-drivers ebuild.

What about yourself?

It would make sense if this is an ati-drivers specific problem since many hours of googling has turned up literally nothing :)
Comment 4 Kevin Leong 2004-08-26 19:34:13 UTC
I have having the same problem with almost the same system as report
Comment 5 Luka Mrovlje 2004-08-31 14:02:54 UTC
I am runing ati-drivers 3.11.1 ebuild for radeon 9000 mobility and have exactly the same problem. However, my friend has radeon 8500 on suse with fgrlx 3.9 drivers (from suse's ftp) and runs mplayer 1.0pre5-3.3.4 perfectly even with right clicking while playing movie.   
Comment 6 Ron H 2004-08-31 17:50:27 UTC
Just wanted to point out that I've got a temporary workaround: use xine: Haven't had any problems with it so far.
Comment 7 Robert T Childers 2004-10-11 22:04:37 UTC
I was also having the same problem with mplayer-1.0_pre5-r3. After running through  the forums I came across a note about checking /proc/cpuinfo to see what is supported by your processor. In my case I have an AMD Duron. 3dnow, 3dnowext, mmx were supported but sse and sseext were not. I removed those two from my use variables, recompiled mplayer and now its working. It seems that gcc was compiling in instructions that were not supported despite the fact that the mplayer config did properly recognize my cpu and set its own cflags accordingly. I don't know if this will solve the problem for everyone but its worth examining. Maybee we need to come up with a filtering system in portage or possibly modify ufed to keep someone from using cpu flags that don't match the processor such as 3dnow on an intel chip or sse on an AMD chip.
Comment 8 Chris White (RETIRED) gentoo-dev 2004-11-10 19:50:23 UTC
MPlayer uses custom CFLAGS instead of what MPlayer thinks is ok.  That means you
should be hanky dory now.  Please re-open if you have issues of some type.
Comment 9 Ron H 2004-12-21 12:45:28 UTC
I'm sorry but the problem still persists in its original form. I just got done doing a complete system rebuild from scratch, and its still there, etc.
Comment 10 Reimar Döffinger 2005-01-15 07:52:23 UTC
This sounds like http://bugzilla.mplayerhq.hu/show_bug.cgi?id=12 to me, which is related to using arts ao (though I can't reproduce it on my only PC with KDE, which is running SuSE 9.1).
Comment 11 Chris White (RETIRED) gentoo-dev 2005-01-22 12:26:10 UTC
*** Bug 65313 has been marked as a duplicate of this bug. ***
Comment 12 Vladimir Stwora 2005-02-01 18:07:39 UTC
I have same problem. Runnig 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 2.53GHz GenuineIntel. Mplayer version 1.0pre5try2-3.3.5. CFLAGS originally set to "-march=pentium4 -msse2 -mfpmath=sse", later I changed it to "-O2" and recompiled mplayer. No difference.
Comment 13 Chris White (RETIRED) gentoo-dev 2005-02-25 14:11:06 UTC
can you give a backtrace for this please?
Comment 14 Chris White (RETIRED) gentoo-dev 2005-03-19 19:47:52 UTC
*** Bug 65313 has been marked as a duplicate of this bug. ***
Comment 15 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-14 03:49:47 UTC
please provide the requested output and reopen this one if you're about to attach it.