65 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
108
views
Aarch64 assembler (Android) strange illegal instruction behaviour
I'm working on Forth for aarch64 implemented in mix of C, inline assembler and generated assembler code.
When running some unit tests the program is killed on "Illegal instruction".
The same ...
0
votes
0
answers
104
views
Iot hub deviceupdate-agent fails postinst on bullseyes (11) armv6l raspberry zero
I am trying to perform device multi-step update from Azure Iot hub. For that I am trying to install deviceupdate-agent on raspbian bullseys (11) armv6l 32bit RPI zero.
I am following:https://learn....
2
votes
0
answers
76
views
Initializing opus encoder crashes with illegal instruction error
I have an application that captures and streams audio over a websocket connection. Before sending over websocket, audio data is encoded using OPUS. This application works in most of the devices, where ...
-2
votes
2
answers
194
views
When does reinterpret_cast violate the law?
I've written a code that accumulates unnecessary memory space and gives it back when needed, organizing it as a stack (customers' requirements are strange).
void* stack = nullptr;
template <...
0
votes
0
answers
140
views
I keep getting an Illegal instruction (core dumped) error when using a lyrics_extractor library in python
I have been looking everywhere for an answer and can't find anything
Full code:
from tkinter import *
import tkinter as tk
from lyrics_extractor import SongLyrics
window = Tk()#creating window
window....
1
vote
0
answers
76
views
"Illegal instruction" appear when try to get PRID by mfc0 instruction on Loongson-3A R4 (MIPS64)?
I want to get PRID in MIPS64 platform with below C code, the make phase passes and the binary is generated successfully, but illegal instruction appear when run the binary. What should do to solve ...
0
votes
1
answer
1k
views
Illegal Instruction" Error Running ollama on Debian 12 (bookworm) x86_64 [closed]
Body
I'm encountering an "Illegal Instruction" error when trying to run the ollama program on my Debian 12 (bookworm) system with an x86_64 architecture. This issue occurs both as a regular ...
0
votes
0
answers
249
views
Illegal instruction on execution
I'm trying to install hipSYCL on Nvidia GPU, hipSYCL is installed but it is giving illegal instruction error when try to run the syclcc compiler.
I tried running syclcc command on CPU and here is its ...
3
votes
2
answers
3k
views
Raspberry Pi 3B+ not work ultralytics yolov8. Error "illegal instruction"
I sent a Raspberry Pi to use the training file with yolov8. While the computer codes were working without any errors, I got an error on the Raspberry Pi. I got an "illegal instruction" error ...
0
votes
1
answer
1k
views
How exactly is SIGILL generated?
I have a program using tensorflow on a non-supported hardware, so everytime i run it, i get the "Illegal instruction (Core dumped)" error
my main goal is to capture this error. i don't want ...
4
votes
1
answer
960
views
Description of x86-64 illegal two byte opcodes
Recently wrote a C program to Find Two-byte Illegal Opcodes for x86-64
and pasted the output at https://pastebin.com/5xjjFea6
For example, here are some illegal two byte opcodes
0x0f,0x04 0x0f,0x0a ...
0
votes
2
answers
3k
views
Raspberry pi pip install illegal instruction erorr
I was trying to install smbus2 with pip3 in raspberrypi 4(raspberry pi os 64bit).
But it says "Illegal instruction".
Why does it happen and How can I solve it?
pi@raspberrypi:~ $ pip3 ...
1
vote
0
answers
145
views
Illegal instruction while unwinding stack on cross-compiled ARMv7 application
When trying to terminate (SIGINT) our cross-compiled application running on a dual ARM Cortex-A9, we segfault on an illegal instruction in the stack unwinding.
In file ../libgcc/config/arm/unwind-arm....
3
votes
0
answers
239
views
pd.read_csv give Illegal instruction (core dump)
I am using miniconda3 to create virtual environment in linux aarch64. The following packages are installed in the virtual environment.
# Name Version Build ...
0
votes
0
answers
2k
views
Illegal instruction (core dumped) for every installed packages in linux aarch64
I am using linux aarch64 architecture.
I install miniconda (Miniconda3-py37_4.9.2-Linux-aarch64.sh) in linux.
The steps of installing the miniconda is
bash Miniconda3-py37_4.9.2-Linux-aarch64.sh
I ...