Skip to content

v1.9.0-pre35

Pre-release
Pre-release
Compare
Choose a tag to compare
@yosefe yosefe released this 03 Nov 15:34
· 345 commits to integration3 since this release
39586a2
  • Fix potential race condition when keepalive is sent from main thread, while RC endpoint is created from progress thread, and keepalive tries to use a partially initialized endpoint:
    • UCT/RC: Protect rc_iface->ep_list with a spinlock
    • UCT/RC: Initialize ep->connected=0 before keepalive could run
  • Fix race condition between installing malloc() hooks and IB async event thread, which can lead to segfault during application start