After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416895 - Application crashes at exit when MPlayer has already finished
Application crashes at exit when MPlayer has already finished
Status: VERIFIED FIXED
Product: gnome-subtitles
Classification: Other
Component: general
0.2
Other All
: Normal major
: ---
Assigned To: Maintainers of GNOME subtitles
Maintainers of GNOME subtitles
Depends on:
Blocks:
 
 
Reported: 2007-03-10 20:16 UTC by Marcin Zajaczkowski
Modified: 2007-03-12 07:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcin Zajaczkowski 2007-03-10 20:16:30 UTC
Steps to reproduce:
1. Open subtitles (with assigned movie)
2. Open another subtitles (with assigned movie)
3. Close application


Stack trace:
Gnome Subtitles version: 0.2
SubLib version: 0.5
GnomeSharp version: 2.16
GtkSharp version: 2.10
GladeSharp version: 2.10

Stack trace:
System.InvalidOperationException: The process already finished.
  at System.Diagnostics.Process.Close (Int32 signo) [0x00000] 
  at System.Diagnostics.Process.Kill () [0x00000] 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Kill ()
  at GnomeSubtitles.Player.TerminateProcess () [0x00000] 
  at GnomeSubtitles.Player.Close () [0x00000] 
  at GnomeSubtitles.Video.Quit () [0x00000] 
  at GnomeSubtitles.GUI.Quit () [0x00000] 
  at GnomeSubtitles.EventHandlers.OnDelete (System.Object o, Gtk.DeleteEventArgs args) [0x00000] 
  at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_DeleteEventArgs (object,Gtk.DeleteEventArgs)
  at Gtk.Widget.DeleteEventSignalCallback (IntPtr arg0, IntPtr arg1, IntPtr gch) [0x00000] 
  at (wrapper native-to-managed) Gtk.Widget:DeleteEventSignalCallback (intptr,intptr,intptr)
  at <0x00000> <unknown method>
  at (wrapper managed-to-native) Gtk.Application:gtk_main ()
  at Gtk.Application.Run () [0x00000] 
  at Gnome.Program.Run () [0x00000] 
  at GnomeSubtitles.Global.Run () [0x00000] 

Other information:
I think it's related with mplayer integration. The application crashes also when I open subtitles with movie. Play the movie. Stop the movie. Close application.

Btw, you could add versions in bugzilla (0.2, 0.3, devel). Now I could choose only latest.
Comment 1 Marcin Zajaczkowski 2007-03-10 20:18:27 UTC
Application crashes, but it's not critical. Priority decreased.
Comment 2 Pedro Castro 2007-03-11 13:11:24 UTC
Fixed in SVN, thanks for the report.

Please try it out if you can, as I couldn't get to exactly reproduce that behavior.
Comment 3 Marcin Zajaczkowski 2007-03-11 14:24:33 UTC
SVN version looks ok. I wasn't able to gain stack trace :)
Comment 4 Pedro Castro 2007-03-12 00:33:39 UTC
Regarding what you said in bug #402201:

> Regarding to the version I was using version 0.2. I think you should bump
> version number in configuration for a stack trace (sublib was in 0.5 not in 0.3
> as reported).
You mean that, with Gnome Subtitles 0.2, the bug log reported sublib 0.3 instead of 0.5?
Comment 5 Marcin Zajaczkowski 2007-03-12 07:32:43 UTC
(In reply to comment #4)
> Regarding what you said in bug #402201:
> 
> > Regarding to the version I was using version 0.2. I think you should bump
> > version number in configuration for a stack trace (sublib was in 0.5 not in 0.3
> > as reported).
> You mean that, with Gnome Subtitles 0.2, the bug log reported sublib 0.3
> instead of 0.5?

No, I looked into wrong bug and read info about version from its stack trace (which was from quite old version),

In my stack trace there are:
Gnome Subtitles version: 0.2
SubLib version: 0.5

and it's true.