geierb wrote:
> As I don't know where to post bug reports, I will do it here

In theory we have a bug tracker on Sourceforge, but I don't know if any 
developers are monitoring/using it. Given the low volume, this list 
seems like a good place to report bugs initially, though for the ones we 
all agree are bugs and lack workarounds, they probably should get filed 
at Sourceforge.


> 3. The whole mvpmc box gets slower and slower if I don't reboot it regulary.

When you say reboot, do you actually mean restart (warm restart via the 
power button)? Or do you mean a real reboot accomplished via the reboot 
menu option or pulling power from the MVP hardware?


> When I switch from "weather" to "mythtv" and start to play a recording it
> crashes always...

I've noticed this also, but rarely use the weather feature. (In part 
because the few times I did, it subsequently crashed.)


Roger Heflin wrote:
>> 3. The whole mvpmc box gets slower and slower if I don't reboot it...
> 
> ...mine lasts less than 1/2 a day before getting too slow.
> 
> Does anyone else see things getting slower after usage and how long
> does it take to get unuseable?

Well, if by reboot, you mean restart, then the answer is very 
frequently. It isn't so much a matter of time, but a quantity of 
operations within the show browser - probably operations that cause a 
re-retrieval of show data. So deleting a show is one.

And in my case it can be as few as one of these operations before I see 
a perpetual "please wait" dialog and need to restart.


> I have about 300 recordings...

I have a few more than that...

mysql> select count(*) from recorded;
+----------+
| count(*) |
+----------+
|     1162 |
+----------+
1 row in set (0.00 sec)


Though they're organized into several recording groups:

mysql> select count(recgroup) from recorded group by recgroup;
+-----------------+
| count(recgroup) |
+-----------------+
|             180 |
|             210 |
|             128 |
|              34 |
|              45 |
|             540 |
|              25 |
+-----------------+
7 rows in set (0.00 sec)

and I typically filter in mvpmc to show only one of the groups.


> I suspect that this is a memory issue were the memory gets fragmented 
> from the large number of allocations.

Clearly something of this sort is happening. I know I didn't have the 
problem when I first started using mvpmc with my newly set up MythTV 
server, but after a few months of accumulating shows, it progressively 
got worse.

  -Tom

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to