You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something went wrong during transformation of line: {"entryKind":"write-variable","name":{"valueKind":"concrete-string","value":"i"},"value":{"valueKind":"abstract-primitive","value":"1"},"sourceLocation":{"fileName":""},"index":-1}: java.lang.NullPointerException
Problem is when reproducing log files on tajs.Stats$Libs in the symbols_wip branch.
This could be a problem in other branches or a problem introduced by:
the special jalangi2 version used in that branch
the special ValueLogger used in that branch
by the benchmarks (that use symbols!) that we use in that branch
The issue is workarounded at the moment by emitting a warning rather than throwing an exception, the effect of this being discarding a few lines from the log file.
The text was updated successfully, but these errors were encountered:
Receiving some exceptions like this:
Problem is when reproducing log files on tajs.Stats$Libs in the symbols_wip branch.
This could be a problem in other branches or a problem introduced by:
The issue is workarounded at the moment by emitting a warning rather than throwing an exception, the effect of this being discarding a few lines from the log file.
The text was updated successfully, but these errors were encountered: