Page MenuHomeFeedback Tracker

Workbench crashes when a breakpoint is triggered in a class containing a static array of set references.
Assigned, NormalPublic

Description

I am recreating a previous bug report as it was tagged as assigned but seemingly assigned to no one.

If I make a variable in a class like this:
ref set<int> arrayOfSets[1];
And a breakpoint is triggered, workbench crashes. It might also happen with other template types, but I haven't tested that.

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Have a variable:'ref set<int> arrayOfSets[1];' in a class and trigger a breakpoint in the class or in another class with a reference to the class.

Event Timeline

Geez changed the task status from New to Assigned.Jan 2 2024, 2:01 PM