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
When taking QF_NRA benchmarks atan-vega-3-chunk-0596.smt2 and ball_count_2d_hill_simple.04.seq_lazy_global_13.smt2 as the fusion seeds, yinyang will unexpectedly terminate without giving any information. The root cause seems to be that deepcopy terminates the execution at the following line:
When taking QF_NRA benchmarks
atan-vega-3-chunk-0596.smt2
andball_count_2d_hill_simple.04.seq_lazy_global_13.smt2
as the fusion seeds, yinyang will unexpectedly terminate without giving any information. The root cause seems to be that deepcopy terminates the execution at the following line:yinyang/yinyang/src/mutators/SemanticFusion/SemanticFusion.py
Line 145 in f38bb10
We need to investigate further to see whether it is a bug in deepcopy and how to address it.
The text was updated successfully, but these errors were encountered: