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
The integration test added to verify the behavior of backward-cpp stacktrace functionality fails when building in Coverage mode (impacting Bitbucket pipelines).
I can reproduce this locally as well where the test fails with a SIGABRT rather than a SIGSEGV as expected.
@azeey believes that it may be related to _gcov_flush not getting called correctly in the child process.
For now, the test is disabled when Coverage is used, but it would be nice to have it on for pipelines.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Michael Carroll (Bitbucket: Michael Carroll, GitHub: mjcarroll).
The integration test added to verify the behavior of backward-cpp stacktrace functionality fails when building in
Coverage
mode (impacting Bitbucket pipelines).I can reproduce this locally as well where the test fails with a SIGABRT rather than a SIGSEGV as expected.
@azeey believes that it may be related to
_gcov_flush
not getting called correctly in the child process.For now, the test is disabled when
Coverage
is used, but it would be nice to have it on for pipelines.The text was updated successfully, but these errors were encountered: