473,387 Members | 1,493 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

SIGILL,Illegal instruction

Hey,

Occasionally I am getting a SIGILL instruction when embedding the python
Interpreter. Here is a backtrace:

#0 0x0810b73e in try_3way_to_rich_compare (v=0x8ffe7a4, w=0x8220420, op=0) at Objects/object.c:946
#1 0x0810ba49 in PyObject_RichCompare (v=0x8ffe7a4, w=0x8220420, op=0) at Objects/object.c:1042
#2 0x08149c6b in cmp_outcome (op=0, v=0x8ffe7a4, w=0x8220420) at Python/ceval.c:3880
#3 0x081448d2 in eval_frame (f=0xcb4dd1c) at Python/ceval.c:1965
#4 0x08148cad in fast_function (func=0x535babc4, pp_stack=0xbfffba04, n=3, na=3, nk=0) at Python/ceval.c:3518
#5 0x08148aa2 in call_function (pp_stack=0xbfffba04, oparg=2) at Python/ceval.c:3458
#6 0x08145076 in eval_frame (f=0xa22c044) at Python/ceval.c:2116
#7 0x08148cad in fast_function (func=0x535c5da4, pp_stack=0xbfffbb94, n=1, na=1, nk=0) at Python/ceval.c:3518
#8 0x08148aa2 in call_function (pp_stack=0xbfffbb94, oparg=0) at Python/ceval.c:3458
#9 0x08145076 in eval_frame (f=0xc17b824) at Python/ceval.c:2116
#10 0x08148cad in fast_function (func=0x535ba714, pp_stack=0xbfffbd24, n=1, na=1, nk=0) at Python/ceval.c:3518
#11 0x08148aa2 in call_function (pp_stack=0xbfffbd24, oparg=0) at Python/ceval.c:3458
#12 0x08145076 in eval_frame (f=0xc176f64) at Python/ceval.c:2116
#13 0x08146e76 in PyEval_EvalCodeEx (co=0x5353b188, globals=0x5352f534, locals=0x0, args=0x4060e6d8,
argcount=1, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at Python/ceval.c:2663
#14 0x08198781 in function_call (func=0x53618c64, arg=0x4060e6c4, kw=0x0) at Objects/funcobject.c:504
#15 0x080eac4f in PyObject_Call (func=0x53618c64, arg=0x4060e6c4, kw=0x0) at Objects/abstract.c:1755
#16 0x080f2bc9 in instancemethod_call (func=0x53618c64, arg=0x4060e6c4, kw=0x0) at Objects/classobject.c:2433
#17 0x080eac4f in PyObject_Call (func=0x55aaf734, arg=0x4060e6c4, kw=0x0) at Objects/abstract.c:1755
#18 0x081485f0 in PyEval_CallObjectWithKeywords (func=0x55aaf734, arg=0x4060e6c4, kw=0x0)
at Python/ceval.c:3346
#19 0x080eac1e in PyObject_CallObject (o=0x55aaf734, a=0x4060e6c4) at Objects/abstract.c:1746
#20 0x0806d9df in pbCallMethod (instance=0xba30858, method=0xc132460, brArguments=0x0, result=0xbfffc1ac)
at pybreve.c:111
#21 0x080925c2 in brMethodCall (i=0xba30858, m=0xc132460, args=0x0, result=0xbfffc1ac) at breveObjectAPI.c:119
#22 0x080919cc in brEngineIterate (e=0x81f9a10) at engine.c:430
#23 0x0806e845 in brGlutLoop () at breve.c:243
#24 0x401bbc67 in glutMainLoop () from /usr/lib/libglut.so.3
#25 0x0806e738 in main (argc=3, argv=0xbfffeac4) at breve.c:201

Any idea what the problem may be?

Thanks,
Laurie

Jul 18 '05 #1
1 1921

On Wed, Sep 15, 2004 at 05:11:22PM +1000, be********@optusnet.com.au wrote:
Any idea what the problem may be?


I don't see SIGILL when running Python programs. I notice that you are
running an embedded version of Python. I googled the function names and
filenames, but didn't turn up anything likely-looking. If you're using
Python embedded in a third-party binary with their extensions, I'd look
to them for support.

Best of luck!

Jeff

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBSDy7Jd01MZaTXX0RArE5AJ9QgswSdnJdon1YPuSRpo aAI9FxEgCfVpnB
i5J+/N2JJJ6nFJWu5YWTIvo=
=hBDW
-----END PGP SIGNATURE-----

Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ajay Bakhshi | last post by:
Hi, I am getting the following problem on AIX. I create a small shared library. And tried to load it in python. It core dumps with the following message: Segmentation fault (core dumped) ...
0
by: Paul Mahon | last post by:
Hello, I recently managed to corrupt a table pretty badly. I read the sections in the documentation about recovering after a crash. None of the methods worked. All give output similar to the...
1
by: Chandra | last post by:
Hi, I developed a Visual C++ 6.0 MFC Application on Windows 2000 5.00.2195 Service Pack 4. THe Application runs fine on my machine. But when a customer who also has Windows 2000 is trying to...
9
by: Roshni | last post by:
Hi, I wanted to know how do function pointers sometime access illegal memory access ? Could any one give me an example ? Thanks, Roshni
4
by: Mathias Waack | last post by:
Hi, I've embedded python into a legacy application. It works - most of the time. In some special situations the app crashes executing the "import random". There are two different situations: ...
3
by: =?Utf-8?B?SG9seXNtb2tl?= | last post by:
Hi there, I am having a problem im my webservices method when trying to save a file with latin characters to disk passed through WSE. I have noticed that when trying to read the file name from...
2
by: murali026 | last post by:
Hi All, Here I have an Application which will be running on Power PC Processor. After some time i have receiving the following error. Program received a SIGILL, Illegal Instruction. I am...
8
by: Just another C hacker | last post by:
Hello friends, I'm writing a program in C with some bits in inline asm for efficiency. I'd like to be able to handle illegal instructions from within asm. Here's an example of a standalone asm...
1
by: justduick | last post by:
I have developed a visual c# application which executes properly on my computer and others that have visual studio installed. however when attempting to run it on a computer without visual studio i...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.