sloflin72 / mythbox

Automatically exported from code.google.com/p/mythbox
GNU General Public License v2.0
0 stars 1 forks source link

Mythbox makes xbmc segfault upon settings testing on 64bit OS, python 2.5 mysql #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. launch Mythbox for the first time
2. setup all appropriate settings
3. click test settings

What is the expected output? What do you see instead?
expected screen any type of feedback, crash XBMC instead:
/usr/local/bin/xbmc: line 72:  3598 Segmentation fault      (core dumped)
/usr/local/share/xbmc/xbmc.bin "$@"
Crash report available at /home/mythtv/xbmc_crashlog-20091013_151352.log

What version of the product are you using? On what operating system?
mythbox 1260, XBMC svn 23688

Please provide any additional information below.
in order to get mythbox to load, I had to first copy my python _mysql.so
from  /usr/lib64/python2.5/site-packages/_mysql.so to
<MythBox>/resources/lib/MySQLdb/linux64/_mysql.so

Original issue reported on code.google.com by sebastie...@gmail.com on 13 Oct 2009 at 7:25

Attachments:

GoogleCodeExporter commented 9 years ago
Forgot to mention, this is on fedora 10 x86_64

Original comment by sebastie...@gmail.com on 13 Oct 2009 at 7:26

GoogleCodeExporter commented 9 years ago
Fixed in svn 1510. Really a dupe of issue 2. 

Original comment by semir.pa...@gmail.com on 19 Oct 2009 at 6:01