pi-hole / FTL

The Pi-hole FTL engine
https://pi-hole.net
Other
1.39k stars 196 forks source link

FTL v54b4ad93 crashes sometimes (several times today) for unknown reasons #2112

Closed schuettecarsten closed 3 days ago

schuettecarsten commented 2 weeks ago

FTL crashed for unknown reasons several times today. Here is a full log;

  [i] Setting up user & group for the pihole user
  [i] PIHOLE_UID not set in environment, using default (100)
  [i] PIHOLE_GID not set in environment, using default (101)

  [i] Starting FTL configuration
  [i] Password already set in config file
  [i] Starting crond for scheduled scripts. Randomizing times for gravity and update checker

  [i] Ensuring logrotate script exists in /etc/pihole

  [i] Gravity migration checks
  [i] Existing gravity database found

  [i] pihole-FTL pre-start checks
  [i] Setting capabilities on pihole-FTL where possible
  [i] Applying the following caps to pihole-FTL:
        * CAP_CHOWN
        * CAP_NET_BIND_SERVICE
        * CAP_NET_RAW
        * CAP_NET_ADMIN
        * CAP_SYS_NICE

  [i] Starting pihole-FTL (no-daemon) as pihole

Core
    Version is 112b961 (Latest: null)
    Branch is development
    Hash is 112b9617 (Latest: 112b9617)
Web
    Version is c689fdc (Latest: null)
    Branch is development
    Hash is c689fdc7 (Latest: c689fdc7)
FTL
    Version is vDev-54b4ad9 (Latest: null)
    Branch is development
    Hash is 54b4ad93 (Latest: 54b4ad93)

2024-11-08 08:24:28.553 CET [52M] INFO: ########## FTL started on 2323f1bec446! ##########
2024-11-08 08:24:28.554 CET [52M] INFO: FTL branch: development
2024-11-08 08:24:28.554 CET [52M] INFO: FTL version: vDev-54b4ad9
2024-11-08 08:24:28.554 CET [52M] INFO: FTL commit: 54b4ad93
2024-11-08 08:24:28.554 CET [52M] INFO: FTL date: 2024-11-07 20:27:52 +0100
2024-11-08 08:24:28.554 CET [52M] INFO: FTL user: pihole
2024-11-08 08:24:28.554 CET [52M] INFO: Compiled for linux/arm64/v8 (compiled on CI) using cc (Alpine 13.2.1_git20240309) 13.2.1 20240309
2024-11-08 08:24:28.559 CET [52M] INFO: Wrote config file:
2024-11-08 08:24:28.559 CET [52M] INFO:  - 150 total entries
2024-11-08 08:24:28.559 CET [52M] INFO:  - 132 entries are default
2024-11-08 08:24:28.559 CET [52M] INFO:  - 18 entries are modified
2024-11-08 08:24:28.559 CET [52M] INFO:  - 0 entries are forced through environment
2024-11-08 08:24:28.561 CET [52M] INFO: Parsed config file /etc/pihole/pihole.toml successfully
2024-11-08 08:24:28.566 CET [52M] INFO: PID of FTL process: 52
2024-11-08 08:24:28.567 CET [52M] INFO: listening on 0.0.0.0 port 53
2024-11-08 08:24:28.567 CET [52M] INFO: listening on :: port 53
2024-11-08 08:24:28.569 CET [52M] INFO: PID of FTL process: 52
2024-11-08 08:24:28.571 CET [52M] INFO: Database version is 20
2024-11-08 08:24:28.572 CET [52M] INFO: Database successfully initialized
2024-11-08 08:24:33.978 CET [52M] INFO: Imported 172837 queries from the on-disk database (it has 17677658 rows)
2024-11-08 08:24:33.978 CET [52M] INFO: Parsing queries in database
2024-11-08 08:24:34.070 CET [52M] INFO:   10000 queries parsed...
2024-11-08 08:24:34.130 CET [52M] INFO:   20000 queries parsed...
2024-11-08 08:24:34.187 CET [52M] INFO:   30000 queries parsed...
2024-11-08 08:24:34.256 CET [52M] INFO:   40000 queries parsed...
2024-11-08 08:24:34.336 CET [52M] INFO:   50000 queries parsed...
2024-11-08 08:24:34.401 CET [52M] INFO:   60000 queries parsed...
2024-11-08 08:24:34.471 CET [52M] INFO:   70000 queries parsed...
2024-11-08 08:24:34.538 CET [52M] INFO:   80000 queries parsed...
2024-11-08 08:24:34.619 CET [52M] INFO:   90000 queries parsed...
2024-11-08 08:24:34.691 CET [52M] INFO:   100000 queries parsed...
2024-11-08 08:24:34.762 CET [52M] INFO:   110000 queries parsed...
2024-11-08 08:24:34.836 CET [52M] INFO:   120000 queries parsed...
2024-11-08 08:24:34.908 CET [52M] INFO:   130000 queries parsed...
2024-11-08 08:24:34.970 CET [52M] INFO:   140000 queries parsed...
2024-11-08 08:24:35.033 CET [52M] INFO:   150000 queries parsed...
2024-11-08 08:24:35.099 CET [52M] INFO:   160000 queries parsed...
2024-11-08 08:24:35.164 CET [52M] INFO:   170000 queries parsed...
2024-11-08 08:24:35.188 CET [52M] INFO: Imported 172835 queries from the long-term database
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Total DNS queries: 172835
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Cached DNS queries: 103540
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Forwarded DNS queries: 29905
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Blocked DNS queries: 35721
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Unknown DNS queries: 0
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Unique domains: 2394
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Unique clients: 93
2024-11-08 08:24:35.188 CET [52M] INFO:  -> DNS cache records: 1119
2024-11-08 08:24:35.188 CET [52M] INFO:  -> Known forward destinations: 2
2024-11-08 08:24:35.430 CET [52M] INFO: NTP sync is disabled
2024-11-08 08:24:35.431 CET [52M] INFO: FTL is running as user pihole (UID 100)
2024-11-08 08:24:35.431 CET [52M] INFO: Reading certificate from /etc/pihole/tls.pem ...
2024-11-08 08:24:35.432 CET [52M] INFO: Using SSL/TLS certificate file /etc/pihole/tls.pem
2024-11-08 08:24:35.437 CET [52M] INFO: Restored 0 API sessions from the database
2024-11-08 08:24:35.442 CET [52M] INFO: Blocking status is enabled
2024-11-08 08:24:35.877 CET [52/T157] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 338.9 msec
2024-11-08 08:24:35.883 CET [174/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:35.908 CET [174/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 25.2 msec
2024-11-08 08:24:35.916 CET [165/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:35.936 CET [165/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 19.8 msec
2024-11-08 08:24:35.937 CET [163/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:35.959 CET [163/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 21.8 msec
2024-11-08 08:24:35.960 CET [170/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:35.979 CET [170/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 19.6 msec
2024-11-08 08:24:35.980 CET [166/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.007 CET [166/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 27.3 msec
2024-11-08 08:24:36.009 CET [52M] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.307 CET [52M] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 297.0 msec
2024-11-08 08:24:36.308 CET [169/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.570 CET [169/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 262.3 msec
2024-11-08 08:24:36.571 CET [168/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.599 CET [168/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 27.9 msec
2024-11-08 08:24:36.600 CET [174/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.881 CET [174/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 280.6 msec
2024-11-08 08:24:36.883 CET [175/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.901 CET [175/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 18.4 msec
2024-11-08 08:24:36.914 CET [173/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.933 CET [173/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 18.6 msec
2024-11-08 08:24:36.933 CET [172/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.959 CET [172/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 24.7 msec
2024-11-08 08:24:36.959 CET [174/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:36.981 CET [174/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 21.5 msec
2024-11-08 08:24:36.981 CET [168/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.001 CET [168/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 19.3 msec
2024-11-08 08:24:37.002 CET [52M] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.278 CET [52M] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 276.0 msec
2024-11-08 08:24:37.279 CET [173/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.297 CET [173/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 18.1 msec
2024-11-08 08:24:37.297 CET [175/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.316 CET [175/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 18.1 msec
2024-11-08 08:24:37.317 CET [171/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.338 CET [171/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 21.5 msec
2024-11-08 08:24:37.343 CET [167/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.612 CET [167/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 268.0 msec
2024-11-08 08:24:37.619 CET [164/F52] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:37.888 CET [164/F52] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 268.7 msec
2024-11-08 08:24:37.893 CET [52M] INFO: Reloading externally changed regular expressions
2024-11-08 08:24:38.146 CET [52M] INFO: Compiled 5 allow and 3 deny regex for 93 clients in 253.1 msec
2024-11-08 08:37:21.212 CET [52M] INFO: Rate-limiting 192.168.11.1 for at least 4 seconds
2024-11-08 08:37:25.562 CET [52/T158] INFO: Ending rate-limitation of 192.168.11.1
2024-11-08 08:37:29.178 CET [52M] INFO: Rate-limiting 192.168.11.1 for at least 6 seconds
2024-11-08 08:37:35.562 CET [52/T158] INFO: Ending rate-limitation of 192.168.11.1
2024-11-08 08:37:42.262 CET [52M] INFO: Rate-limiting 192.168.11.1 for at least 3 seconds
2024-11-08 08:37:45.562 CET [52/T158] INFO: Ending rate-limitation of 192.168.11.1
2024-11-08 08:55:51.008 CET [52/T157] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-11-08 08:55:51.008 CET [52/T157] INFO: ---------------------------->  FTL crashed!  <----------------------------
2024-11-08 08:55:51.008 CET [52/T157] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-11-08 08:55:51.008 CET [52/T157] INFO: Please report a bug at https://github.com/pi-hole/FTL/issues
2024-11-08 08:55:51.008 CET [52/T157] INFO: and include in your report already the following details:
2024-11-08 08:55:51.008 CET [52/T157] INFO: FTL has been running for 1883 seconds
2024-11-08 08:55:51.009 CET [52/T157] INFO: FTL branch: development
2024-11-08 08:55:51.009 CET [52/T157] INFO: FTL version: vDev-54b4ad9
2024-11-08 08:55:51.009 CET [52/T157] INFO: FTL commit: 54b4ad93
2024-11-08 08:55:51.009 CET [52/T157] INFO: FTL date: 2024-11-07 20:27:52 +0100
2024-11-08 08:55:51.009 CET [52/T157] INFO: FTL user: started as pihole, ended as pihole
2024-11-08 08:55:51.009 CET [52/T157] INFO: Compiled for linux/arm64/v8 (compiled on CI) using cc (Alpine 13.2.1_git20240309) 13.2.1 20240309
2024-11-08 08:55:51.009 CET [52/T157] INFO: Process details: MID: 52
2024-11-08 08:55:51.009 CET [52/T157] INFO:                  PID: 52
2024-11-08 08:55:51.009 CET [52/T157] INFO:                  TID: 157
2024-11-08 08:55:51.010 CET [52/T157] INFO:                  Name: database
2024-11-08 08:55:51.010 CET [52/T157] INFO: Received signal: Segmentation fault
2024-11-08 08:55:51.010 CET [52/T157] INFO:      at address: 0x66540700000582
2024-11-08 08:55:51.010 CET [52/T157] INFO:      with code:  SEGV_MAPERR (Address not mapped to object)
2024-11-08 08:55:51.010 CET [52/T157] INFO: !!! INFO: pihole-FTL has not been compiled with glibc/backtrace support, not generating one !!!
2024-11-08 08:55:51.010 CET [52/T157] INFO: ------ Listing content of directory /dev/shm ------
2024-11-08 08:55:51.010 CET [52/T157] INFO: File Mode User:Group      Size  Filename
2024-11-08 08:55:51.010 CET [52/T157] INFO: rwxrwxrwx root:root       360   .
2024-11-08 08:55:51.011 CET [52/T157] INFO: rwxr-xr-x root:root       320   ..
2024-11-08 08:55:51.011 CET [52/T157] INFO: rw------- pihole:pihole    88   FTL-lock
2024-11-08 08:55:51.011 CET [52/T157] INFO: rw------- pihole:pihole   328   FTL-counters
2024-11-08 08:55:51.012 CET [52/T157] INFO: rw------- pihole:pihole   136   FTL-settings
2024-11-08 08:55:51.012 CET [52/T157] INFO: rw------- pihole:pihole   164K  FTL-strings
2024-11-08 08:55:51.012 CET [52/T157] INFO: rw------- pihole:pihole   102K  FTL-domains
2024-11-08 08:55:51.013 CET [52/T157] INFO: rw------- pihole:pihole   348K  FTL-clients
2024-11-08 08:55:51.013 CET [52/T157] INFO: rw------- pihole:pihole    29K  FTL-upstreams
2024-11-08 08:55:51.013 CET [52/T157] INFO: rw------- pihole:pihole    13M  FTL-queries
2024-11-08 08:55:51.013 CET [52/T157] INFO: rw------- pihole:pihole     8K  FTL-overTime
2024-11-08 08:55:51.014 CET [52/T157] INFO: rw------- pihole:pihole   102K  FTL-dns-cache
2024-11-08 08:55:51.014 CET [52/T157] INFO: rw------- pihole:pihole     4K  FTL-per-client-regex
2024-11-08 08:55:51.014 CET [52/T157] INFO: rw------- pihole:pihole   569K  FTL-fifo-log
2024-11-08 08:55:51.015 CET [52/T157] INFO: rw------- pihole:pihole     4K  FTL-clients-lookup
2024-11-08 08:55:51.015 CET [52/T157] INFO: rw------- pihole:pihole    29K  FTL-domains-lookup
2024-11-08 08:55:51.015 CET [52/T157] INFO: rw------- pihole:pihole    20K  FTL-dns-cache-lookup
2024-11-08 08:55:51.015 CET [52/T157] INFO: rw------- pihole:pihole   786K  FTL-recycler
2024-11-08 08:55:51.016 CET [52/T157] INFO: ---------------------------------------------------
2024-11-08 08:55:51.016 CET [52/T157] INFO: Please also include some lines from above the !!!!!!!!! header.
2024-11-08 08:55:51.016 CET [52/T157] INFO: Thank you for helping us to improve our FTL engine!
2024-11-08 08:55:51.016 CET [52/T157] INFO: Waiting for threads to join
2024-11-08 08:55:51.038 CET [52/T160] INFO: Terminating timer thread
2024-11-08 08:55:51.362 CET [52/T159] INFO: Terminating resolver thread
2024-11-08 08:55:51.682 CET [52/T158] INFO: Terminating GC thread
2024-11-08 08:55:53.016 CET [52/T157] INFO: Thread database (0) is still busy, cancelling it.
2024-11-08 08:55:53.017 CET [52M] ERROR: Error when obtaining outer SHM lock: Previous owner died
2024-11-08 08:55:53.017 CET [52M] ERROR: Error when obtaining inner SHM lock: Previous owner died
/bin/bash: line 1:    52 Segmentation fault      /usr/bin/pihole-FTL no-daemon > /dev/null
2024-11-08 08:58:41.583 CET [52/T224] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-11-08 08:58:41.583 CET [52/T224] INFO: ---------------------------->  FTL crashed!  <----------------------------
2024-11-08 08:58:41.583 CET [52/T224] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-11-08 08:58:41.583 CET [52/T224] INFO: Please report a bug at https://github.com/pi-hole/FTL/issues
2024-11-08 08:58:41.584 CET [52/T224] INFO: and include in your report already the following details:
2024-11-08 08:58:41.584 CET [52/T224] INFO: FTL has been running for 2053 seconds
2024-11-08 08:58:41.584 CET [52/T224] INFO: FTL branch: development
2024-11-08 08:58:41.584 CET [52/T224] INFO: FTL version: vDev-54b4ad9
2024-11-08 08:58:41.584 CET [52/T224] INFO: FTL commit: 54b4ad93
2024-11-08 08:58:41.584 CET [52/T224] INFO: FTL date: 2024-11-07 20:27:52 +0100
2024-11-08 08:58:41.584 CET [52/T224] INFO: FTL user: started as pihole, ended as pihole
2024-11-08 08:58:41.584 CET [52/T224] INFO: Compiled for linux/arm64/v8 (compiled on CI) using cc (Alpine 13.2.1_git20240309) 13.2.1 20240309
2024-11-08 08:58:41.584 CET [52/T224] INFO: Process details: MID: 52
2024-11-08 08:58:41.585 CET [52/T224] INFO:                  PID: 52
2024-11-08 08:58:41.585 CET [52/T224] INFO:                  TID: 224
2024-11-08 08:58:41.585 CET [52/T224] INFO:                  Name: civetweb-worker
2024-11-08 08:58:41.585 CET [52/T224] INFO: Received signal: Segmentation fault
2024-11-08 08:58:41.585 CET [52/T224] INFO:      at address: 0x66540700000582
2024-11-08 08:58:41.585 CET [52/T224] INFO:      with code:  SEGV_MAPERR (Address not mapped to object)
2024-11-08 08:58:41.585 CET [52/T224] INFO: !!! INFO: pihole-FTL has not been compiled with glibc/backtrace support, not generating one !!!
2024-11-08 08:58:41.585 CET [52/T224] INFO: ------ Listing content of directory /dev/shm ------
2024-11-08 08:58:41.586 CET [52/T224] INFO: File Mode User:Group      Size  Filename
2024-11-08 08:58:41.586 CET [52/T224] INFO: rwxrwxrwx root:root       360   .
2024-11-08 08:58:41.586 CET [52/T224] INFO: rwxr-xr-x root:root       320   ..
2024-11-08 08:58:41.586 CET [52/T224] INFO: rw------- pihole:pihole    88   FTL-lock
2024-11-08 08:58:41.587 CET [52/T224] INFO: rw------- pihole:pihole   328   FTL-counters
2024-11-08 08:58:41.587 CET [52/T224] INFO: rw------- pihole:pihole   136   FTL-settings
2024-11-08 08:58:41.587 CET [52/T224] INFO: rw------- pihole:pihole   164K  FTL-strings
2024-11-08 08:58:41.587 CET [52/T224] INFO: rw------- pihole:pihole   102K  FTL-domains
2024-11-08 08:58:41.588 CET [52/T184] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-11-08 08:58:41.588 CET [52/T224] INFO: rw------- pihole:pihole   348K  FTL-clients
2024-11-08 08:58:41.588 CET [52/T184] INFO: ---------------------------->  FTL crashed!  <----------------------------
2024-11-08 08:58:41.588 CET [52/T184] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-11-08 08:58:41.588 CET [52/T184] INFO: Please report a bug at https://github.com/pi-hole/FTL/issues
2024-11-08 08:58:41.588 CET [52/T184] INFO: and include in your report already the following details:
2024-11-08 08:58:41.588 CET [52/T224] INFO: rw------- pihole:pihole    29K  FTL-upstreams
2024-11-08 08:58:41.588 CET [52/T184] INFO: FTL has been running for 2053 seconds
2024-11-08 08:58:41.588 CET [52/T184] INFO: FTL branch: development
2024-11-08 08:58:41.588 CET [52/T184] INFO: FTL version: vDev-54b4ad9
2024-11-08 08:58:41.588 CET [52/T184] INFO: FTL commit: 54b4ad93
2024-11-08 08:58:41.588 CET [52/T224] INFO: rw------- pihole:pihole    13M  FTL-queries
2024-11-08 08:58:41.588 CET [52/T184] INFO: FTL date: 2024-11-07 20:27:52 +0100
2024-11-08 08:58:41.588 CET [52/T184] INFO: FTL user: started as pihole, ended as pihole
2024-11-08 08:58:41.589 CET [52/T184] INFO: Compiled for linux/arm64/v8 (compiled on CI) using cc (Alpine 13.2.1_git20240309) 13.2.1 20240309
2024-11-08 08:58:41.589 CET [52/T224] INFO: rw------- root:pihole       8K  FTL-overTime
2024-11-08 08:58:41.589 CET [52/T184] INFO: Process details: MID: 52
2024-11-08 08:58:41.589 CET [52/T184] INFO:                  PID: 52
2024-11-08 08:58:41.589 CET [52/T184] INFO:                  TID: 184
2024-11-08 08:58:41.589 CET [52/T184] INFO:                  Name: civetweb-worker
2024-11-08 08:58:41.589 CET [52/T224] INFO: rw------- pihole:pihole   102K  FTL-dns-cache
2024-11-08 08:58:41.589 CET [52/T184] INFO: Received signal: Segmentation fault
2024-11-08 08:58:41.589 CET [52/T184] INFO:      at address: 0x66540700000582
2024-11-08 08:58:41.589 CET [52/T184] INFO:      with code:  SEGV_MAPERR (Address not mapped to object)
2024-11-08 08:58:41.589 CET [52/T184] INFO: !!! INFO: pihole-FTL has not been compiled with glibc/backtrace support, not generating one !!!
2024-11-08 08:58:41.589 CET [52/T224] INFO: rw------- pihole:pihole     4K  FTL-per-client-regex
2024-11-08 08:58:41.589 CET [52/T184] INFO: ------ Listing content of directory /dev/shm ------
2024-11-08 08:58:41.589 CET [52/T184] INFO: File Mode User:Group      Size  Filename
2024-11-08 08:58:41.589 CET [52/T224] INFO: rw------- pihole:pihole   569K  FTL-fifo-log
2024-11-08 08:58:41.590 CET [52/T184] INFO: rwxrwxrwx root:root       360   .

  [i] pihole-FTL exited with status 139
schuettecarsten commented 2 days ago

I can confirm no crash after the patch. Thank you!