I ran OCCAM on objdump. OCCAM stopped with an error message. I am sharing the error message towards the end. From the error message, it appears that the error condition gets triggered when "Compare Call Graph SeaDsa pass" is invoked.
In order to replicate the error, download the objdump.zip from this link. Then, unzip it and run bash run.sh within objdump. you will then see the error message shown below.
Update OCCAM and src/analysis/sea-dsa
Note that if you run with policy aggressive the specialization process might not terminate. Use nonrec-aggressive instead.
I ran OCCAM on objdump. OCCAM stopped with an error message. I am sharing the error message towards the end. From the error message, it appears that the error condition gets triggered when "Compare Call Graph SeaDsa pass" is invoked.
In order to replicate the error, download the objdump.zip from this link. Then, unzip it and run
bash run.sh
within objdump. you will then see the error message shown below.