Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
-
Platforms 2018-01-29, Platforms 2018-02-12
Description
I believe this is a side-effect of SERVER-30580
#0 0x00005555556c6c6d in mongo::(anonymous namespace)::TimeoutSEP::startSession (this=0x7fffffffc3c0, session=...) at src/mongo/transport/transport_layer_asio_test.cpp:162
|
162 auto status = session->sourceMessage(&msg, Date_t::now() + Seconds{5}).wait();
|
(gdb) inspect status
|
$5 = Traceback (most recent call last):
|
File "buildscripts/gdb/mongo_printers.py", line 49, in to_string
|
location = info['location']
|
gdb.error: There is no member or method named location.
|