frank90psi / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Crash when try to seek an media (SVN r1423) #241

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Crash when try to seek an media,
it die with segfaul

Shortlog:
------------------
e01@ma3x:~$
setting size to 816 x 289
Segmentation fault

------------------

Original issue reported on code.google.com by dimitrov...@gmail.com on 10 Jul 2009 at 9:01

GoogleCodeExporter commented 8 years ago
Can you either run it with 'gnome-mplayer -v' or under gdb..

gdb gnome-mplayer

at gdb> type 'run'

when it crashes type 'bt' and post that output here.

the media files I have all seem to seek ok.

Original comment by kdeko...@gmail.com on 10 Jul 2009 at 9:12

GoogleCodeExporter commented 8 years ago
Am.. it crash when trying to move a new seekbar, and.. more exacly,.. just when 
click
over it :)

Original comment by dimitrov...@gmail.com on 10 Jul 2009 at 9:35

Attachments:

GoogleCodeExporter commented 8 years ago
When running under gdb, you must type 'bt' when it crashes otherwise the 
information
is useless. So far there is nothing that I can working on fixing... please rerun
under gdb and type bt when it crashes.

Original comment by kdeko...@gmail.com on 10 Jul 2009 at 10:00

GoogleCodeExporter commented 8 years ago
I have the same issue, so i post my backtrace:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ff202d43780 (LWP 1233)]
0x0000003c892318ff in ?? () from /usr/lib/libgobject-2.0.so.0
(gdb) bt
#0  0x0000003c892318ff in ?? () from /usr/lib/libgobject-2.0.so.0
#1  0x0000003c89222304 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#2  0x0000003c8922253f in g_signal_emit_by_name () from 
/usr/lib/libgobject-2.0.so.0
#3  0x0000000000435572 in gmtk_media_tracker_button_press (tracker=0x7bf460, 
event=0xb2b1c0) at gmtk_media_tracker.c:141
#4  0x0000003c8eb4b87f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x0000003c8920cbbf in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#6  0x0000003c892207e8 in ?? () from /usr/lib/libgobject-2.0.so.0
#7  0x0000003c89221f6f in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#8  0x0000003c89222633 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#9  0x0000003c8ec52e55 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#10 0x0000003c8eb44b92 in gtk_propagate_event () from 
/usr/lib/libgtk-x11-2.0.so.0
#11 0x0000003c8eb45b35 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x0000003c8d64958c in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#13 0x0000003c86637384 in g_main_context_dispatch () from 
/usr/lib/libglib-2.0.so.0
#14 0x0000003c8663a695 in ?? () from /usr/lib/libglib-2.0.so.0
#15 0x0000003c8663a9b5 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#16 0x0000003c8eb45f03 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x000000000042d489 in main (argc=1, argv=0x7fff0ad74d18) at main.c:1007

Original comment by assaul...@googlemail.com on 11 Jul 2009 at 2:51

GoogleCodeExporter commented 8 years ago
Can you both try SVN r1425. I think it should be fixed there.

Original comment by kdeko...@gmail.com on 11 Jul 2009 at 1:12

GoogleCodeExporter commented 8 years ago
Works for me.

Original comment by assaul...@googlemail.com on 11 Jul 2009 at 1:36

GoogleCodeExporter commented 8 years ago
Works and for me, i think that problem is solved, thanks.

:) And one more *OFTOPIC* :)
What about session of playlists, is there are hope to implement it?

Original comment by dimitrov...@gmail.com on 11 Jul 2009 at 6:45

GoogleCodeExporter commented 8 years ago
Session of playlists? You mean retaining the playlist when you close and then 
open
gnome-mplayer?

If so you can work around that by saving the current playlist and then double
clicking on the playlist to open it in gnome-mplayer. More of a data driven 
approach
to the concept.

Original comment by kdeko...@gmail.com on 11 Jul 2009 at 7:27