-
Notifications
You must be signed in to change notification settings - Fork 902
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] Memcheck error found in CSV_TEST CsvReaderNumericTypeTest/0.SingleColumn #14140
Comments
This is definitely something introduced in the code stack.
The stack from includes |
The nightly builds started failing on September 19. |
Looks like this error has been occurring for awhile but never triggered a memcheck build failure. I checked logs back to the beginning of July and found the error has been occurring at least since then (logs are not kept before that). |
Ran the repro locally; it looks like this test fails only because it's first one. Running a different CSV test also leads to the error.
|
Looks like we forgot to update the issue: we discovered that there is a cuFile bug where |
I definitely would appreciate a workaround added for this since this generates a significant amount of noise in the memcheck builds. |
Closes #14140 Added a no-op CUDA call before creating a `kvikio::FileHandle` to avoid the error in `cuFileDriverOpen`. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - David Wendt (https://github.com/davidwendt) - Yunsong Wang (https://github.com/PointKernel) URL: #15293
Looks like this has been fixed for CSV_TEST but I'm still seeing a failure in the first
|
Issue #14140 Follow-up on #15293 Moving the `cudaFree(0)` call to a function called both by file `datasource` and `data_sink`. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - David Wendt (https://github.com/davidwendt) - Yunsong Wang (https://github.com/PointKernel) - Nghia Truong (https://github.com/ttnghia) URL: #15335
Describe the bug
The nightly builds memcheck found an error in the
CSV_TEST
CsvReaderNumericTypeTest/0.SingleColumn
No other
CSV_TEST
gtests are failing.Steps/Code to reproduce bug
The text was updated successfully, but these errors were encountered: