Skip to content
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

Print assertion failure to log and flush even if DEBUG is not defined #7280

Merged
merged 1 commit into from Mar 6, 2024

Conversation

jdmpapin
Copy link
Contributor

@jdmpapin jdmpapin commented Mar 1, 2024

TR_ASSERT_FATAL() could fail in any build, and in particular in builds without DEBUG. Previously, if such a failure occurred with tracing enabled, the process would crash without printing the failure to the log, and more importantly, without flushing previously written trace output, which was confusing and impeded debugging.

TR_ASSERT_FATAL() could fail in any build, and in particular in builds
without DEBUG. Previously, if such a failure occurred with tracing
enabled, the process would crash without printing the failure to the
log, and more importantly, without flushing previously written trace
output, which was confusing and impeded debugging.
@0xdaryl
Copy link
Contributor

0xdaryl commented Mar 5, 2024

Jenkins build all

@0xdaryl 0xdaryl self-assigned this Mar 5, 2024
@0xdaryl 0xdaryl merged commit b7e4429 into eclipse:master Mar 6, 2024
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants