-
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
Oops "undefined instruction" #5162
Comments
The trace suggests that you are running Samba on the Raspberry Pi. Could you please provide more information about this? |
something similar happend on my raspberry as well.
i assume that the usb chip (usb+network) could have been under heavy load when this happend. |
This particular problem has been seen before with rtorrent: #4000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
My RPi 4B (kernel and userland 32-bit) sometimes hangs completely. Only power-cycling helps in this case. On the hunt for the reason I found the following Oops in my logs, which seems to be the root-cause.
Steps to reproduce the behaviour
Unknown. It just happens. Sometimes after 2 days, sometims after 8 weeks.
Device (s)
Raspberry Pi 4 Mod. B
System
Copyright (c) 2012 Broadcom
version 273b410636cf8854ca35af91fd738a3d5f8b39b6 (clean) (release) (start_cd)575 SMP Fri Jul 22 20:29:46 BST 2022 armv7l GNU/Linux
kernel: 5.15.56-v7l+ #1Aug 9 2022 13:44:57
Previous kernel-versions also had this problem.
Logs
[582562.963366] BUG: unsupported FP instruction in kernel mode
[582562.963398] FPEXC == 0x40000700
[582562.963417] Internal error: Oops - undefined instruction: 0 [#1] SMP ARM
[582562.963440] Modules linked in: ip6t_REJECT nf_reject_ipv6 nft_counter ipt_REJECT nf_reject_ipv4 xt_set xt_multiport nft_compat nf_tables x_tables ip_set_hash_ip ip_set nfnetlink wireguard curve25519_neon libcurve25519_generic libchacha20poly1305 chacha_neon poly1305_arm ip6_udp_tunnel udp_tunnel cdc_acm btrfs blake2b_generic xor xor_neon zstd_compress raid6_pq sg rpivid_hevc(C) v4l2_mem2mem videobuf2_dma_contig videobuf2_memops videobuf2_v4l2 videobuf2_common videodev raspberrypi_hwmon mc nvmem_rmem uio_pdrv_genirq uio drm jitterentropy_rng fuse drm_panel_orientation_quirks backlight ipv6
[582562.963771] CPU: 0 PID: 18871 Comm: smbd Tainted: G C 5.15.56-v7l+ #1575
[582562.963797] Hardware name: BCM2711
[582562.963812] PC is at vfp_reload_hw+0x30/0x44
[582562.963842] LR is at __und_usr_fault_32+0x0/0x8
[582562.963862] pc : [] lr : [] psr: a0000013
[582562.963880] sp : ef445fb0 ip : ef445f30 fp : 00000000
[582562.963896] r10: ef4441f0 r9 : c0200fe4 r8 : 0012bec0
[582562.963913] r7 : 00000001 r6 : 2dff86c3 r5 : c0217990 r4 : cfe600f0
[582562.963931] r3 : c135b08c r2 : b6755588 r1 : c02c843c r0 : ed2d8b02
[582562.963948] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user
[582562.963973] Control: 30c5383d Table: 1440d58 DAC: fffffffd
[582562.963989] Register r0 information: 0-page vmalloc region starting at 0xeac00000 allocated at iotable_init+0x0/0x118
[582562.964032] Register r1 information: non-slab/vmalloc memory
[582562.964055] Register r2 information: non-paged memory
[582562.964075] Register r3 information: non-slab/vmalloc memory
[582562.964096] Register r4 information: non-slab/vmalloc memory
[582562.964117] Register r5 information: non-slab/vmalloc memory
[582562.964137] Register r6 information: non-paged memory
[582562.964157] Register r7 information: non-paged memory
[582562.964176] Register r8 information: non-paged memory
[582562.964195] Register r9 information: non-slab/vmalloc memory
[582562.964216] Register r10 information: non-slab/vmalloc memory
[582562.964237] Register r11 information: NULL pointer
[582562.964257] Register r12 information: non-slab/vmalloc memory
[582562.964277] Process smbd (pid: 18871, stack limit = 0xe5dec054)
[582562.964297] Stack: (0xef445fb0 to 0xef446000)
[582562.964316] 5fa0: 01670ce0 01670cc8 a9ef9b14 00000008
[582562.964339] 5fc0: 01670cc0 01670cc8 01670d3c a9ef9b14 01670ce0 00000000 a9ef9b14 01a0b490
[582562.964363] 5fe0: b5e84f5c a9ef9aec b5e712f0 b6755588 60000010 ffffffff 00000000 00000000
[582562.964382] Backtrace: no frame pointer
[582562.964409] Code: 128aa080 e89a0162 e3110102 0a000003 (eee96a10)
[582562.964433] ---[ end trace 0c3584db2adb3d0f ]---
Additional context
No response
The text was updated successfully, but these errors were encountered: