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
After installing a clean version of Pi-hole 6 (without upgrading from version 5) and starting the container, the application runs. However, when attempting to log in via http://ip:8080/admin/login, the container shuts down. The logs contain an error related to generating the CLI password hash and errors related to the NTP server. Ultimately, the FTL process crashes with a Segmentation fault error.
2025-02-25 09:37:39.919 CET [53M] ERROR: Failed to generate CLI password hash!
2025-02-25 09:37:40.081 CET [53/T113] INFO: Compiled 0 allow and 0 deny regex for 15 clients in 0.3 msec
2025-02-25 09:39:38.882 CET [53/T218] INFO: ----------------------------> FTL crashed! <----------------------------
2025-02-25 09:39:38.882 CET [53/T218] INFO: Received signal: Segmentation fault
2025-02-25 09:39:38.883 CET [53/T218] INFO: at address: 0
2025-02-25 09:39:38.883 CET [53/T218] INFO: with code: SEGV_MAPERR
The text was updated successfully, but these errors were encountered:
Could you provide a few more lines from the container logs? Otherwise, it would be extremely helpful if you could follow the steps on https://docs.pi-hole.net/ftldns/gdb/ and provide the backtrace on this crash.
(gdb) backtrace
#0 0x000000000042a8f2 in check_client_auth (api=api@entry=0x7f752ef584f0, is_api=is_api@entry=false) at /app/src/api/auth.c:79
#1 0x0000000000448268 in request_handler (conn=0x7f752f85bb20, cbdata=<optimized out>) at /app/src/webserver/lua_web.c:122
#2 0x00000000004651f4 in handle_request (conn=conn@entry=0x7f752f85bb20) at /app/src/webserver/civetweb/civetweb.c:15413
#3 0x0000000000467d99 in handle_request_stat_log (conn=0x7f752f85bb20) at /app/src/webserver/civetweb/civetweb.c:6831
#4 process_new_connection (conn=conn@entry=0x7f752f85bb20) at /app/src/webserver/civetweb/civetweb.c:19977
#5 0x00000000004698ef in worker_thread_run (conn=0x7f752f85bb20) at /app/src/webserver/civetweb/civetweb.c:20349
#6 worker_thread (thread_func_param=0x7f752f85bb20) at /app/src/webserver/civetweb/civetweb.c:20496
#7 0x000000000080946f in start (p=0x7f752ef5db00) at src/thread/pthread_create.c:207
#8 0x000000000080ab4e in __clone () at src/thread/x86_64/clone.s:22
Backtrace stopped: frame did not save the PC
Details
After installing a clean version of Pi-hole 6 (without upgrading from version 5) and starting the container, the application runs. However, when attempting to log in via http://ip:8080/admin/login, the container shuts down. The logs contain an error related to generating the CLI password hash and errors related to the NTP server. Ultimately, the FTL process crashes with a Segmentation fault error.
How to reproduce the issue
The text was updated successfully, but these errors were encountered: