-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Running PADD v3.8.0 crashed FTL #1394
Comments
I just tried to reproduce this (also on FTL branch However, looking at the timestamps, it also doesn't seem likely that a connection prematurely closed by PADD would have caused the crash at hand. Unfortunately, the backtrace is useless. Can you trigger the crash reliably? |
I believe I was having the same issue after running PADD certain devices would lose internet and tracing it back to the pihole. Attempted to pihole -up and it would get an error when the update got to FTL (sorry i closed all of my putty screens so I can't give the exact error) I fixed it by rebooting my pihole and re-downloading PADD from their GitHub. I also ran a repair on pihole. Again I can't remember the command as I closed putty and can't remember the exact commands. |
This part should be mitigated by pi-hole/PADD#254 |
Does this help?
|
I can trigger this issue reliably, the issue only begins to manifest after several hours of normal operation, I.e. after a couple of hours FTL.log will begin to grow with the socket error message. |
@yubiuser The crash was here Line 278 in 2b6b943
and then in Lines 969 to 970 in 5ff5bed
where gravity_db is set to NULL .
Maybe this is an SQLite3 bug, but I don't see how we can end up with |
No I can't it happend during stress-testing the API. While trying really hard and often, FTL only crashed twice with the above backtraces. With the re-written API code I don't expect any of those crashed to happen again. |
Fixed by #1396 |
Fix released with https://github.com/pi-hole/FTL/releases/tag/v5.16.2 |
Versions
Actual behavior / bug
Running PADD v3.8.0 crashed FTL
The text was updated successfully, but these errors were encountered: