[mythtv-commits] Ticket #11688: Rapid memory consumption with running myth commands with --help

MythTV noreply at mythtv.org
Wed Jul 17 02:50:44 UTC 2013


#11688: Rapid memory consumption with running myth commands with --help
--------------------------------------+--------------------------
 Reporter:  dancy@…                   |          Owner:  wagnerrp
     Type:  Bug Report - Memory Leak  |         Status:  closed
 Priority:  minor                     |      Milestone:  unknown
Component:  MythTV - General          |        Version:  0.26
 Severity:  medium                    |     Resolution:  fixed
 Keywords:                            |  Ticket locked:  0
--------------------------------------+--------------------------
Changes (by Raymond Wagner <rwagner@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"1ebf70131c868160b3a6225e99f11c0c5a900bff/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="1ebf70131c868160b3a6225e99f11c0c5a900bff"
 Correct issue where too narrow a console can break help output

 If the terminal width used to display the help output is narrower than
 the longest defined argument, the command line parser will attempt to
 wrap the help text at a negative length, and will eventually OOM.  This
 makes sure that the wrap function does not allow that, and tries to
 behave a bit more intelligently during help output.

 Fixes #11688
 }}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11688#comment:4>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list