Python client can't start gets Illegal Instruction

Asked by Jonas Christoffersen

Installed the python client on Ubuntu 10.04
as described in the wiki guide.

After install I try to start the client by running the run.sh but it just gives me an Illegal Instruction error.

I then tryid to run the python code with

gdb pyton
r XiboClient.py

and this is the result:

GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python...(no debugging symbols found)...done.
(gdb) r XiboClient.py
Starting program: /usr/bin/python XiboClient.py
[Thread debugging using libthread_db enabled]

Program received signal SIGILL, Illegal instruction.
0xb74e68f9 in scope () at /usr/include/boost/python/scope.hpp:49
49 /usr/include/boost/python/scope.hpp: No such file or directory.
 in /usr/include/boost/python/scope.hpp

I guess the error has something to do with this last part, but anyone have any idea what it means and how to fix it?

Question information

Language:
English Edit question
Status:
Answered
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

What hardware are you using. What version of the client are you using?

Illegal instruction usually means that the hardware lacks the accelerated 3D support required or you don't have appropriate drivers installed for the hardware.

Alex

Revision history for this message
Jonas Christoffersen (0-jonc) said :
#2

The Hardware is a special build SOC chip based on a vortex86MX

the version is 1.2

The thing that puzzeld me was that it looks for at file that isent there.

Revision history for this message
Alex Harrington (alexharrington) said :
#3

I don't know about that error - it's coming from libboostpython which is part of Ubuntu's packaging so I can't really help you there.

What I would say is the client is known to run on NVidia, Intel and some ATI hardware. If you're running on anything unusual (and it sounds like you are) then it's very likely that it won't work.

If you download and build the latest version of libavg from their website and it works then there's a good chance the version we release to go along with Ubuntu 12.04 will work OK - but for now you're out of luck.

Alex

Can you help with this problem?

Provide an answer of your own, or ask Jonas Christoffersen for more information if necessary.

To post a message you must log in.