[Bug]: testInteractive --scope
triggers an assert on AtomicObjects
#26899
Labels
testInteractive --scope
triggers an assert on AtomicObjects
#26899
I am finding that running only the dyno scope resolver hits an assert on AtomicObjects.
I ran into this because both
chplcheck
andchpl-language-server
crash when trying to scope resolve this file.Its far easier to instrument chplcheck, so I added the following to UnusedFormals and found where the bug was being thrown
The assert is being hit when scope resolving
ABA
. I then removedforwarding this.getObject()!;
, which resolved this assert.I then started getting asserts in
AtomicObject.init
. Removing all of those inits, I get asserts fromAtomicObject.readABA
. After this, I gave up looking for a "clean scope resolution"The text was updated successfully, but these errors were encountered: