Changes between Initial Version and Version 2 of Ticket #11688


Ignore:
Timestamp:
Jul 17, 2013, 2:03:12 AM (11 years ago)
Author:
Raymond Wagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11688

    • Property Owner set to Raymond Wagner
    • Property Status changed from new to assigned
  • Ticket #11688 – Description

    initial v2  
    11For example, running "mythutil --help" results in no output but free memory on the system rapidly drops until I kill the process.  If I run under gdb and control-c after a while, the backtrace is:
    22
     3{{{
    34(gdb) bt
    45#0  0x000000303b6c19ee in QString::mid(int, int) const () from /lib64/libQtCore.so.4
     
    89#4  0x0000003046f34d80 in MythCommandLineParser::PrintHelp() const () from /lib64/libmythbase-0.26.so.0
    910#5  0x0000000000405ca5 in main (argc=2, argv=<optimized out>) at main.cpp:124
    10 
     11}}}