mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #02833
[Bug 632141] [NEW] No locale setting for mythtv-backend causes segfault scanning some media
Public bug reported:
I'm seeing the following crash while the mythtv backend is scanning
media:
http://svn.mythtv.org/trac/ticket/8878
Looks like it's (partly) due to mythbackend running without a UTF-8
locale; apparently the backend process needs one to work.
Adding the following to /etc/init/mythtv-backend.conf fixes the segfault
for me:
env LC_ALL=en_AU.UTF-8
However, this is specific to my location, Is there something we can use
for a generic UTF-8 -enabled option?
** Affects: mythbuntu
Importance: Undecided
Status: New
--
No locale setting for mythtv-backend causes segfault scanning some media
https://bugs.launchpad.net/bugs/632141
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
Status in Mythbuntu, Ubuntu derivative focused upon MythTV: New
Bug description:
I'm seeing the following crash while the mythtv backend is scanning media:
http://svn.mythtv.org/trac/ticket/8878
Looks like it's (partly) due to mythbackend running without a UTF-8 locale; apparently the backend process needs one to work.
Adding the following to /etc/init/mythtv-backend.conf fixes the segfault for me:
env LC_ALL=en_AU.UTF-8
However, this is specific to my location, Is there something we can use for a generic UTF-8 -enabled option?
Follow ups
References