-
Notifications
You must be signed in to change notification settings - Fork 908
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 in nvcomp::unsnap_kernel reported in libcudf cuIO gtests #14440
Comments
davidwendt
added
bug
Something isn't working
Needs Triage
Need team to review and classify
libcudf
Affects libcudf (C++/CUDA) code.
cuIO
cuIO issue
labels
Nov 17, 2023
Running with
|
I think I ran into this with a simple repro. @jbrennan333 sent me here:
Symptoms are the same. No crash, but I get a compute-sanitizer report that looks suspiciously similar:
|
@nvdbaranec in the repro you shared above, does the data faithfully roundtrip or does it change? |
This was referenced Dec 6, 2023
rapids-bot bot
pushed a commit
to rapidsai/rapids-cmake
that referenced
this issue
Dec 6, 2023
Upgrading to nvCOMP 3.0.5 which fixes some memcheck errors. Reference: rapidsai/cudf#14581 and rapidsai/cudf#14440 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #498
rapids-bot bot
pushed a commit
that referenced
this issue
Dec 6, 2023
This fixes some memcheck errors found by the libcudf nightly builds as documented here: #14440 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #14581
karthikeyann
pushed a commit
to karthikeyann/cudf
that referenced
this issue
Dec 12, 2023
This fixes some memcheck errors found by the libcudf nightly builds as documented here: rapidsai#14440 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#14581
Closed by #14581 |
github-project-automation
bot
moved this from In Progress
to Done
in cuDF/Dask/Numba/UCX
Dec 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nightly build https://github.com/rapidsai/cudf/actions/runs/6902410549/job/18779068356 is reporting a compute-sanitizer failure in the memcheck tests indicating an out-of-bounds read error in
nvcomp::unsnap_kernel
for the following gtests:ArrowIOTest.S3FileSystem
OrcWriterNumericTypeTest/6.SingleColumn
ParquetWriterNumericTypeTest/3.SingleColumnWithNulls
Partial output from compute-sanitizer run::
The following can be used to reproduce these errors:
compute-sanitizer --tool memcheck gtests/PARQUET_TEST --gtest_filter=ParquetWriterNumericTypeTest/3.SingleColumnWithNulls --rmm_mode=cuda
compute-sanitizer --tool memcheck gtests/ORC_TEST --gtest_filter=OrcWriterNumericTypeTest/6.SingleColumn --rmm_mode=cuda
compute-sanitizer --tool memcheck gtests/ARROW_IO_SOURCE_TEST --gtest_filter=ArrowIOTest.S3FileSystem --rmm_mode=cuda
The Arrow test may require an S3 setup but I suspect fixing the error for the other 2 will fix this one as well.
The text was updated successfully, but these errors were encountered: