mario0alberto1 / gnome-mplayer

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

random segmentation fault #519

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Continuously play music
2. Wait for segmentation fault

What version of the product are you using? On what operating system?

Gnome-mplayer 1.0.3 on Arch Linux

Any advice on how to track down this problem? I've had Gnome-mplayer close 
several times but there doesn't seem to a specific trigger.

Original issue reported on code.google.com by 31337H4c...@gmail.com on 16 May 2011 at 8:08

GoogleCodeExporter commented 8 years ago
If you run gnome-mplayer under GDB does it crash? 

I've had situation where gnome-mplayer will crash when running normally, but 
run perfectly under gdb. So those are sometimes tricky to solve.

You could try the current SVN code as I have reworked the player backend, and I 
was able to play several mp3 files for several hours.

Original comment by kdeko...@gmail.com on 16 May 2011 at 8:12

GoogleCodeExporter commented 8 years ago
I don't know if I used GDB correctly, but heres the output I got.

Original comment by 31337H4c...@gmail.com on 16 May 2011 at 8:33

Attachments:

GoogleCodeExporter commented 8 years ago
At the gdb prompt type "bt" and that should show the call stack. I'll need that 
to investigate further.

Original comment by kdeko...@gmail.com on 16 May 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Sorry about the delay. I had to reproduce the segfault.

Original comment by 31337H4c...@gmail.com on 17 May 2011 at 9:18

Attachments:

GoogleCodeExporter commented 8 years ago
Unfortunately this still does not show where the crash is in gnome-mplayer. 
However, where I think this could be happening, mainly due to the 
g_io_channel_unref has been reworked recently in SVN and should be fixed.

Original comment by kdeko...@gmail.com on 17 May 2011 at 10:39

GoogleCodeExporter commented 8 years ago
This is the error message I get under same conditions.

Jul  5 08:54:14 IDNMusicServer kernel: [ 2395.867122] mplayer[2170]: segfault 
at c ip 081031aa sp bf841300 error 4 in mplayer[8048000+3c5000]

Original comment by akblack...@gmail.com on 6 Jul 2011 at 6:02

GoogleCodeExporter commented 8 years ago
Sounds like a mplayer bug is causing mplayer to crash, which may be causing 
gnome-mplayer to crash or hang.

Original comment by kdeko...@gmail.com on 6 Jul 2011 at 6:34