-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Exception in LogMessagesUC's LogGrid_CustomSummaryCalculate during/after Time Difference calculation #1839
Labels
bug
Something isn't working
Comments
@Benedicht thanks for reporting. I'll check this |
Thanks! Let me know if i can add any more details. |
I see you are using the json parser. Can you please add the mapped fields you are using so I can reproduce it faster |
All json objects in the file should have both the |
ok thanks. I'll update :) |
LiorBanai
added a commit
that referenced
this issue
Sep 5, 2023
…ter Time Difference calculation #1839
I have tested your commit and it's working correctly, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I have an >50 Mb json file that i load with Json Log Parser. Right clicking and selecting
Calculate time difference from this point
throws aSystem.ArgumentNullException
inLogMessagesUC.LogGrid_CustomSummaryCalculate
at line 1138:Analogy.LogViewer/Analogy.CommonControls/UserControls/LogMessagesUC.cs
Lines 1136 to 1139 in 3048699
Tried out both the pre-built v4.14.1 version and latest bits pulled down from the git repo. Both of them gave the very same result.
ℹ Computer information
📝 Provide detailed reproduction steps (if any)
Calculate time difference from this point
menu item✔️ Expected result
Calculate time difference.
❌ Actual result
Exception thrown.
📷 Screenshots
top500_Timered.zip
The text was updated successfully, but these errors were encountered: