[mythtv-commits] Ticket #1497: mythbackend dies with *** glibc detected *** free(): invalid pointer: 0x088dd4e8 ***
MythTV
mythtv at cvs.mythtv.org
Sun Mar 12 15:12:37 UTC 2006
#1497: mythbackend dies with *** glibc detected *** free(): invalid pointer:
0x088dd4e8 ***
-----------------------------------------------+----------------------------
Reporter: kari dot salmela AT lanwan dot fi | Owner: ijr
Type: defect | Status: new
Priority: minor | Milestone: unknown
Component: mythtv | Version: 0.19
Severity: medium | Resolution:
-----------------------------------------------+----------------------------
Comment (by anonymous):
Hmm.. I have some trouble putting the modifications in place. In my source
code lines from around line ~300 in libs/libmythtv/dvbsiparser.cpp are
like this:
1 if (rsz > 0)
2 {
3 ParseTable(buffer, rsz,
4 PIDfilterManager[pollArray[i].fd].pid);
5 processed = true;
6 continue;
7 }
8
9 if (rsz == -1 && errno == EAGAIN)
If I just comment lines 3 and 4, I won't get video at all.. ;-/
--Kari
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/1497>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list