-
Notifications
You must be signed in to change notification settings - Fork 242
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] Unit tests core dump as below #10499
Comments
Another similar but not the same core dump logs: rapids_nightly-dev-github/1064
|
Another similar but not the same core dump logs: rapids_scala213_nightly-dev-github/100
|
I can reproduce this by just running the unit tests on Spark 3.3.3.
|
it is affecting pre-merge #10497 |
This crash occurs because WindowRetrySuite leaks a Scalar instance, and by the time the leak is detected, the RMM instance has been shutdown. That causes us to try to deallocate memory on a memory manager that no longer exists. |
Describe the bug
Unit tests core dump on
branch-24.04
as below, JDK11-nightly/545hs_err_pid2664.log
The text was updated successfully, but these errors were encountered: