You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the commented out code flagged by // TODO: reads here cause a crash nodes once connected to layer inputs nodes
Create a patch node and any layer node (i.e. Oval layer node)
Create a node for one of the layer node's inputs (i.e. the position input)
Connect the patch node's output to the layer input node
Open the left-hand sidebar and hover over an element
You'll notice an unsafe memory access crash when this happens.
Unclear why this happens with this exact criteria—the state gets set inside a SwiftUI .onHover. It appears that all reads and writes take place on the main thread.
The text was updated successfully, but these errors were encountered:
ellbosch
changed the title
Crash caused by reading highlightedSidebarLayers with disconnected edge
Sidebar hover disabled due to crash when reading highlightedSidebarLayers
Sep 7, 2024
Repro steps:
// TODO: reads here cause a crash nodes once connected to layer inputs nodes
You'll notice an unsafe memory access crash when this happens.
Unclear why this happens with this exact criteria—the state gets set inside a SwiftUI
.onHover
. It appears that all reads and writes take place on the main thread.The text was updated successfully, but these errors were encountered: