Open def- opened 2 years ago
I saw the above stack trace more than once when investigating https://github.com/yugabyte/yugabyte-db/issues/13546
In InitTServerSharedObject
if (FLAGS_TEST_pggate_ignore_tserver_shm || FLAGS_pggate_tserver_shm_fd == -1) {
return nullptr;
default value for FLAGS_pggate_tserver_shm_fd is -1.
By default, nullptr would be returned from InitTServerSharedObject
This one is easy to reproduce and happens all the time
Jira Link: DB-2843
Description
I see that there is a similar bug when using wrong ip address, but I have not done so here: https://github.com/yugabyte/yugabyte-db/issues/11390