[mythtv-commits] Ticket #1147: permissions problem -> coredump

MythTV mythtv at cvs.mythtv.org
Wed Feb 1 00:22:37 UTC 2006


#1147: permissions problem -> coredump
---------------------------------------+------------------------------------
 Reporter:  Cougar <cougar at random.ee>  |        Owner:  danielk 
     Type:  defect                     |       Status:  reopened
 Priority:  minor                      |    Milestone:  0.20    
Component:  mythtv                     |      Version:  head    
 Severity:  medium                     |   Resolution:          
---------------------------------------+------------------------------------
Comment (by danielk):

 (The frontend doesn't try to get the preview image locally because we
 didn't bother to implement that optimization for such a small file. The
 optimization is not intended to get around broken permissions but rather
 avoid streaming large video files over the network when they are available
 locally.)

 That the threads need to finish for the crash is interesting. The
 PreviewGenerator should notify the playback box before the class is
 deleted; if somehow that notification failed it could cause this problem.

 Please try this again with '-v playback' with the latest svn. Attach the
 full output of the gdb session including a "thread apply all bt" after the
 segfault. The verbosity should let the Preview Generator tell us when it
 shuts down properly, while the GDB thread notifications should tell us
 when they actually shut down.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1147>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list