
noreply at mythtv
Jul 30, 2012, 6:36 AM
Post #3 of 4
(102 views)
Permalink
|
|
Re: Ticket #10956: Using -v refcount With myth* Commands Causes Endless Log Entries
[In reply to]
|
|
#10956: Using -v refcount With myth* Commands Causes Endless Log Entries ------------------------------------+----------------------------- Reporter: Bill Meek <keemllib@…> | Owner: Type: Bug Report - General | Status: new Priority: minor | Milestone: 0.26 Component: MythTV - General | Version: Master Head Severity: medium | Resolution: Keywords: | Ticket locked: 0 ------------------------------------+----------------------------- Changes (by danielk): * status: closed => new * resolution: Won't Fix => * milestone: unknown => 0.26 Comment: There is actually infinite recursion going on. We are logging the reference count changes for LoggingItem which causes another logging item to be created, creating another reference count message, causing another logging item to be created ad-infinitum. I'll commit a fix shortly. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10956#comment:2> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|