In https://github.com/lieser/botan/tree/pl/test-microwalk I'm currently trying to setup a small test Microwalk CI for Botan.
I however get a lot of warnings (https://github.com/lieser/botan/actions/runs/4701855851/jobs/8338408892).
A few trace messages similar to:
[dbug] [trace:pin] Pin tool log: Error: Cannot resolve image of basic block 7fa6a0631220 (instrumenting as 'interesting')
A lot of warnings similar to:
[warn] [preprocess:prefix] Free of address 00005629e46ad420 does not correspond to any heap allocation, skipping
A massive amount of message similar to
[warn] [preprocess:0] Could not resolve target of memory access 00007fa6a100af38 -> [00005629e46a4a88] (read), skipping
[warn] [preprocess:0] Could not resolve target of memory access 00007fa6a0f0070e -> [00005629e4697170] (write), skipping
For a pretty small test the complete log is over 1.000.000 lines long, which does not seem normal to me.
Would be nice if you can give me a hint on what is going wrong. Let me know if I should open an issue in the main repository for this usage question.
(Note: this was split from microwalk-project/microwalk-pin-action#1)
In https://github.com/lieser/botan/tree/pl/test-microwalk I'm currently trying to setup a small test Microwalk CI for Botan.
I however get a lot of warnings (https://github.com/lieser/botan/actions/runs/4701855851/jobs/8338408892).
A few trace messages similar to:
A lot of warnings similar to:
A massive amount of message similar to
For a pretty small test the complete log is over 1.000.000 lines long, which does not seem normal to me.
Would be nice if you can give me a hint on what is going wrong. Let me know if I should open an issue in the main repository for this usage question.
(Note: this was split from microwalk-project/microwalk-pin-action#1)