-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
go panics on some files #68
Comments
That's a bit scary! It looks like a segfault in Go itself. I can't reproduce this on a 5.4mb 10k line jsonl file when building under Go 1.11, so maybe it has been fixed? Have you tried reinstalling |
How do I check what version ccat was compiled with? I don't see that in the output of |
Did you download |
I installed via homebrew |
Seems to happen the most on long "jsonl" files. That is a file with JSON that has a new JSON document on each line.
Here's an example stack trace:
The text was updated successfully, but these errors were encountered: