Skip to content

[BUG] Occasional corrupted double-linked list crash when running unit tests #718

@shi-eric

Description

@shi-eric

Bug Description

@mmacklin isolated the issue down to test_vbd_bending_cpu:

Image

In the screenshot the weight_buckets vector has length=64, but bucket_idx=18446744073709551615.

And the offending code:

for (size_t bucket_idx = max_weight - 1; bucket_idx >= 0; bucket_idx--)

System Information

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingwarp.sim

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions