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

MythTV noreply at mythtv.org
Sun Nov 6 20:54:53 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):

 1. Turn on core dumps by running this
 {{{
 ulimit -c unlimited
 }}}
 2. Run mythfrontend from your home directory by running mythfrontend.real
 from a command prompt in the home directory

 3. After it crashes there should be a file called core in your home
 directory. run this

 {{{
 cd
 gdb /usr/bin/mythfrontend.real core
 bt
 }}}

 If the executable or the core file is in a different place substitute the
 correct executable or core file name and path.

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


More information about the mythtv-commits mailing list