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
DU chain generation throws an exception for certain programs under test.
For example, starting test generation for the sample program test.misc.JavaMemoryPuzzleImpolite#main(String[]) results in
NullPointerException in ObjectAttribute, line 39,
essentially caused by the call to getObjectRefAtCurrentPos() at DUGenerator, line 550. Its return value is null, because for Newarray no value was pushed to the stack.
The text was updated successfully, but these errors were encountered:
DU chain generation throws an exception for certain programs under test.
For example, starting test generation for the sample program
test.misc.JavaMemoryPuzzleImpolite#main(String[])
results inNullPointerException
inObjectAttribute
, line 39,essentially caused by the call to
getObjectRefAtCurrentPos()
atDUGenerator
, line 550. Its return value is null, because forNewarray
no value was pushed to the stack.The text was updated successfully, but these errors were encountered: