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
It seems that require('jalangi2').analyze(...) can fail to perform an analysis by silently not loading the application of interest.
When the failure occurs, it occurs on every instrument-and-analyze attempt for an application except for the first. The situation only occurs if the instrumented files are named the same as in the previous attempt.
Description
It seems that
require('jalangi2').analyze(...)
can fail to perform an analysis by silently not loading the application of interest.When the failure occurs, it occurs on every instrument-and-analyze attempt for an application except for the first. The situation only occurs if the instrumented files are named the same as in the previous attempt.
Abstract example
Concrete example
See https://github.com/esbena/jalangi-api-caching-bug
Additional information
The text was updated successfully, but these errors were encountered: