Skip to content
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] Jitify error on exit from gtests built with Debug #17583

Open
davidwendt opened this issue Dec 12, 2024 · 0 comments
Open

[BUG] Jitify error on exit from gtests built with Debug #17583

davidwendt opened this issue Dec 12, 2024 · 0 comments
Labels
bug Something isn't working libcudf Affects libcudf (C++/CUDA) code.

Comments

@davidwendt
Copy link
Contributor

Describe the bug
The libcudf gtests which use jitify will terminate with the following error when compiled in Debug mode.

terminate called after throwing an instance of 'std::runtime_error'
  what():  Jitify fatal error:
Aborted (core dumped)

These tests all complete successfully and the error only shows after all the test have passed and the process ends.
The gtests that show this behavior

         BINARYOP_TEST
         TRANSFORM_TEST
         ROLLING_TEST
         STREAM_BINARYOP_TEST
         STREAM_TRANSFORM_TEST

Steps/Code to reproduce bug
Build libcudf with Debug and run one of the tests above. The test will complete with no errors but the terminate message appears right before the program exits.

Perhaps there is some cleanup in the jitify library that is occurring after main() completes.

@davidwendt davidwendt added bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

No branches or pull requests

1 participant