mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Every time I close mplayer, it crashes - /usr/bin/gnome-mplayer was killed by signal 11 (SIGSEGV) #628

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open gnome-mplayer, and watch an avi / mp4 file until it ends.
2. Close gnome-mplayer (by clicking the X top right)
3. Every time (I think) it creates an ABRT error with the message:
Process /usr/bin/gnome-mplayer was killed by signal 11 (SIGSEGV)

What is the expected output? What do you see instead?
It should just close gracefully. I get an error generated.

What version of the product are you using? On what operating system?
(but it has been doing this for a loooooong time)
gnome-mplayer-1.0.6-2.fc17.x86_64
gnome-mplayer-common-1.0.6-2.fc17.x86_64
running on 
Fedora 17 (Beefy Miracle) x86_64

Please provide any additional information below.

Original issue reported on code.google.com by louis.vandyk on 17 Jul 2012 at 12:55

Attachments:

GoogleCodeExporter commented 8 years ago
I believe this has been fixed in the SVN code. It was a known issue for awhile.

Original comment by kdeko...@gmail.com on 17 Jul 2012 at 4:42

GoogleCodeExporter commented 8 years ago
OK, thanks. When will it hit the mainstream packages?

Original comment by louis.vandyk on 17 Jul 2012 at 10:44

GoogleCodeExporter commented 8 years ago
Not sure, probably at least a few weeks. It is very easy to build and make 
packages for on F17 if you need them sooner.

You may need to remove the existing gmtk and gnome-mplayer packages because the 
F17 packages are created a little differently than I do it.

yum-builddep gmtk
check out the gmtk source from svn
in the source do 'make dist', might need to do it twice
there should be a .tar.gz file created
rpmbuild -ta [the .tar.gz]
Install the rpm file that is created

yum-builddep gnome-mplayer
check out the gnome-mplayer source from svn
in the source do 'make dist', might need to do it twice
there should be a .tar.gz file created
rpmbuild -ta [the .tar.gz]
Install the rpm file that is created

First time should take around 30 mins to do, after you do it once you can skip 
the yum-builddep steps. 

Original comment by kdeko...@gmail.com on 17 Jul 2012 at 12:59

GoogleCodeExporter commented 8 years ago
Marking as fixed as 1.0.7 is released

Original comment by kdeko...@gmail.com on 21 Nov 2012 at 6:55