Page MenuHomeFeedback Tracker

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

Description

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.Nov 21 2023, 11:07 AM
ColourScreen renamed this task from Workbench crashes when a breakpoint is triggered in a class containing a fixed array of set references. to Workbench crashes when a breakpoint is triggered in a class containing a static array of set references..Nov 21 2023, 5:58 PM