-
Notifications
You must be signed in to change notification settings - Fork 26
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
[BUG]: Intermittent test failures for clang & gcc-coverage #379
Labels
bug
Something isn't working
Comments
I got a failure locally with a clang debug build. I had to run the test repeatedly, and got a failure on the 112th iteration: cd build/cpp/mrc/src/tests
CMD="./test_mrc_private.x"
RET=0
ITR=0
while [ ${RET} -eq 0 ]
do
${CMD}
RET=$?
ITR=$(expr ${ITR} + 1)
echo "Iteration ${ITR} exited ${RET}"
done
gdb backtrace from core file:
|
Running just
|
This was referenced Sep 8, 2023
2 tasks
rapids-bot bot
pushed a commit
that referenced
this issue
Sep 11, 2023
fixes #379 ? Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Christopher Harris (https://github.com/cwharris) - Michael Demoret (https://github.com/mdemoret-nv) URL: #382
This was referenced Sep 18, 2023
rapids-bot bot
pushed a commit
that referenced
this issue
Sep 23, 2023
* Based on fixes from @mdemoret-nv : https://github.com/mdemoret-nv/MRC/tree/mdd_control-plane-promises & #381 * Adopts updated versions of boost, clang & IWYU * Only run IWYU on files changed in PR * Use clang for checks stage * Allocate progress engine promises on the heap fixes #379 Authors: - David Gardner (https://github.com/dagardner-nv) - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) - Christopher Harris (https://github.com/cwharris) URL: #391
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
23.11
Which installation method(s) does this occur on?
Source
Describe the bug.
Tests are intermittently failing with a SIGSEGV from RPC and control plane tests.
Examples:
clang
gcc-coverage:
clang:
clang:
Minimum reproducible example
Relevant log output
No response
Full env printout
No response
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: