Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
Description
As of SERVER-82604, the pretty printer for StringData is broken:
(gdb) frame 13
|
#13 0x0000aaaad797fa64 in mongo::(anonymous namespace)::ExternalStateForTest::withShardVersionRetry(mongo::OperationContext*, mongo::NamespaceString const&, mongo::StringData, mongo::unique_function<void ()>) (this=0xfffedd643a60, opCtx=0xfffedb2361a0, nss="sourcedb.sourcecollection", reason=Traceback (most recent call last):
|
File "buildscripts/gdb/mongo_printers.py", line 121, in to_string
|
size = self.val["_size"]
|
gdb.error: There is no member or method named _size.
|
, callback=<error reading variable: Cannot access memory at address 0x0>) at src/mongo/db/s/resharding/resharding_recipient_service_test.cpp:194
|
Attachments
Issue Links
- is caused by
-
SERVER-82604 Add missing std::string_view members to StringData
-
- Closed
-