This is with the latest snapshot. I commented out the 'raise OSError'
because it's not being trapped anywhere.

At this point, nothing crashes, but the music player "stops" and it
returns to the song list, with mplayer continuing in the background.

As you can see below, I don't think there is any actions in
playlist.py, so I don't think it could be trapped there. It would have
to be trapped in 'player.py' maybe?

--------

Tried to stop child when no child is running right now
Please send a bug report with the following trace to the
Freevo developers
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 454, in ?
    main_func()
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 349, in main_func
    if p.eventhandler(event=event):
  File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/detach.py", line 104, in 
eventhandler
    self.player.eventhandler(event=event)
  File "/usr/lib/python2.3/site-packages/freevo/util/misc.py", line 481, in __call__
    return self.__method(self.__obj, *args, **kwargs)
  File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/mplayer.py", line 205, 
in eventhandler
    self.playerGUI.stop()
  File "/usr/lib/python2.3/site-packages/freevo/audio/player.py", line 107, in stop
    self.player.stop()
  File "/usr/lib/python2.3/site-packages/freevo/util/misc.py", line 481, in __call__
    return self.__method(self.__obj, *args, **kwargs)
  File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/mplayer.py", line 180, 
in stop
    self.thread.stop('quit\n')
  File "/usr/lib/python2.3/site-packages/freevo/childapp.py", line 391, in stop
    traceback.print_stack()






-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to