Jan Rüegg
Jan Rüegg
Not sure if this is related to: https://github.com/tstack/lnav/issues/490
Sure, here you go: [bt.txt](https://github.com/tstack/lnav/files/9557749/bt.txt) Seems like a pretty deep stacktrace to me... 😵💫
Is there anything else I can do to help debug this? It seems to be related to the length of the log file. If I deleted the beginning or the...
What exactly do you mean as recognized? But yes, I think so. At least it opens, nicely shows all the colors defined by the ANSI sequences, lets me navigate etc...
Yes, it is shown as `LOG` and then `block_log`
Yes, I managed to compile and test. It seems to work fine with the fixes, thanks a lot! There still seems to be a crash whenever I exit `lnav` with...
Just tested the newest version (on master: 2ad379c4546cb2857d42c2901a0717e6f537ff39). Opening my large log file (which took less than a second in the old version to open and display colored log lines)...
Thanks, yes it's fixed :) The two remaining issues I spotted: - Crash on lnav stop (see above) - When lnav finishes, something is wrong in the console. Eg pressing...
Hmm... I'm not sure. I ran `configure` without any special flags for SQL. However, rerunning with `configure` with `--with-sqlite3='brew --prefix sqlite3'` actually seems to have fixed both issues mentioned above...
Thanks! One more question: How can I define custom log formats for log files with these control characters? Do they need to be part of the regex? (I tried to...