-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
FTL crash. V6 generally unreliable. #2307
Comments
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 |
#2316 the same issue, I'm added my report there. |
I'm away from home for a couple of nights, and pihole had been running nearly 24 hours so far. Screen working. Will see what I come back to To Tuesday night. |
Hi DL6ER, info as requested. [Detaching after vfork from child process 75517] Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. (gdb) backtrace |
Thank your for the backtrace. It is not immediately clear why this is happening. Could you please provide a few lines before the If there is nothing, it may be interesting to run again with
|
[Detaching after vfork from child process 33851] Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. [Detaching after vfork from child process 33794] Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. [Detaching after vfork from child process 33794] Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Thread 14 "database" received signal SIGSEGV, Segmentation fault. Quit Quit |
Hiya, was this latest info of any use? I'm still seeing regular hanging of Pi-hole. Occassional full lock up of the SBC, but that has only happened once or twice. Note that V5 was bulletproof in the last 6 months on this platform. keith. |
Sorry for the delay, could you please also provide the As this may be memory corruption, it may be necessary to go one step further and use |
Is it worth me swapping platform and OS to get reliability? I have a spare Raspberry Pi4 and am not fussy about what OS is installed. The Nanopi and Armbian was very reliable on V5, but is a nuisance on the current V6. I can leave the nanopi running and continue to provide debug info - I have a Guest network I can tie it to. I can't imagine many others have this same combo. If you are seeing similar issues on other (more popular) platforms and feeding back helps others though, then I'll persist. I do appreciate the rapid resonse and interest for what is a free product BTW! |
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: