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

Fix iterator invalidation bugs exposed by LLVM 19 #7092

Open
calcmogul opened this issue Sep 18, 2024 · 0 comments
Open

Fix iterator invalidation bugs exposed by LLVM 19 #7092

calcmogul opened this issue Sep 18, 2024 · 0 comments
Labels
type: bug Something isn't working.

Comments

@calcmogul
Copy link
Member

calcmogul commented Sep 18, 2024

I upgraded allwpilib to LLVM 19.1.0 and got some test failures.

[----------] 20 tests from CommandDecoratorTest
[ RUN      ] CommandDecoratorTest.WithTimeout
wpilibNewCommands_test: /__w/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/llvm/include/wpi/SmallPtrSet.h:299: SmallPtrSetIterator<PtrTy> &wpi::SmallPtrSetIterator<frc2::Command *>::operator++() [PtrTy = frc2::Command *]: Assertion `isHandleInSync() && "invalid iterator access!"' failed.

Apparently these are known issues #6593 was supposed to address.

@calcmogul calcmogul added the type: bug Something isn't working. label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant