|
[ tvtime-Bugs-963657 ] tvtime freezes: msg#00003video.tvtime.devel
Bugs item #963657, was opened at 2004-05-31 09:04 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=506987&aid=963657&group_id=64301 Category: OSD/Interface Group: Open bugs in CVS tvtime Status: Open Resolution: None Priority: 5 Submitted By: Timo Nentwig (timonentwig) Assigned to: Billy Biggs (vektor) Summary: tvtime freezes Initial Comment: After some time tvtime freezes without any reason and without any message. Maybe when the screen saver would become active but I'm not sure. I run tvtune 0.9.12 on SuSE9.1. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-06-02 12:29 Message: Logged In: NO Well, since I chmod 666 /dev/rtc it did not freeze no more. If it will crash, I'll post it here. ---------------------------------------------------------------------- Comment By: Corey Quilliam (cquilliam) Date: 2004-06-01 05:30 Message: Logged In: YES user_id=695574 Try running tvtime from a console window until it crashes, then check to see if there is any console output. If not, try running it through gdb to backtrace what is causing the crash. I used to get these before and it was caused by my xml installation, i'm not saying that this is likely the cause, however, gdb revealed that for me. ---------------------------------------------------------------------- Comment By: Billy Biggs (vektor) Date: 2004-05-31 11:26 Message: Logged In: YES user_id=153320 If you don't use /dev/rtc, we use usleep() with this code: if( performance_get_usecs_since_frame_acquired( perf ) < fieldtime ) { usleep( fieldtime - performance_get_usecs_since_frame_acquired( perf ) ); } So, if somehow the usecs since the frame was acquired was negative, then this would cause that to sleep forever. I don't see anywhere in the code that this could possibly happen though, unless by some memory being corrupted somehow through another bug. If you want to put a fprintf in there if the value is negative to make sure this is the case it might confirm, but even if this is what is happening I don't think it would get us any closer to solving the bug. ---------------------------------------------------------------------- Comment By: Timo Nentwig (timonentwig) Date: 2004-05-31 11:17 Message: Logged In: YES user_id=707625 Could it have to do with /dev/rtc? I just chmod 666 /dev/rtc and it did not happen again...yet. ---------------------------------------------------------------------- Comment By: Timo Nentwig (timonentwig) Date: 2004-05-31 09:48 Message: Logged In: YES user_id=707625 Nope, tvtime print no message at all when running from a shell. I'm nut sure whether it only stop updating the display (I now ran for a while without actually freezing so I couldn't check whether it still responds to key strokes but as far as i remember it does not). ---------------------------------------------------------------------- Comment By: Billy Biggs (vektor) Date: 2004-05-31 09:36 Message: Logged In: YES user_id=153320 I cannot think of anything that would cause this. Does it just stop updating the display? Does hitting escape to quit work? If you run tvtime from a console and let it occur, are there any messages printed? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=506987&aid=963657&group_id=64301 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ tvtime-Bugs-964820 ] Audio-control in OSD not working: 00003, SourceForge.net |
|---|---|
| Next by Date: | [ tvtime-Bugs-965408 ] Challenge Global Picture Settings: 00003, SourceForge.net |
| Previous by Thread: | [ tvtime-Bugs-963657 ] tvtime freezesi: 00003, SourceForge.net |
| Next by Thread: | [ tvtime-Bugs-964820 ] Audio-control in OSD not working: 00003, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |