-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Cluster Scalability
-
ALL
Some boost optional fields will fail to pretty print with this error
_value = Traceback (most recent call last): File "buildscripts/gdb/mongo_printers.py", line 152, in to_string return get_boost_optional(self.val) File "buildscripts/gdb/mongo.py", line 344, in get_boost_optional storage = optional["m_storage"]["dummy_"]["data"] gdb.error: Attempt to extract a component of a value that is not a struct/class/union.
We should copy over the fix from https://github.com/visemet/gdb-mongodb-server/blob/v0.15.2/gdbmongo/boost_printers.py#L75-L86 into the server codebase.