$ sudo -u www-data zcat -f /var/log/nginx/access.log* | sudo -u www-data goaccess
==14421== GoAccess 1.3 crashed by Sig 11
==14421==
==14421== VALUES AT CRASH POINT
==14421==
==14421== Line number: 0
==14421== Offset: 0
==14421== Invalid data: 0
==14421== Piping: 0
==14421== Response size: 0 bytes
==14421==
==14421== STACK TRACE:
==14421==
==14421== 0 goaccess(sigsegv_handler+0x156) [0x5555af8bb2a6]
==14421== 1 /lib/x86_64-linux-gnu/libc.so.6(+0x33060) [0x7f86c80a8060]
==14421== 2 goaccess(main+0x132e) [0x5555af8b78fe]
==14421== 3 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0x7f86c80952e1]
==14421== 4 goaccess(_start+0x2a) [0x5555af8b801a]
==14421==
==14421== Please report it by opening an issue on GitHub:
==14421== https://github.com/allinurl/goaccess/issues
goaccess.conf.gz
The line number is
Line number: 6554590
. You can run it throughstrace
and attach the output here when you hit the bug.