MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (80):

coling, MythLogBot, aloril, amessina, Anssi, brfransen, buu, Captain_Murdoch, Chutt, clever, ElmerFudd, fetzerch, ghoti, gregL, J-e-f-f-A, jams_, johanbr, joki, jpabq_, jpharvey_, jwhite, knightr, kurre2, kwmonroe, MartinT, mrand, MythBuild, neufeld, peper03, poptix, purserj, robink, Sharky112065, skd5aner, sphery, sraue, taylorr, tgm4883, tonsofpcs, tris, unforgiven512, wahrhaft, Warped, xris, zentec, _charly_, jarryd, laga, nameless`, wseltzer_, jnylen, dblain, stuartm, GreyFoxx, jya, jya_, monkeypet, Tobbe5178, Gibby_, dekarl1, caelor, cerise8192, Seeker`_, wagnerrp_, toeb, jst_, seld, jarle, eee-blt, sl1ce, XDS2010, andreaz1, superm1, Casper0082, aberrios, jheizer__, nephyrin`, _nyloc_, kartouch, benklop
Sunday, March 2nd, 2014, 01:55 UTC
[01:55:05] andreaz (andreaz!~andre_000@p579232D1.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[03:16:13] _nyloc_ (_nyloc_!~quassel@p57B4FF4B.dip0.t-ipconnect.de) has joined #mythtv
[03:17:28] TheCras6 (TheCras6!~TheCrashe@p508078AA.dip0.t-ipconnect.de) has quit (Quit: KVIrc 4.3.1 Aria http://www.kvirc.net/)
[03:20:25] nyloc (nyloc!~quassel@p57B4FD83.dip0.t-ipconnect.de) has quit (Ping timeout: 240 seconds)
[03:30:01] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 240 seconds)
[03:30:48] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[03:37:07] Goga777 (Goga777!~Goga777@128-71-38-17.broadband.corbina.ru) has joined #mythtv
[03:56:21] Goga777 (Goga777!~Goga777@128-71-38-17.broadband.corbina.ru) has quit (Read error: Operation timed out)
[03:57:56] Goga777 (Goga777!~Goga777@128-71-38-17.broadband.corbina.ru) has joined #mythtv
[03:58:29] rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 245 seconds)
[04:02:31] rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:70e2:597c:48d5:69fb) has joined #mythtv
[04:02:32] rhpot1991 (rhpot1991!~rhpot1991@2001:4968:202:3:70e2:597c:48d5:69fb) has quit (Changing host)
[04:02:32] rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv
[04:58:15] jya_: stuartm: Warpme: can't see how this could ever be related to a core dump...
[04:59:20] jnylen (jnylen!~jnylen@xmltv.du.se) has quit (Changing host)
[04:59:20] jnylen (jnylen!~jnylen@unaffiliated/jnylen) has joined #mythtv
[05:04:39] jya_: weird, it works just fine for me... been using it with no issue whatsoever. plus the segfault occurs in an area of the code well before the ring buffer is even created
[06:46:54] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[06:52:27] jya_: well... i've read the code a dozen times, I can't find a single reason why this change set would cause a crash. it doesn't nothing more than what was already there just a tad earlier in the loop. so if this causes an issue, the bug is already there
[07:02:39] jya_: warpme: there's no way this code crash where you say it does, especially in devel/027candidates. the code crashing doesn't even exist there
[07:03:05] jya_: the bug in master was obviously introduced by 7fd5ad119c73
[07:03:58] jya_: recorder may not exist at this point, which is why you have your crash due to a null dereference
[07:05:21] jya_: when liveTV starts, before a tuned is done in the livetv chain you have a dummy recording. At this stage the recorder doesn't exist
[07:13:05] jya_: warpme: I would simply revert 7fd5ad119c73 ; an incorrect assumption was made in that commit
[07:51:59] warpme: jya: sorry for false conclussion regarding #12079. Should I to test with reverted 7fd5ad119c73?
[07:51:59] ** MythLogBot http://code.mythtv.org/trac/ticket/12079 **
[07:55:23] warpme: jya: interesting is that only moving re. from LiveTV to any other group fixes issue...
[07:55:35] warpme: s/re./recording/
[07:57:41] warpme: jya: 7fd5ad119c73 is about "Update cardinput.startchan upon successful Live TV tuning". Are You sure this commit has anything with #12079?
[08:00:18] warpme: jya: I'll be away for 1–2h
[08:00:22] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[08:05:51] jya_: warpme: that code is reached whenever a recording is marked as being marked as LiveTVAutoExpire
[08:06:52] jya_: that is true for watching previous recordings in the liveTV group. So it was an incorrect assumption that the recorder would be set there. there's also no tuning occurring at that time, so you certainly don't want to record the card id..
[08:07:38] jya_: personally, I don't see the point of that whole change from stichnot. The card id would have been stored as start channel as soon as the user had switched to that channel.
[08:09:50] jya_: so yes, I do think that reverting 7fd5ad119c73 is the better approach. But I'm pushing a quick fix as its a blocker. Waiting to get stichnot rationale on why we should keep it
[09:02:27] SteveGoodey (SteveGoodey!~steve@host217-42-221-59.range217-42.btcentralplus.com) has joined #mythtv
[09:23:17] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[10:35:48] fetzerch (fetzerch!~quassel@unaffiliated/fetzerch) has joined #mythtv
[10:44:30] andreaz (andreaz!~andre_000@p579232D1.dip0.t-ipconnect.de) has joined #mythtv
[10:48:39] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv
[11:03:30] sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv
[11:21:14] warpme_ (warpme_!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[11:22:55] warpme__ (warpme__!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[11:24:01] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Ping timeout: 240 seconds)
[11:24:01] warpme_ is now known as warpme
[11:24:01] warpme__ is now known as 16WAAXDQ6
[11:41:23] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[11:42:44] 16WAAXDQ6 (16WAAXDQ6!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Read error: Operation timed out)
[11:44:56] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[11:53:37] joki (joki!~joki@p54861B9C.dip0.t-ipconnect.de) has quit (Ping timeout: 264 seconds)
[12:09:09] joki (joki!~joki@p54862172.dip0.t-ipconnect.de) has joined #mythtv
[12:40:07] TheCrasher (TheCrasher!~TheCrashe@p508078AA.dip0.t-ipconnect.de) has joined #mythtv
[13:42:40] dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv
[13:42:42] dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Read error: Connection reset by peer)
[13:47:02] dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv
[13:47:13] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[13:50:35] dmfrey (dmfrey!~dmfrey@65-78-98-83.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has left #mythtv ()
[13:51:33] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[14:32:28] dekarl1 is now known as dekarl
[15:03:13] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 240 seconds)
[15:14:59] warpme_ (warpme_!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[15:17:06] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has joined #mythtv
[15:30:24] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[15:30:25] warpme_ is now known as warpme
[15:31:05] warpme_ (warpme_!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[15:36:20] warpme_ (warpme_!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme_)
[15:41:01] warpme_ (warpme_!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[15:41:53] warpme_ (warpme_!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Client Quit)
[16:02:00] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[16:30:58] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[16:36:33] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Quit: Leaving)
[16:39:37] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv
[16:52:32] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Quit: Leaving)
[16:55:03] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv
[17:05:46] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Quit: Leaving)
[17:06:13] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv
[17:11:13] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Quit: Leaving)
[17:11:41] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv
[17:17:16] tp_ (tp_!tp@ftpd.se) has quit (Quit: leaving)
[17:24:11] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has quit (Quit: Leaving)
[18:06:08] TheCrasher (TheCrasher!~TheCrashe@p508078AA.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds)
[18:09:49] Goga777 (Goga777!~Goga777@128-71-38-17.broadband.corbina.ru) has quit (Ping timeout: 264 seconds)
[18:10:15] Goga777 (Goga777!~Goga777@128-71-38-17.broadband.corbina.ru) has joined #mythtv
[18:30:16] jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv
[19:10:51] andreaz1 (andreaz1!~andre_000@p57923DA3.dip0.t-ipconnect.de) has joined #mythtv
[19:12:41] andreaz (andreaz!~andre_000@p579232D1.dip0.t-ipconnect.de) has quit (Ping timeout: 252 seconds)
[19:51:34] kartouch (kartouch!~kartouch@2a02:348:82:cb67::1) has joined #mythtv
[20:01:41] benklop (benklop!~ben@c-67-177-224-246.hsd1.co.comcast.net) has joined #mythtv
[20:02:00] benklop (benklop!~ben@c-67-177-224-246.hsd1.co.comcast.net) has quit (Client Quit)
[20:03:38] benklop (benklop!~ben@c-67-177-224-246.hsd1.co.comcast.net) has joined #mythtv
[20:12:14] Goga777 (Goga777!~Goga777@128-71-38-17.broadband.corbina.ru) has quit (Remote host closed the connection)
[20:36:07] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[20:41:12] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[20:48:27] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Quit: warpme)
[20:52:34] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has joined #mythtv
[20:57:11] warpme (warpme!~piotro@89-79-250-31.dynamic.chello.pl) has quit (Client Quit)
[21:04:29] JohnBergqvist (JohnBergqvist!~JohnBergq@79-71-116-191.dynamic.dsl.as9105.com) has joined #mythtv
[21:05:38] JohnBergqvist: I haven't used the "record multiple programs on the same multiplex on the same tuner" feature in a while. With the 2nd program i'd recorded (directly after the 1st one, but scheduled on the 2nd virtual tuner), it ignored my 2 mins pre-start roll. Is this a bug?
[21:06:04] JohnBergqvist: i.e. the recording started at 9pm rather than 8:58
[21:27:30] JohnBergqvist: filed a bug – https://code.mythtv.org/trac/ticket/12083#ticket
[21:45:38] MartinT: wagnerrp_: quick question on metadata lookup, I thought 0.27 didn't have the ability to do metadata lookups on the BE... that it was all done on the frontend...
[21:47:07] natanojl: JohnBergqvist: Should be fixed in master already I believe https://code.mythtv.org/cgit/mythtv/commit/?i . . . f965647f648c
[21:48:03] JohnBergqvist: ooh thanks! Just in time then ;)
[21:51:19] MartinT: I think I've got to the bottom of the issue with no artwork in the Video Library...
[21:51:47] MartinT: it's looking up artwork on the backend, then the BE is trying to connect back on itself
[21:51:55] MartinT: I assume to update the video
[21:52:25] MartinT: CoreContext mythcorecontext.cpp:327 (ConnectToMasterServer) ERROR: Master backend tried to connect back to itself!
[21:52:50] dekarl: gigem: does https://github.com/MythTV/mythtv/commit/11e65 . . . f965647f648c apply to fixes/0.27, too? https://code.mythtv.org/trac/ticket/12083 sounds like exactly the same issue.
[21:53:29] dekarl: oh lol
[22:05:40] benklop (benklop!~ben@c-67-177-224-246.hsd1.co.comcast.net) has quit (Quit: Konversation terminated!)
[22:05:53] benklop (benklop!~ben@c-67-177-224-246.hsd1.co.comcast.net) has joined #mythtv
[22:10:30] jya: natanojl: gigem : that change should be backported imho
[22:24:48] MartinT: wagnerrp_: are you looking into #11395
[22:24:48] ** MythLogBot http://code.mythtv.org/trac/ticket/11395 **
[22:27:44] jya: MartinT: that bug is closed... no one will look into it
[22:27:58] jya: as mythlogserver the best thing is to disable it
[22:28:49] MartinT: sorry... wrong issue..
[22:28:56] MartinT: wagnerrp_: are you looking into #11935
[22:28:56] ** MythLogBot http://code.mythtv.org/trac/ticket/11935 **
[22:29:36] MartinT: I wouldn't class it as minor...
[22:30:00] jya: minor is just the default classification... don't see too much into it
[22:33:51] natanojl: Hm, I thought I had commented on that. Must have been some other ticket I guess.
[22:34:03] JohnBergqvist (JohnBergqvist!~JohnBergq@79-71-116-191.dynamic.dsl.as9105.com) has quit (Quit: Leaving)
[22:35:36] natanojl: Found it, https://code.mythtv.org/trac/ticket/10500#comment:8
[22:41:33] jya: why would the backend trying to connect to itself inherently fail? what's wrong wth that?
[22:43:27] MartinT: I'm thinking it's something that you shouldn't do, so there is code to catch it
[22:43:44] jya: and why shouldn't you do it?
[22:43:59] jya: it's often the easiest way in a code to have two process takjing to one another
[22:45:00] MartinT: ports maybe?
[22:52:03] jya: IMHO, the networking code is trying to be too smart, and makes decisions for the user in the name of safety/best practice. that's just plain wrong
[22:52:44] jya: stuartm: could you point me again to the changeset removing the always stream from backend option?
[22:53:11] jya: want to test the streaming code, but being a combiner backend/frontend I can't make that part of the code happen
[23:00:09] gigem: dekarl, jya: It probably will get backported to 0.27 if nobody reports any problems. Or, maybe I'll hold it for ransom in hope that someone will rework multirec without virtual tuners and for all digital cards (well, at least Ceton and HDHRP). I'd really like to add some form of tuner affinity to the scheduler, but probably won't do it until it can be used on more card types.
[23:02:51] jya: gigem: i unfortunately think that the more it goes, the less likely it becomes to have anything modified on existing code.
[23:02:56] jya: other than serious bug
[23:03:02] jya: becoming very quiet here :(
[23:07:48] SteveGoodey (SteveGoodey!~steve@host217-42-221-59.range217-42.btcentralplus.com) has quit (Quit: Konversation terminated!)
[23:07:49] natanojl: jya: Endless loops according to the comment in the code, and I guess we don't want that ;) Just to clarify, it is the mythbackend process that is trying to connect to itself
[23:08:27] natanojl: jya: I'll be quiet soon, gonna get me some sleep
[23:19:56] gigem: jya: Perhaps. There have been quiet times before though and you never know when some capable person will appear or step up.
[23:29:01] unforgiven512 (unforgiven512!~unforgive@cpe-24-93-203-8.neo.res.rr.com) has joined #mythtv
[23:30:10] dekarl1 (dekarl1!~dekarl@p4FCEF788.dip0.t-ipconnect.de) has joined #mythtv
[23:30:49] dekarl (dekarl!~dekarl@p4FCEEB80.dip0.t-ipconnect.de) has quit (Read error: Operation timed out)
[23:31:26] unforgiven512 (unforgiven512!~unforgive@cpe-24-93-203-8.neo.res.rr.com) has quit (Client Quit)
[23:32:11] unforgiven512 (unforgiven512!~unforgive@cpe-24-93-203-8.neo.res.rr.com) has joined #mythtv
[23:47:37] natanojl (natanojl!~jonatan@mythtv/developer/natanojl) has quit (Ping timeout: 264 seconds)
[23:52:35] Chutt__ is now known as Chutt

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.