-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
ALL
-
QE 2025-09-29
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Using a moved object
Using a moved object may lead to an unexpected/undefined behavior. An object is used after it's moved.
/src/mongo/db/query/sbe_stage_builder.cpp:2486: USE_AFTER_MOVE 176481 "outputs" is moved (indicated by "std::move(outputs)").
/src/mongo/db/query/sbe_stage_builder.cpp:2486: USE_AFTER_MOVE 176481 Returning while reference parameter "outputs" is in a moved state.