[mythtv] [mythtv-commits] Ticket #1396: crash of frontend on trying to enter live-tv

Simon Kenyon simon at koala.ie
Tue Mar 14 23:34:43 UTC 2006


On Tuesday 14 March 2006 19:38, MythTV wrote:
> #1396: crash of frontend on trying to enter live-tv
> --------------------------+------------------------------------------------
>- Reporter:  simon kenyon  |        Owner:  ijr
>      Type:  defect        |       Status:  new
>  Priority:  minor         |    Milestone:
> Component:  mythtv        |      Version:
>  Severity:  medium        |   Resolution:
> --------------------------+------------------------------------------------
>- Comment (by simon kenyon):
>
>  i've done some further investigation and come across this qt bug report:
>
>  http://www.trolltech.com/developer/tasktracker.html?method=entry&id=82941
>
>  it seems that all versions of qt prior to qt 4.1 have a problem with
>  calling mysql in threaded applications.
>
>  could this be what is causing my random (and not so random) crashes?
>  however, it is surprising to me that there are not more reports of this
>  type of problem.
>
>  right now i'm building qt to link against libmysqlclient_r (the reentrant
>  library), rather that libmysqlclient (which it currently does). i'll
>  update this ticket with the results of my tests when i get home from work
>  later tonight.

i submitted this bug report.
i just wanted to let people know that it has made a big difference to the 
stability of my system.

you have to rebuild qt (after changing two config files - just search for 
mysqlclient in the source release and change them to mysqlclient_r), so this 
is not much use to "binary only" users.

maybe gentoo is one of the few distributions which has not patched this up. 
who knows.

i'm sending this to the dev list in case it is of use to some people.

regards
--
simon


More information about the mythtv-dev mailing list