-
Notifications
You must be signed in to change notification settings - Fork 245
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] JVM agent crash intermittently in CI integration test #8194
Comments
We met in parquet write, should also be related to rapidsai/cudf#13238 |
Seeing a related segfault in the multi-threaded shuffle tests:
I will ping on the cuDF issue. |
3 tasks
I am going to close this issue for now. I do see signs that the segfaults have gone away now after the fix in rapidsai/cudf#13240. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We found intermittent jvm agent crashes in different pipelines (pre-merge and nightly), e.g.
rapids_premerge-github: 7058, 7050, etc
seems some issue from cudf or JNI side, java gateway core dump below
(the failed cudf submodule ref was at rapidsai/cudf@5234278, JNI ref was at NVIDIA/spark-rapids-jni@9bd78ca)
hs_err_pid1912.log
Steps/Code to reproduce bug
just run integration_tests/run_pyspark_from_build.sh, this is not always reproducible (30%)
Expected behavior
pass the CI
The text was updated successfully, but these errors were encountered: