-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
ALL
-
None
-
3
-
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/stats/scalar_histogram.cpp:97: USE_AFTER_MOVE 134254 "buckets" is moved (indicated by "std::move(buckets)").
/src/mongo/db/query/stats/scalar_histogram.cpp:98: USE_AFTER_MOVE 134254 "buckets" is used after it has been already moved.
- depends on
-
SERVER-71310 Validate histograms
-
- Closed
-
- duplicates
-
SERVER-71310 Validate histograms
-
- Closed
-