On Wednesday 23 March 2005 02:41 am, Isaac Richards wrote: > On Sunday 20 March 2005 01:56 pm, Adam Egger wrote: > > Hi, > > > > It is not possible to watch recordings (or LiveTV) on debian64. This > > problem is already described in "[mythtv-users] MytvTV Frontend > > Freezes (seemingly no errors)" > > (http://www.gossamer-threads.com/lists/mythtv/users/114125 ). There > > are also some debian64 users describing the same problem in the > > mythtalk forum > > (http://www.mythtvtalk.com/forum/viewtopic.php?t=699&start=0 ). > > Need a backtrace with _all_ threads in it (see docs for instructions).
Sorry, missed your attachment where you tried to do this. Since gdb seems to not work very well on your platform, you need to switch to each thread manually and get a bt that way. Basically, use 'info threads' to get a list of all running threads, then 'thread N' to switch to each one and do a bt on each. Isaac _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
