This is caused by the masterserver thread waiting for network status, while at the same time you try to close the master server menu and the thread is hung waiting for a reply (it waits about 10 seconds max) but the menu return tries to end that same thread, this ending process has a smaller max wait time than the network wait time and thus it segfaults under these conditions.
This case is highly unusual but I will try to figure a way to solve it easily if possible.