[mythtv-commits] Ticket #12917: mythfrontend.real crashes since Ubuntu 16.10 upgrade

MythTV noreply at mythtv.org
Sun Nov 6 22:55:34 UTC 2016


#12917: mythfrontend.real crashes since Ubuntu 16.10 upgrade
-----------------------------------------+-------------------------
 Reporter:  heynnema@…                   |          Owner:
     Type:  Bug Report - General         |         Status:  new
 Priority:  critical                     |      Milestone:  unknown
Component:  MythTV - General             |        Version:  0.28.0
 Severity:  high                         |     Resolution:
 Keywords:  mythfrontend stack smashing  |  Ticket locked:  0
-----------------------------------------+-------------------------

Comment (by pbennett):

 ulimit is a subcommand of bash. To see a description use "man bash" and
 search for ulimit.

 ulimit only takes effect for one session. As soon as you log out of the
 command prompt it resets.

 ubuntu normally sets the limit for coredumps to 0. If you type "ulimit -c"
 before you set it to unlimited, it will tell you the current setting.

 bt is a subcommand of gdb. To find out about it run "gdb" then type "help
 bt"

 Instead of running bt, it would be better to run
 {{{
 thread apply all bt
 }}}
 This will give the backtrace for all threads,

 That bugs.launchpad link you supplied gives me "page not found".

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


More information about the mythtv-commits mailing list