You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS and version: v25.2.2 for NanoPi M4V2 running Armbian Linux 6.12.16-current-rockchip64 Armbian Noble
Platform: NanoPi M4
Expected behavior
A clear and concise description of what you expected to happen.
Continuous running without crash. V5 was highly reliable.
Actual behavior / bug
FTL stops, log indicates time it stopped. Pi still functional via remote terminal. A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
2025-03-01 03:07:00.216 INFO !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2025-03-01 03:07:00.216 INFO Please report a bug at https://github.com/pi-hole/FTL/issues
2025-03-01 03:07:00.216 INFO and include in your report already the following details:
2025-03-01 03:07:00.216 INFO FTL has been running for 32937 seconds
2025-03-01 03:07:00.216 INFO FTL branch: master
2025-03-01 03:07:00.216 INFO FTL version: v6.0.3
2025-03-01 03:07:00.216 INFO FTL commit: 37f9a96
2025-03-01 03:07:00.216 INFO FTL date: 2025-02-28 09:26:27 +0000
2025-03-01 03:07:00.216 INFO FTL user: started as pihole, ended as pihole
2025-03-01 03:07:00.216 INFO Compiled for linux/arm64/v8 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-03-01 03:07:00.216 INFO Process details: MID: 1525
2025-03-01 03:07:00.216 INFO PID: 1525
2025-03-01 03:07:00.216 INFO TID: 2124
2025-03-01 03:07:00.216 INFO Name: database
2025-03-01 03:07:00.216 INFO Received signal: Segmentation fault
2025-03-01 03:07:00.216 INFO at address: 0xaa7104abfe6b477
2025-03-01 03:07:00.216 INFO with code: SEGV_MAPERR (Address not mapped to object)
2025-03-01 03:07:00.216 INFO !!! INFO: pihole-FTL has not been compiled with glibc/backtrace support, not generating one !!!
2025-03-01 03:07:00.217 INFO ------ Listing content of directory /dev/shm ------
2025-03-01 03:07:00.217 INFO File Mode User:Group Size Filename
2025-03-01 03:07:00.217 INFO rwxrwxrwx root:root 360 .
2025-03-01 03:07:00.217 INFO rwxr-xr-x root:root 4K ..
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 786K FTL-1525-recycler
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 20K FTL-1525-dns-cache-lookup
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 25K FTL-1525-domains-lookup
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 4K FTL-1525-clients-lookup
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 569K FTL-1525-fifo-log
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 4K FTL-1525-per-client-regex
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 102K FTL-1525-dns-cache
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 8K FTL-1525-overTime
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 2M FTL-1525-queries
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 29K FTL-1525-upstreams
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 348K FTL-1525-clients
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 90K FTL-1525-domains
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 123K FTL-1525-strings
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 144 FTL-1525-settings
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 328 FTL-1525-counters
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 88 FTL-1525-lock
2025-03-01 03:07:00.218 INFO ---------------------------------------------------
2025-03-01 03:07:00.218 INFO Please also include some lines from above the !!!!!!!!! header.
2025-03-01 03:07:00.218 INFO Thank you for helping us to improve our FTL engine!
2025-03-01 03:07:00.218 INFO Waiting for threads to join
2025-03-01 03:07:00.225 INFO Terminating timer thread
2025-03-01 03:07:00.252 INFO Terminating resolver thread
2025-03-01 03:07:00.624 INFO Terminating GC thread
2025-03-01 03:07:02.219 INFO Thread database (0) is still busy, cancelling it.
2025-03-01 03:07:02.219 ERROR Error when obtaining outer SHM lock: Previous owner died
2025-03-01 03:07:02.220 ERROR Error when obtaining inner SHM lock: Previous owner died
2025-03-01 03:58:11.462 INFO Terminating NTP thread
Debug Token
URL:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sorry for the issues you are seeing. We are recently encountering a few bugs we have not anticipated due to missing kernel features/ancient kernels. Let's find out if you are affected by the same issue. If so, we already have a fix for this.
Can you reproduce the crash (I guess so). If so, can you please follow the steps described on https://docs.pi-hole.net/ftldns/gdb/ and come back with the backtrace info? I will probably lead to the solution right away once we know where to look
Versions
Platform
Expected behavior
A clear and concise description of what you expected to happen.
Continuous running without crash. V5 was highly reliable.
Actual behavior / bug
FTL stops, log indicates time it stopped. Pi still functional via remote terminal.
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
2025-03-01 03:07:00.216 INFO !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2025-03-01 03:07:00.216 INFO Please report a bug at https://github.com/pi-hole/FTL/issues
2025-03-01 03:07:00.216 INFO and include in your report already the following details:
2025-03-01 03:07:00.216 INFO FTL has been running for 32937 seconds
2025-03-01 03:07:00.216 INFO FTL branch: master
2025-03-01 03:07:00.216 INFO FTL version: v6.0.3
2025-03-01 03:07:00.216 INFO FTL commit: 37f9a96
2025-03-01 03:07:00.216 INFO FTL date: 2025-02-28 09:26:27 +0000
2025-03-01 03:07:00.216 INFO FTL user: started as pihole, ended as pihole
2025-03-01 03:07:00.216 INFO Compiled for linux/arm64/v8 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-03-01 03:07:00.216 INFO Process details: MID: 1525
2025-03-01 03:07:00.216 INFO PID: 1525
2025-03-01 03:07:00.216 INFO TID: 2124
2025-03-01 03:07:00.216 INFO Name: database
2025-03-01 03:07:00.216 INFO Received signal: Segmentation fault
2025-03-01 03:07:00.216 INFO at address: 0xaa7104abfe6b477
2025-03-01 03:07:00.216 INFO with code: SEGV_MAPERR (Address not mapped to object)
2025-03-01 03:07:00.216 INFO !!! INFO: pihole-FTL has not been compiled with glibc/backtrace support, not generating one !!!
2025-03-01 03:07:00.217 INFO ------ Listing content of directory /dev/shm ------
2025-03-01 03:07:00.217 INFO File Mode User:Group Size Filename
2025-03-01 03:07:00.217 INFO rwxrwxrwx root:root 360 .
2025-03-01 03:07:00.217 INFO rwxr-xr-x root:root 4K ..
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 786K FTL-1525-recycler
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 20K FTL-1525-dns-cache-lookup
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 25K FTL-1525-domains-lookup
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 4K FTL-1525-clients-lookup
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 569K FTL-1525-fifo-log
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 4K FTL-1525-per-client-regex
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 102K FTL-1525-dns-cache
2025-03-01 03:07:00.217 INFO rw------- pihole:pihole 8K FTL-1525-overTime
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 2M FTL-1525-queries
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 29K FTL-1525-upstreams
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 348K FTL-1525-clients
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 90K FTL-1525-domains
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 123K FTL-1525-strings
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 144 FTL-1525-settings
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 328 FTL-1525-counters
2025-03-01 03:07:00.218 INFO rw------- pihole:pihole 88 FTL-1525-lock
2025-03-01 03:07:00.218 INFO ---------------------------------------------------
2025-03-01 03:07:00.218 INFO Please also include some lines from above the !!!!!!!!! header.
2025-03-01 03:07:00.218 INFO Thank you for helping us to improve our FTL engine!
2025-03-01 03:07:00.218 INFO Waiting for threads to join
2025-03-01 03:07:00.225 INFO Terminating timer thread
2025-03-01 03:07:00.252 INFO Terminating resolver thread
2025-03-01 03:07:00.624 INFO Terminating GC thread
2025-03-01 03:07:02.219 INFO Thread database (0) is still busy, cancelling it.
2025-03-01 03:07:02.219 ERROR Error when obtaining outer SHM lock: Previous owner died
2025-03-01 03:07:02.220 ERROR Error when obtaining inner SHM lock: Previous owner died
2025-03-01 03:58:11.462 INFO Terminating NTP thread
Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: