MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
Thread Tools Display Modes
Old 2007-08-03, 22:32   #41 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 326
Thanks: 11
Thanked 15 Times in 13 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Logs didn't show anything special. So I'll have to try to trigger those crashes by myself also. Are you sure that those crashes aren't also happening with the unmodified TsReader?
I have now tested with the plain tsreader.ax - and also produces missing audio when zapping. Also a recurrence of the "infinite nvidia icons" is seen under certain circumstances (will do a bug report in the proper thread). No conclusions about crashes - I will continue testing.

Edit: Changing channels between audio: mpeg1 and mpeg2 channels on same card repeatedly crashes plain tsreader.

Regards
Seidelin

Last edited by Seidelin; 2007-08-03 at 22:44.
Seidelin is offline   Reply With Quote
Old 2007-08-03, 22:57   #42 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,933
Thanks: 74
Thanked 82 Times in 67 Posts


Default

Quote:
Originally Posted by Seidelin View Post
Quote:
Originally Posted by tourettes View Post
Logs didn't show anything special. So I'll have to try to trigger those crashes by myself also. Are you sure that those crashes aren't also happening with the unmodified TsReader?
I have now tested with the plain tsreader.ax - and also produces missing audio when zapping. Also a recurrence of the "infinite nvidia icons" is seen under certain circumstances (will do a bug report in the proper thread). No conclusions about crashes - I will continue testing.

Edit: Changing channels between audio: mpeg1 and mpeg2 channels on same card repeatedly crashes plain tsreader.

Regards
Seidelin
Thanks for testing. Those "infinite nvidia icons" are caused definately by a resource leak in TsReader (as it happens with the plain TsReader also). Thanks. Makes my debugging a lot easier. It would be even easier if you could pin point the exact TsReader version that still works (and the one that is not working for you).
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2007-08-03, 23:13   #43 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 326
Thanks: 11
Thanked 15 Times in 13 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Thanks for testing. Those "infinite nvidia icons" are caused definately by a resource leak in TsReader (as it happens with the plain TsReader also). Thanks. Makes my debugging a lot easier. It would be even easier if you could pin point the exact TsReader version that still works (and the one that is not working for you).
Ok, I will continue testing. Who needs sleep anyway?
Edit: It seems "infinite nvidia icon" was never fully fixed.

Regards
Seidelin

Last edited by Seidelin; 2007-08-03 at 23:36.
Seidelin is offline   Reply With Quote
Old 2007-08-04, 08:40   #44 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,933
Thanks: 74
Thanked 82 Times in 67 Posts


Default

Quote:
Originally Posted by Seidelin View Post
Quote:
Originally Posted by tourettes View Post
Thanks for testing. Those "infinite nvidia icons" are caused definately by a resource leak in TsReader (as it happens with the plain TsReader also). Thanks. Makes my debugging a lot easier. It would be even easier if you could pin point the exact TsReader version that still works (and the one that is not working for you).
Ok, I will continue testing. Who needs sleep anyway?
Edit: It seems "infinite nvidia icon" was never fully fixed.

Regards
Seidelin
Thanks again for your effort. I think the "infinite nvidia icon" issue (resource leak) was fixed last time, but there must be some new leak introduced (and that leak doesn't seem to happen every time).
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2007-08-04, 09:47   #45 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 326
Thanks: 11
Thanked 15 Times in 13 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Thanks again for your effort. I think the "infinite nvidia icon" issue (resource leak) was fixed last time, but there must be some new leak introduced (and that leak doesn't seem to happen every time).
SORRY!
It turns out that the bug dissappeared when I properly uninstalled
regsvr32 /u dvbsub2.ax

At least, I cannot reproduce the bug now. Also no crashes when zapping back and forth with proper vanilla tsreader.ax. This goes for these revisions 15297, 15307 and 15418.

I wasn't aware of how much to unregister/disable to avoid having an active dvbsub2.ax filter, sorry.
EDIT: Just confirmed that reregistering dvbsub2.ax and setting dvbsubtitles=yes makes the bug surface - i.e. using vanilla TsReader plus DVBsub2.


Regards
Seidelin

Last edited by Seidelin; 2007-08-04 at 10:10.
Seidelin is offline   Reply With Quote
Old 2007-08-04, 10:18   #46 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,933
Thanks: 74
Thanked 82 Times in 67 Posts


Default

Quote:
Originally Posted by Seidelin View Post
Quote:
Originally Posted by tourettes View Post
Thanks again for your effort. I think the "infinite nvidia icon" issue (resource leak) was fixed last time, but there must be some new leak introduced (and that leak doesn't seem to happen every time).
SORRY!
It turns out that the bug dissappeared when I properly uninstalled
regsvr32 /u dvbsub2.ax

At least, I cannot reproduce the bug now. Also no crashes when zapping back and forth with proper vanilla tsreader.ax. This goes for these revisions 15297, 15307 and 15418.

I wasn't aware of how much to unregister/disable to avoid having an active dvbsub2.ax filter, sorry.
EDIT: Just confirmed that reregistering dvbsub2.ax and setting dvbsubtitles=yes makes the bug surface - i.e. using vanilla TsReader plus DVBsub2.
hmm... that's pretty odd, sounds like the DVBSub2.ax would be leaking some resource when it's loaded (and not used at all, as the vanilla TsReader.ax is not connecting to the DVBSub2.ax filter. Or at least it shouldn't, could you make sure that the connection is not visibled between TsReader and DVBSub2 in GraphEdit?). I'll have to debug that a little bit this evening (and more tomorrow when I have full day available for MP / coding. So let's hope there will be a rainy day
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2007-08-04, 10:58   #47 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 326
Thanks: 11
Thanked 15 Times in 13 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
hmm... that's pretty odd, sounds like the DVBSub2.ax would be leaking some resource when it's loaded (and not used at all, as the vanilla TsReader.ax is not connecting to the DVBSub2.ax filter. Or at least it shouldn't, could you make sure that the connection is not visibled between TsReader and DVBSub2 in GraphEdit?). I'll have to debug that a little bit this evening (and more tomorrow when I have full day available for MP / coding. So let's hope there will be a rainy day
Yes. I agree that it sounds odd. Actually, I checked it last night that there was no connection between dvbsub2.ax and tsreader.ax in graphedit. It didn't look important to me at the time.

In hopes of rain
Seidelin

Last edited by Seidelin; 2007-08-04 at 11:29.
Seidelin is offline   Reply With Quote
Old 2007-08-05, 13:20   #48 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,933
Thanks: 74
Thanked 82 Times in 67 Posts


Default

Quote:
Originally Posted by Seidelin View Post
Quote:
Originally Posted by tourettes View Post
hmm... that's pretty odd, sounds like the DVBSub2.ax would be leaking some resource when it's loaded (and not used at all, as the vanilla TsReader.ax is not connecting to the DVBSub2.ax filter. Or at least it shouldn't, could you make sure that the connection is not visibled between TsReader and DVBSub2 in GraphEdit?). I'll have to debug that a little bit this evening (and more tomorrow when I have full day available for MP / coding. So let's hope there will be a rainy day
Yes. I agree that it sounds odd. Actually, I checked it last night that there was no connection between dvbsub2.ax and tsreader.ax in graphedit. It didn't look important to me at the time.

In hopes of rain
Seidelin
This seems to be really nasty leak. Nothing inside DVBSub2.ax seems to leak. Leak happens when DVBSub2.ax is loaded vanilla TsReader so there isn't even happening that much on the filter side. I tried also look into MP side of the code, but couldn't find anything there.

Also the DVBSub2.ax filter gets deleted properly and still the threadn count increases by one in the MediaPortal precess every time when a .ts file is started and then stopped.
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2007-08-05, 16:11   #49 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,933
Thanks: 74
Thanked 82 Times in 67 Posts


Default

A new version available, please see the first post.

- Log gets deleted everytime when filter is created
- Fixed a resource leak in TsReader & DVBSub (could fix some hangs when zapping)
- Fixed sometimes pressing stop hangs
- Fixed subtitles leaked sometimes (inside MP, when user is not in the full screen tv view)
- Added support for rendering the subtitles in the video overlays
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2007-08-05, 16:40   #50 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,933
Thanks: 74
Thanked 82 Times in 67 Posts


Default

New SVN MediaPortal build available (needed for the version 3 fixes / changes) http://forum.team-mediaportal.com/me...17-t26330.html
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Reply

Bookmarks

Tags
based, dvb, filter, subtitle, tsreader

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtitle for DVB-s/-t/-c ? Anonymous Improvement Suggestions 27 2008-01-31 22:30
DVB-C subtitle and general quality? Bjur General Talk 4 2007-07-16 11:08
Configuration stops subtitle filter functionality emphatic 0.2.3.0 RC1 and SVN Builds 0 2007-06-17 13:32
DVB-T Danish Subtitle support mail_dkmaste General Support 0 2007-02-25 21:35
DVB subtitle teampirkko Improvement Suggestions 1 2005-05-15 21:38


All times are GMT +1. The time now is 01:28.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress