-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBacktrace_gdb.log
136 lines (135 loc) · 36.6 KB
/
Backtrace_gdb.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<20:13:27> [Warning] (System) - Failed to bind TCP socket to port 6787 (98:)
Thread 1 "Editor" received signal SIGSEGV, Segmentation fault.
__memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:385
385 ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S: No such file or directory.
(gdb) bt
#0 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:385
#1 0x00007ffd5fddbcc0 in AZStd::char_traits<char>::copy (dest=0x0, src=0x7ffe101470c0 "asdf", count=4) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/string/string_view.h:531
#2 AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>::assign (this=0x7ffe100aec38, ptr=0x7ffe101470c0 "asdf", count=4) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/string/string.h:402
#3 0x00007ffd6263e6ef in AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>::assign (this=0x0, view=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/string/string.h:333
#4 AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>::operator= (this=0x0, view=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/string/string.h:202
#5 AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}::operator()(AZ::Dom::Value const&) const (this=0x555561171e38, newValue=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/AzFramework/DocumentPropertyEditor/ReflectionAdapter.cpp:979
#6 AZStd::Internal::INVOKE<AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}&, AZ::Dom::Value const&>(AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}&, AZ::Dom::Value const&) (f=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/typetraits/invoke_traits.h:208
#7 AZStd::invoke<AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}&, AZ::Dom::Value const&>(AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}&, AZ::Dom::Value const&) (f=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/invoke.h:54
#8 AZStd::Internal::function_util::invoke_void_return_wrapper<AZ::Dom::Value>::call<AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}&, AZ::Dom::Value const&>(AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}&, AZ::Dom::Value const&) (args=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:32
#9 AZStd::Internal::function_util::get_invoker<AZ::Dom::Value (AZ::Dom::Value const&), AZStd::Internal::function_util::function_obj_tag, AZStd::allocator>::call<AZ::DocumentPropertyEditor::ReflectionAdapterReflectionImpl::VisitObjectBegin(AZ::Reflection::IObjectAccess&, AZ::Reflection::IAttributes const&)::{lambda(AZ::Dom::Value const&)#1}>(AZStd::Internal::function_util::function_buffer&, AZ::Dom::Value const&) (function_obj_ptr=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:172
#10 0x00007ffd625f998c in AZStd::function_intermediate<AZ::Dom::Value, AZ::Dom::Value const&>::operator() (this=<optimized out>, args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:604
#11 AZStd::function<AZ::Dom::Value (AZ::Dom::Value const&)>::operator()(AZ::Dom::Value const&) const (this=<optimized out>, args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:684
#12 AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10::operator()(AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType) const (this=0x7fffffffa5d8, changeType=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit, valueFromEditor=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/AzFramework/DocumentPropertyEditor/ReflectionAdapter.cpp:1338
#13 AZStd::Internal::INVOKE<AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>(AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType&&) (f=..., args=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/typetraits/invoke_traits.h:208
#14 AZStd::invoke<AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>(AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType&&) (f=..., args=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/invoke.h:54
#15 AZStd::Internal::function_util::invoke_void_return_wrapper<void>::call<AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>(AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType&&) (args=..., args=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:41
#16 AZStd::Internal::function_util::get_invoker<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType), AZStd::Internal::function_util::function_obj_tag, AZStd::allocator>::call<AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10>(AZStd::Internal::function_util::function_buffer&, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType&&) (function_obj_ptr=..., args=<optimized out>, args=<optimized out>) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:172
#17 0x00007ffd60cfaf03 in AZStd::function_intermediate<void, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>::operator() (this=<optimized out>, args=@0x7fffffff9964: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit,
args=@0x7fffffff9964: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:604
#18 AZStd::function<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>::operator()(AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType) const (this=<optimized out>, args=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit,
args=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/function_template.h:684
#19 AZ::InvokeFromDomArrayInternal<void, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType, 0ul, 1ul>(AZStd::function<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> const&, AZ::Dom::Value const&, std::integer_sequence<unsigned long, 0ul, 1ul>) (invokeFunction=..., domArray=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/RTTI/ReflectContext.h:476
#20 0x00007ffd60de48c3 in AZ::InvokeFromDomArray<void, AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>(AZStd::function<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> const&, AZ::Dom::Value const&) (invokeFunction=..., domArray=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/RTTI/ReflectContext.h:494
#21 AZ::DomInvokeHelper<AZStd::function<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> >::Invoke(AZStd::function<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> const&, AZ::Dom::Value const&) (invokeFunction=..., args=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/RTTI/ReflectContext.h:521
#22 AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>::MatchMessage(AZ::DocumentPropertyEditor::AdapterMessage const&, AZ::Dom::Value&, AZStd::function<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> const&) const (
this=<optimized out>, message=..., result=..., callback=...) at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/./AzFramework/DocumentPropertyEditor/DocumentSchema.h:631
#23 0x00007ffd625f3026 in AZ::DocumentPropertyEditor::AdapterMessage::Match<AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void ()>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_12, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::DocumentPropertyEditor::Nodes::PropertyRefreshLevel)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_16, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (bool, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_11, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZStd::shared_ptr<AZ::DocumentPropertyEditor::DocumentAdapter>*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_13, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_14, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Serialize::ClassData const*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_15>(AZ::Dom::Value&, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> const&, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10 const&, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void ()>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_12, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::DocumentPropertyEditor::Nodes::PropertyRefreshLevel)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_16, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (bool, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_11, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZStd::shared_ptr<AZ::DocumentPropertyEditor::DocumentAdapter>*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_13, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_14, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Serialize::ClassData const*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_15) const (result=..., rest=..., rest=..., rest=..., rest=..., rest=..., rest=..., rest=..., this=<optimized out>, attribute=..., callback=..., rest=..., rest=..., rest=..., rest=..., rest=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/./AzFramework/DocumentPropertyEditor/DocumentAdapter.h:49
#24 AZ::DocumentPropertyEditor::AdapterMessage::Match<AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void ()>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_12, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::DocumentPropertyEditor::Nodes::PropertyRefreshLevel)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_16, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (bool, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_11, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZStd::shared_ptr<AZ::DocumentPropertyEditor::DocumentAdapter>*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_13, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_14, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Serialize::ClassData const*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_15>(AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)> const&, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_10 const&, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void ()>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_12, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::DocumentPropertyEditor::Nodes::PropertyRefreshLevel)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_16, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (bool, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_11, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZStd::shared_ptr<AZ::DocumentPropertyEditor::DocumentAdapter>*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_13, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_14, AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Serialize::ClassData const*, AZ::Dom::Path)>, AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage(AZ::DocumentPropertyEditor::AdapterMessage const&)::$_15) const (rest=..., rest=..., rest=..., rest=..., rest=..., rest=..., this=<optimized out>, attribute=..., callback=..., rest=..., rest=..., rest=..., rest=..., rest=..., rest=...)
at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/./AzFramework/DocumentPropertyEditor/DocumentAdapter.h:63
#25 AZ::DocumentPropertyEditor::ReflectionAdapter::HandleMessage (this=0x7ffe12f4f7d0, message=...) at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/AzFramework/DocumentPropertyEditor/ReflectionAdapter.cpp:1569
#26 0x00007ffd60af1184 in AzToolsFramework::Prefab::PrefabComponentAdapter::HandleMessage (this=0x7ffe12f4f7d0, message=...) at /home/jhanca/devroot/o3de/Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/DocumentPropertyEditor/PrefabComponentAdapter.cpp:112
#27 0x00007ffff4de06de in AZ::DocumentPropertyEditor::DocumentAdapter::SendAdapterMessage (this=0x7ffe12f4f7d0, message=...) at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/AzFramework/DocumentPropertyEditor/DocumentAdapter.cpp:192
#28 AZ::DocumentPropertyEditor::BoundAdapterMessage::operator() (this=<optimized out>, parameters=...) at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/AzFramework/DocumentPropertyEditor/DocumentAdapter.cpp:211
#29 0x00007ffff17b86b8 in AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>::Traits<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>::InvokeOnBoundMessage(AZ::DocumentPropertyEditor::BoundAdapterMessage&, AZ::Dom::Value const&) (boundMessage=..., args=...) at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/./AzFramework/DocumentPropertyEditor/DocumentSchema.h:512
#30 0x00007ffff17b73df in AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>::InvokeOnDomValue<AZ::Dom::Value, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>(AZ::Dom::Value const&, AZ::Dom::Value, AZ::DocumentPropertyEditor::Nodes::ValueChangeType) const
(this=this@entry=0x7ffff6bf0368 <AZ::DocumentPropertyEditor::Nodes::PropertyEditor::OnChanged>, value=..., args=args@entry=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit, args=args@entry=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit)
at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/./AzFramework/DocumentPropertyEditor/DocumentSchema.h:574
#31 0x00007ffff17a4442 in AZ::DocumentPropertyEditor::CallbackAttributeDefinition<void (AZ::Dom::Value const&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType)>::InvokeOnDomNode<AZ::Dom::Value, AZ::DocumentPropertyEditor::Nodes::ValueChangeType>(AZ::Dom::Value const&, AZ::Dom::Value, AZ::DocumentPropertyEditor::Nodes::ValueChangeType) const (
this=0x7ffff6bf0368 <AZ::DocumentPropertyEditor::Nodes::PropertyEditor::OnChanged>, value=..., args=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit, args=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit)
at /home/jhanca/devroot/o3de/Code/Framework/AzFramework/./AzFramework/DocumentPropertyEditor/DocumentSchema.h:620
#32 0x00007ffff29326ca in AzToolsFramework::RpePropertyHandlerWrapper<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >::OnValueChanged (this=0x55555e43b450, changeType=AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit)
at /home/jhanca/devroot/o3de/Code/Framework/AzToolsFramework/./AzToolsFramework/UI/PropertyEditor/PropertyEditorAPI_Internals.h:616
#33 0x00007ffff2932e27 in non-virtual thunk to AzToolsFramework::RpePropertyHandlerWrapper<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >::OnValueChanged(AZ::DocumentPropertyEditor::Nodes::ValueChangeType) () from /home/jhanca/devroot/projects/JHO3DETestProject/build/linux_clang/bin/profile/libEditorLib.so
#34 0x00007ffff31892be in AZStd::Internal::INVOKE<void (AzToolsFramework::IndividualPropertyHandlerEditNotifications::*)(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), AzToolsFramework::IndividualPropertyHandlerEditNotifications*&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType, void> (
f=@0x7fffffffb1a0: &virtual AzToolsFramework::IndividualPropertyHandlerEditNotifications::OnValueChanged(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), arg0=@0x5555721fb958: 0x55555e43b458, args=@0x7fffffffb19c: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/typetraits/invoke_traits.h:177
#35 AZStd::invoke<void (AzToolsFramework::IndividualPropertyHandlerEditNotifications::*)(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), AzToolsFramework::IndividualPropertyHandlerEditNotifications*&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType> (
f=@0x7fffffffb1a0: &virtual AzToolsFramework::IndividualPropertyHandlerEditNotifications::OnValueChanged(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), args=@0x7fffffffb19c: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit, args=@0x7fffffffb19c: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/invoke.h:54
#36 AZ::EBusEventProcessingPolicy::Call<void (AzToolsFramework::IndividualPropertyHandlerEditNotifications::*)(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), AzToolsFramework::IndividualPropertyHandlerEditNotifications*&, AZ::DocumentPropertyEditor::Nodes::ValueChangeType> (
func=@0x7fffffffb1a0: &virtual AzToolsFramework::IndividualPropertyHandlerEditNotifications::OnValueChanged(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), iface=@0x5555721fb958: 0x55555e43b458, args=@0x7fffffffb19c: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/EBus/Policies.h:437
#37 AZ::Internal::EBusContainer<AzToolsFramework::IndividualPropertyHandlerEditNotifications, AzToolsFramework::IndividualPropertyHandlerEditNotifications, (AZ::EBusAddressPolicy)1, (AZ::EBusHandlerPolicy)0>::Dispatcher<AZ::EBus<AzToolsFramework::IndividualPropertyHandlerEditNotifications, AzToolsFramework::IndividualPropertyHandlerEditNotifications> >::Event<void (AzToolsFramework::IndividualPropertyHandlerEditNotifications::*)(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), AZ::DocumentPropertyEditor::Nodes::ValueChangeType> (id=<optimized out>,
func=@0x7fffffffb1a0: &virtual AzToolsFramework::IndividualPropertyHandlerEditNotifications::OnValueChanged(AZ::DocumentPropertyEditor::Nodes::ValueChangeType), args=@0x7fffffffb19c: AZ::DocumentPropertyEditor::Nodes::ValueChangeType::InProgressEdit) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/EBus/Internal/BusContainer.h:806
#38 0x00007ffff3187e02 in non-virtual thunk to AzToolsFramework::Components::PropertyManagerComponent::RequestWrite(QWidget*) () at /home/jhanca/devroot/o3de/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyManagerComponent.cpp:201
--Type <RET> for more, q to quit, c to continue without paging--
#39 0x00007ffff2921c45 in AZStd::Internal::INVOKE<void (AzToolsFramework::PropertyEditorGUIMessages::*&)(QWidget*), AZ::Internal::HandlerNode<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, AZ::Internal::EBusContainer<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, (AZ::EBusAddressPolicy)0, (AZ::EBusHandlerPolicy)1>::HandlerHolder, false>&, AzToolsFramework::PropertyStringLineEditCtrl* const&, void> (f=@0x7fffffffb270: &virtual AzToolsFramework::PropertyEditorGUIMessages::RequestWrite(QWidget*), arg0=..., args=@0x5555721fbe30: 0x555570b084d8)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/typetraits/invoke_traits.h:177
#40 AZStd::invoke<void (AzToolsFramework::PropertyEditorGUIMessages::*&)(QWidget*), AZ::Internal::HandlerNode<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, AZ::Internal::EBusContainer<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, (AZ::EBusAddressPolicy)0, (AZ::EBusHandlerPolicy)1>::HandlerHolder, false>&, AzToolsFramework::PropertyStringLineEditCtrl* const&> (f=@0x7fffffffb270: &virtual AzToolsFramework::PropertyEditorGUIMessages::RequestWrite(QWidget*), args=@0x5555721fbe30: 0x555570b084d8, args=@0x5555721fbe30: 0x555570b084d8)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/invoke.h:54
#41 AZ::EBusEventProcessingPolicy::Call<void (AzToolsFramework::PropertyEditorGUIMessages::*&)(QWidget*), AZ::Internal::HandlerNode<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, AZ::Internal::EBusContainer<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, (AZ::EBusAddressPolicy)0, (AZ::EBusHandlerPolicy)1>::HandlerHolder, false>&, AzToolsFramework::PropertyStringLineEditCtrl* const&> (func=@0x7fffffffb270: &virtual AzToolsFramework::PropertyEditorGUIMessages::RequestWrite(QWidget*), iface=..., args=@0x5555721fbe30: 0x555570b084d8)
at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/EBus/Policies.h:437
#42 AZ::Internal::EBusContainer<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages, (AZ::EBusAddressPolicy)0, (AZ::EBusHandlerPolicy)1>::Dispatcher<AZ::EBus<AzToolsFramework::PropertyEditorGUIMessages, AzToolsFramework::PropertyEditorGUIMessages> >::Broadcast<void (AzToolsFramework::PropertyEditorGUIMessages::*)(QWidget*), AzToolsFramework::PropertyStringLineEditCtrl* const&> (func=@0x7fffffffb270: &virtual AzToolsFramework::PropertyEditorGUIMessages::RequestWrite(QWidget*), args=@0x5555721fbe30: 0x555570b084d8) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/EBus/Internal/BusContainer.h:1365
#43 0x00007ffff28fc448 in AzToolsFramework::StringPropertyLineEditHandler::CreateGUI(QWidget*)::$_8::operator()() const (this=0x5555721fbe30) at /home/jhanca/devroot/o3de/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/PropertyStringLineEditCtrl.cpp:110
#44 QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, AzToolsFramework::StringPropertyLineEditHandler::CreateGUI(QWidget*)::$_8>::call(AzToolsFramework::StringPropertyLineEditHandler::CreateGUI(QWidget*)::$_8&, void**) (f=..., arg=<optimized out>)
at /home/jhanca/.o3de/3rdParty/packages/qt-5.15.2-rev9-linux/qt/include/QtCore/qobjectdefs_impl.h:146
#45 QtPrivate::Functor<AzToolsFramework::StringPropertyLineEditHandler::CreateGUI(QWidget*)::$_8, 0>::call<QtPrivate::List<>, void>(AzToolsFramework::StringPropertyLineEditHandler::CreateGUI(QWidget*)::$_8&, void*, void**) (f=..., arg=<optimized out>)
at /home/jhanca/.o3de/3rdParty/packages/qt-5.15.2-rev9-linux/qt/include/QtCore/qobjectdefs_impl.h:256
#46 QtPrivate::QFunctorSlotObject<AzToolsFramework::StringPropertyLineEditHandler::CreateGUI(QWidget*)::$_8, 0, QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=<optimized out>, this_=<optimized out>, r=0x4, a=0x66647361, ret=0x0)
at /home/jhanca/.o3de/3rdParty/packages/qt-5.15.2-rev9-linux/qt/include/QtCore/qobjectdefs_impl.h:443
#47 0x00007ffff7b089ce in QtPrivate::QSlotObjectBase::call (a=0x7fffffffb330, r=0x55555ed483a0, this=0x5555721fbe20) at ../../include/QtCore/../../../../src/qtbase/src/corelib/kernel/qobjectdefs_impl.h:398
#48 doActivate<false> (sender=0x5555759d9430, signal_index=11, argv=0x7fffffffb330) at /data/workspace/src/qtbase/src/corelib/kernel/qobject.cpp:3886
#49 0x00007ffff7b01d97 in QMetaObject::activate (sender=sender@entry=0x5555759d9430, m=m@entry=0x7fffea091f60 <QLineEdit::staticMetaObject>, local_signal_index=local_signal_index@entry=4, argv=argv@entry=0x0) at /data/workspace/src/qtbase/src/corelib/kernel/qobject.cpp:3946
#50 0x00007fffe9cc05e7 in QLineEdit::editingFinished (this=this@entry=0x5555759d9430) at .moc/moc_qlineedit.cpp:473
#51 0x00007fffe9cc73c9 in QLineEdit::focusOutEvent (this=0x5555759d9430, e=0x7fffffffb770) at /data/workspace/src/qtbase/src/widgets/widgets/qlineedit.cpp:1957
#52 0x00007fffea3fcd05 in AzQtComponents::StyledLineEdit::focusOutEvent (this=0x5555759d9430, event=0x7fffffffb770) at /home/jhanca/devroot/o3de/Code/Framework/AzQtComponents/AzQtComponents/Components/StyledLineEdit.cpp:50
#53 0x00007fffe9bb874d in QWidget::event (this=this@entry=0x5555759d9430, event=event@entry=0x7fffffffb770) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:8801
#54 0x00007fffe9cc67e2 in QLineEdit::event (this=0x5555759d9430, e=0x7fffffffb770) at /data/workspace/src/qtbase/src/widgets/widgets/qlineedit.cpp:1531
#55 0x00007fffe9b74e03 in QApplicationPrivate::notify_helper (this=this@entry=0x55555793cb30, receiver=receiver@entry=0x5555759d9430, e=e@entry=0x7fffffffb770) at /data/workspace/src/qtbase/src/widgets/kernel/qapplication.cpp:3630
#56 0x00007fffe9b7dc58 in QApplication::notify (this=0x55555793c9f0, receiver=0x5555759d9430, e=0x7fffffffb770) at /data/workspace/src/qtbase/src/widgets/kernel/qapplication.cpp:3154
#57 0x00007ffff7ad19ba in QCoreApplication::notifyInternal2 (receiver=0x5555759d9430, event=0x7fffffffb770) at /data/workspace/src/qtbase/src/corelib/kernel/qcoreapplication.cpp:1063
#58 0x00007fffe9b7b41c in QApplicationPrivate::setFocusWidget (reason=Qt::TabFocusReason, focus=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qapplication.cpp:1715
#59 QApplicationPrivate::setFocusWidget (focus=focus@entry=0x555560fa0010, reason=reason@entry=Qt::TabFocusReason) at /data/workspace/src/qtbase/src/widgets/kernel/qapplication.cpp:1676
#60 0x00007fffe9bb223f in QWidget::setFocus (reason=Qt::TabFocusReason, this=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6371
#61 QWidget::setFocus (this=0x555560fa0010, reason=Qt::TabFocusReason) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6318
#62 0x00007fffe9bb2e71 in QWidget::focusNextPrevChild (next=<optimized out>, this=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6627
#63 QWidget::focusNextPrevChild (this=<optimized out>, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6589
#64 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x555560fa0010, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#65 0x00007ffff1877c89 in MainWindow::focusNextPrevChild (this=0x555560fa0010, next=true) at /home/jhanca/devroot/o3de/Code/Editor/MainWindow.cpp:1216
#66 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555da799d0, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#67 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55556f1df360, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#68 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555faf08a0, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#69 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555fb9e9d0, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#70 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555faffb60, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#71 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55556ef5df50, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#72 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=this@entry=0x55555fbfbd50, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#73 0x00007fffe9d1a1a7 in QScrollArea::focusNextPrevChild (this=0x55555fbfbd50, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/widgets/qscrollarea.cpp:426
#74 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555fbf8de0, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#75 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555fbfda80, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#76 0x00007fffe9bb2d7e in QWidget::focusNextPrevChild (this=0x55555dcfd5b0, next=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:6594
#77 0x00007fffe9bb32b2 in QWidgetPrivate::hide_helper (this=this@entry=0x555574693470) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:7990
#78 0x00007fffe9bb7c50 in QWidgetPrivate::setVisible (this=0x555574693470, visible=<optimized out>) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:8166
#79 0x00007ffd60c7a77c in AzToolsFramework::EntityPropertyEditor::ClearInstances (this=this@entry=0x55556ef5df50, invalidateImmediately=<optimized out>) at /home/jhanca/devroot/o3de/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.cpp:2156
#80 0x00007ffd60c772c9 in AzToolsFramework::EntityPropertyEditor::UpdateContents (this=0x55556ef5df50) at /home/jhanca/devroot/o3de/Code/Framework/AzToolsFramework/AzToolsFramework/UI/PropertyEditor/EntityPropertyEditor.cpp:1248
#81 0x00007ffd60cb9533 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (AzToolsFramework::EntityPropertyEditor::*)()>::call(void (AzToolsFramework::EntityPropertyEditor::*)(), AzToolsFramework::EntityPropertyEditor*, void**) (f=<optimized out>, o=<optimized out>, arg=<optimized out>)
at /home/jhanca/.o3de/3rdParty/packages/qt-5.15.2-rev9-linux/qt/include/QtCore/qobjectdefs_impl.h:152
#82 QtPrivate::FunctionPointer<void (AzToolsFramework::EntityPropertyEditor::*)()>::call<QtPrivate::List<>, void>(void (AzToolsFramework::EntityPropertyEditor::*)(), AzToolsFramework::EntityPropertyEditor*, void**) (f=<optimized out>, o=<optimized out>, arg=<optimized out>)
at /home/jhanca/.o3de/3rdParty/packages/qt-5.15.2-rev9-linux/qt/include/QtCore/qobjectdefs_impl.h:185
#83 QtPrivate::QSlotObject<void (AzToolsFramework::EntityPropertyEditor::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=<optimized out>, this_=0x66647361, r=<optimized out>, a=<optimized out>, ret=0x0)
at /home/jhanca/.o3de/3rdParty/packages/qt-5.15.2-rev9-linux/qt/include/QtCore/qobjectdefs_impl.h:418
#84 0x00007ffff7aff549 in QObject::event (this=this@entry=0x55556ef5df50, e=e@entry=0x7ffe10212730) at /data/workspace/src/qtbase/src/corelib/kernel/qobject.cpp:1314
#85 0x00007fffe9bb7f7d in QWidget::event (this=0x55556ef5df50, event=0x7ffe10212730) at /data/workspace/src/qtbase/src/widgets/kernel/qwidget.cpp:9114
#86 0x00007fffe9b74e03 in QApplicationPrivate::notify_helper (this=this@entry=0x55555793cb30, receiver=receiver@entry=0x55556ef5df50, e=e@entry=0x7ffe10212730) at /data/workspace/src/qtbase/src/widgets/kernel/qapplication.cpp:3630
#87 0x00007fffe9b7dc58 in QApplication::notify (this=0x55555793c9f0, receiver=0x55556ef5df50, e=0x7ffe10212730) at /data/workspace/src/qtbase/src/widgets/kernel/qapplication.cpp:3154
#88 0x00007ffff7ad19ba in QCoreApplication::notifyInternal2 (receiver=0x55556ef5df50, event=0x7ffe10212730) at /data/workspace/src/qtbase/src/corelib/kernel/qcoreapplication.cpp:1063
#89 0x00007ffff7ad42c1 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x55555793c290) at /data/workspace/src/qtbase/src/corelib/kernel/qcoreapplication.cpp:1817
#90 0x00007ffff7b2964e in QEventDispatcherUNIX::processEvents (this=0x7fffe0004300, flags=...) at /data/workspace/src/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp:468
#91 0x00007fffea139df2 in QXcbUnixEventDispatcher::processEvents (this=0x7fffe0004300, flags=...) at /data/workspace/src/qtbase/src/plugins/platforms/xcb/qxcbeventdispatcher.cpp:60
#92 0x00007ffff7ad04cb in QEventLoop::exec (this=this@entry=0x7fffffffc430, flags=..., flags@entry=...) at ../../include/QtCore/../../../../src/qtbase/src/corelib/global/qflags.h:69
#93 0x00007ffff7ad8674 in QCoreApplication::exec () at ../../include/QtCore/../../../../src/qtbase/src/corelib/global/qflags.h:121
#94 0x00007ffff1916475 in CryEditMain (argc=<optimized out>, argv=<optimized out>) at /home/jhanca/devroot/o3de/Code/Editor/CryEdit.cpp:3499
#95 0x00005555556fca95 in AZStd::Internal::INVOKE<int (*&)(int, char**), int&, char**&> (f=<optimized out>, args=<optimized out>, args=<optimized out>) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/typetraits/invoke_traits.h:208
#96 AZStd::invoke<int (*&)(int, char**), int&, char**&> (f=<optimized out>, args=<optimized out>, args=<optimized out>) at /home/jhanca/devroot/o3de/Code/Framework/AzCore/./AzCore/std/function/invoke.h:54
#97 main (argc=1, argv=0x7fffffffdbb8) at /home/jhanca/devroot/o3de/Code/Editor/main.cpp:31