-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel BUG: unsupported FP instruction in kernel mode #4000
Comments
Although this is being reported as a kernel error, the kernel is running in user thread context when it occurs. I'm not well versed in the ARM's FP (and FP emulation) support, but it looks like the threads floating point state doesn't match the hardware's capabilities - it claims to have saved state for the fpinst register when in fact that register doesn't exist. The quickest way forward for you might be to try running in 64-bit mode - put |
Hello, well, I'm not an expert but it seems that running in 64-bit broken rtorrent completely:
Funny I do not see such errors for other processes. Only rtorrent. |
It's bad practise to do unaligned accesses to data, and the aarch64 kernel removed the ability for the kernel to patch them up. If you must run rtorrent then you might find you get can avoid the floating point exceptions if you build it yourself. Unless you already did... |
May I ask whether the landlord solves this kind of problem, and seeks solutions |
If you are asking are we trying to fix rtorrent the answer is no. |
Mar 25 02:19:51 raspberrypi kernel: BUG: unsupported FP instruction in kernel mode This is pulseaudio problem. |
It looks more like an iotop problem, but you won't get taken seriously until you start saying what platform (hardware and software) you are running on etc. It's better to create a new issue. |
@scyld |
Do you have a way to solve it? |
@longdadouzi |
|
@longdadouzi |
Describe the bug
I have recently starterd using rtorrent on RPi4. After some hours of running,
like 4 or five the kernel BUG appears and makes rtorrent z zombie process.
Sending SIGQUIT actually ends the process.
Dmesg shows only this:
To reproduce
Try running rtorrent with the following configuration:
on latest and fully upgraded Raspbian GNU/Linux 10 (buster) 32 bit.
Expected behaviour
Not having rtorrent or any other processes to get into ZOMBIE state.
Currently only rtorrent identified.
System
Output of raspinfo:
https://pastebin.com/d4gAVdLc
The text was updated successfully, but these errors were encountered: