Bugs item #981256, was opened at 2004-06-28 08:43 Message generated for change (Comment added) made by gibson3659 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=981256&group_id=46652
Category: OSD Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jason Gibson (gibson3659) Assigned to: Nobody/Anonymous (nobody) Summary: OSD:clearscreen crash at end of movie Initial Comment: WARNING: You are using the SDL dxr3 video driver! Crash! Pygame Parachute Traceback: Thread-0x82f54c8 File "/usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py", line 786, in run Thread-0x8170c90 File "/usr/lib/python2.3/threading.py", line 204, in wait Thread-0x8049ad8 File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 597, in clearscreen ---------------------------------------------------------------------- >Comment By: Jason Gibson (gibson3659) Date: 2004-07-21 09:01 Message: Logged In: YES user_id=255688 Running 1.5.0, so far it appears to only happen when a file plays to completion and mplayer exits. Here is a debug log: -------- main.py (289): handling event MENU_PLAY_ITEM main.py (465): clear: True mplayer.py (183): MPlayer.play(): mode=file, url=//mnt/freevo_media/Movies/Locked/Other/Blue_Matrix.mpg rc.py (422): register callback: <bound method MPlayerApp.poll of <video.plugins.mplayer.MPlayerApp instance at 0x412dc70c>> rc.py (418): register shutdown callback: <bound method MPlayerApp.stop of <video.plugins.mplayer.MPlayerApp instance at 0x412dc70c>> self.t1.isAlive()=True, self.t2.isAlive()=True ChildApp.__init__(), pid=32113, app=/usr/bin/mplayer -autosync 100 -nolirc -autoq 100 -screenw 640 -screenh 480 -fs -slave -ao oss:/dev/dsp -v -vo dxr3 -cache 5000 //mnt/freevo_media/Movies/Locked/Other/Blue_Matrix.mpg -vf pp=de, poll=-1 menu.py (634): no eventhandler for event MENU_PLAY_ITEM main.py (289): handling event VIDEO_START main.py (307): no eventhandler for event VIDEO_START main.py (289): handling event PLAY_START main.py (307): no eventhandler for event PLAY_START main.py (289): handling event SEEK . . . main.py (289): handling event SEEK childapp.py (317): stdout: No data, stopping (pid 32114)! childapp.py (317): stderr: No data, stopping (pid 32115)! rc.py (434): unregister callback: <bound method MPlayerApp.poll of <video.plugins.mplayer.MPlayerApp instance at 0x412dc70c>> rc.py (438): unregister shutdown callback: <bound method MPlayerApp.stop of <video.plugins.mplayer.MPlayerApp instance at 0x412dc70c>> childapp.py (206): done the easy way main.py (289): handling event PLAY_END childapp.py (197): already dead Crash! ---------------------------------------------------------------------- Comment By: Dirk Meyer (dischi) Date: 2004-07-11 05:49 Message: Logged In: YES user_id=33647 I can't reproduce this because I don't use a DXR3. Maybe you can add some debugging _who_ is calling clearscreen. This is all very strange, no thread should use the osd so it should work without the SynchronizedObject. ---------------------------------------------------------------------- Comment By: Jason Gibson (gibson3659) Date: 2004-07-07 11:57 Message: Logged In: YES user_id=255688 Still a problem in RC4. Looking at CVS, I suspect the inclusion of animation support broke something on the osd restart or osd.py v 1.155 where the following was changed. _singleton = util.SynchronizedObject(OSD()) changed to _singleton = OSD() ---------------------------------------------------------------------- Comment By: Jason Gibson (gibson3659) Date: 2004-07-01 11:58 Message: Logged In: YES user_id=255688 This crash does not happen in 1.5.0 pre1. ---------------------------------------------------------------------- Comment By: Jason Gibson (gibson3659) Date: 2004-06-29 09:51 Message: Logged In: YES user_id=255688 Version: 1.5_rc3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446895&aid=981256&group_id=46652 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
