SVF icon indicating copy to clipboard operation
SVF copied to clipboard

An error occurred while testing abstract execution

Open ZcoderL opened this issue 1 year ago • 5 comments

An error occurred while testing darknet: image

ae: /SVF/svf/include/AE/Core/IntervalValue.h:208: const SVF::BoundedInt& SVF::IntervalValue::lb() const: Assertion `!this->isBottom() && "bottom interval does not have lower bound"' failed.

Debugging found that the value field was not evaluated in SVFIR2AbsState:: getSINtToFPValue and SVFIR2AbsState:: getSINtToFPValue. After modifying the code, the error disappeared: image bc file: darknet.zip

ZcoderL avatar Jun 14 '24 02:06 ZcoderL