-
Notifications
You must be signed in to change notification settings - Fork 244
[error] geninfo: ERROR: mismatched end line for #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The error message is telling you that lcov found at least reports for your SampleFixture method, and that at least one of them claimed that that the last line of the function is .../core.cpp:9 and at lest one other report claims line 13. There are two common common causes:
The workaround for the second case is moderately complicated. Your other option is to add The only effects of this particular issue (inconsistent end line) are:
Note that a newer version of lcov than what you are currently using calls this error |
Hi, Maybe some compiler bug or something like this, because nothing was changed and macOS still working:
|
You could try a newer llvm version - some issues may or may not have been fixed - or you could try the profdata path (as oppsed to the llvm-cov path). Both contain bugs, though :-( (We all have bugs.) |
Incidentally: that last line: |
Hi,
Im started getting this error
geninfo: ERROR: mismatched end line for
.I don't know why, since no code was updated.
Ref: https://github.com/nativium/nativium/actions/runs/14247900320/job/39933396293
Can you help me?
Thanks.
The text was updated successfully, but these errors were encountered: