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] Method called on moved-from object (json.hpp:723:73) #16608

Closed
NicolasDenoyelle opened this issue Aug 19, 2024 · 0 comments · Fixed by #16609
Closed

[BUG] Method called on moved-from object (json.hpp:723:73) #16608

NicolasDenoyelle opened this issue Aug 19, 2024 · 0 comments · Fixed by #16609
Labels
bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change

Comments

@NicolasDenoyelle
Copy link
Contributor

Describe the bug

The header cudf/io/json.hpp contains a use after move on line 723 column 73 reported by clang-tidy:

    : _sink(std::move(sink)), _table(std::move(table)), _rows_per_chunk(table.num_rows())
                                                                        ^~~~~~~~~~~~~~~~

Steps/Code to reproduce bug

N/A

Expected behavior

N/A

Environment overview (please complete the following information)

N/A

Environment details

N/A

Additional context

N/A

@NicolasDenoyelle NicolasDenoyelle added the bug Something isn't working label Aug 19, 2024
@davidwendt davidwendt added libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Aug 19, 2024
@rapids-bot rapids-bot bot closed this as completed in 2f7d354 Aug 20, 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. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants