-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to process map file when gcov build option is used #10
Comments
Can you please provide a map file that fails with these build options? Based on what I've seen before, I would not be surprised if the solution is simply a matter of ignoring some lines in the map files. |
Hi Chintal, Please find below abstracted piece of map data.
Error message: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I'm pretty sure this is caused because of the repeated separator (data Do you happen to know what the meaning of this is? I expect To resolve the exception in the script, these are options I can think of:
Any of these three solutions should allow the script to at least run. Do you have any insight into which solution is likely to be meaningfully correct? |
Those are compiler generated symbols during compiling time, or we can say they are from instrumented code when compile with gcov features. So I also prefer 3rd solution. We can present there is unknow information but can not exclude them from footprint usage. |
Hi,
fpvgcc fails to process map file when below build options are used.
-fprofile-arcs -ftest-coverage
Thanks.
The text was updated successfully, but these errors were encountered: