24.09 Release - AZStd::string serialization problem within prefab when ENTER pressed #18533
Labels
kind/bug-2409
Used for stabilization/24.09 issues
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
sig/content
Categorizes an issue or PR as relevant to SIG Content.
Bug Description
Components with
AZStd::string
crash O3DE Editor when added to prefab and when the value change (as an override) is followed by the [ENTER] key.Assets-Required
Test prefab was used: https://github.com/jhanca-robotecai/O3DETestProject/blob/development/Prefabs/TestPrefab.prefab to isolate the issue; the whole project can be used for tests (commit 6d78645)
Steps to Reproduce
AZStd::string
fieldNote: the Editor does not crash when changing the focus from the line edit with a mouse click
Expected Behavior
The focus of the line edit is lost; the name change is applied; the Editor can be used
Actual Behavior
Segmentation fault
Screenshots/Videos
EnterCrash.mp4
Found In Branch
main
2409.1Commit ID From
c602b49
Desktop/Device
Ubuntu 2204 Linux PC
i7-14700K
64 GB RAM
NVIDIA GeForce RTX 4070 Ti SUPER
Additional Context
Backtrace from lldb and gdb attached.
Backtrace_gdb.log
Backtrace_lldb.log
The text was updated successfully, but these errors were encountered: