philip-davis / dataspaces

Git Home of the RDI2 DataSpaces Project
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Crash in test_writer at end #46

Closed philip-davis closed 4 years ago

philip-davis commented 5 years ago

I am seeing segfaults on Cray in test_writer when it is doing GNI_EpUnbind...I suspect what is happening is the server is being killed by test_reader while test_writer is still doing cleanup. The server should be waiting for existing clients to disconnect before dying.

philip-davis commented 4 years ago

Resolved in bd2cb8e