[BUG] PARQUET_READER_NVBENCH: cudaErrorContextIsDestroyed (error 709) on cudaEventDestroy
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
**Describe the bug**
```
$ compute-sanitizer ./cpp/build/benchmarks/PARQUET_READER_NVBENCH --benchmark parquet_read_misc_options
========= Program hit cudaErrorContextIsDestroyed (error 709) due to "context is destroyed" on CUDA API call to cudaEventDestroy
========= Saved host backtrace up to driver entry point at error
========= Host Frame: [0x4808d6]
========= in /usr/lib64/libcuda.so.1
========= Host Frame:cudaEventDestroy [0x4dbf1]
========= in /usr/local/cuda/lib64/libcudart.so.11.0
========= Host Frame:std::vector >, llocator > > >::~vector() [0x394c259]
========= in /home/user/gits/rapidsai/cudf/cpp/build/libcudf.so
========= Host Frame:__call_tls_dtors [0x51a1f]
========= in /usr/lib64/libc.so.6
========= Host Frame:__run_exit_handlers [0x5136f]
========= in /usr/lib64/libc.so.6
========= Host Frame:on_exit [0x513a0]
========= in /usr/lib64/libc.so.6
========= Host Frame:__libc_start_main [0x3ad8c]
========= in /usr/lib64/libc.so.6
========= Host Frame:_start [0x46eae]
========= in /home/user/gits/rapidsai/cudf/./cpp/build/benchmarks/PARQUET_READER_NVBENCH
=========
========= ERROR SUMMARY: 1 error
```
Contributor guide
Assessment
This issue has not been assessed yet.