We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrade to 0.96-hotfix, adguard will exit after working a while.
systemd log:
AdGuardHome[2417]: panic: runtime error: invalid memory address or nil pointer dereference AdGuardHome[2417]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x50 pc=0x1d94bc] AdGuardHome[2417]: goroutine 8001 [running]: AdGuardHome[2417]: crypto/tls.(*Conn).write(0x4000445500, 0x4001da0b40, 0x129, 0x140, 0x4001ce0900, 0x124, 0x180) AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/crypto/tls/conn.go:896 +0xfc AdGuardHome[2417]: crypto/tls.(*Conn).writeRecordLocked(0x4000445500, 0x735e16, 0x4001ce0900, 0x124, 0x180, 0x0, 0x0, 0x0) AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/crypto/tls/conn.go:945 +0x1f4 AdGuardHome[2417]: crypto/tls.(*Conn).writeRecord(0x4000445500, 0x4001ce0916, 0x4001ce0900, 0x124, 0x180, 0x0, 0x0, 0x0) AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/crypto/tls/conn.go:967 +0x90 AdGuardHome[2417]: crypto/tls.(*Conn).clientHandshake(0x4000445500, 0x0, 0x0) AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/crypto/tls/handshake_client.go:167 +0x108 AdGuardHome[2417]: crypto/tls.(*Conn).Handshake(0x4000445500, 0x0, 0x0) AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/crypto/tls/conn.go:1343 +0xdc AdGuardHome[2417]: net/http.(*persistConn).addTLS.func2(0x0, 0x4000445500, 0x0, 0x4000241320) AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/net/http/transport.go:1190 +0x38 AdGuardHome[2417]: created by net/http.(*persistConn).addTLS AdGuardHome[2417]: /home/travis/.gimme/versions/go1.12.5.linux.amd64/src/net/http/transport.go:1186 +0x154 systemd[1]: adguard.service: Main process exited, code=exited, status=2/INVALIDARGUMENT systemd[1]: adguard.service: Unit entered failed state. systemd[1]: adguard.service: Failed with result 'exit-code'.
The text was updated successfully, but these errors were encountered:
Duplicate of #831
Upgrade to the latest beta version or switch to the edge branch if you're using docker.
edge
Sorry, something went wrong.
No branches or pull requests
After upgrade to 0.96-hotfix, adguard will exit after working a while.
Your environment
systemd log:
The text was updated successfully, but these errors were encountered: