← Back to team overview

nrtb-core team mailing list archive

[Bug 837090] Re: nrtb::tcp_server_socket_factory randomly crashes on shutdown.

 

NOTE: the tcp_server_socket_factory is not failing during unit test, but
it is reliably failing if the listener thread is still running at
program shutdown. This is not an issue for alpha and all other bad
behavior seems to be gone.

-- 
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
https://bugs.launchpad.net/bugs/837090

Title:
  nrtb::tcp_server_socket_factory randomly crashes on shutdown.

Status in The New Real Time Battle Project:
  Fix Committed

Bug description:
  nrtb::tcp_server_socket_factory has some type of resource conflict
  which arises about 20% of the time when destructing or shutting down
  the listener. No other negative issues have been observed. That said,
  this does not affect run time stability as a general rule.. most
  applications using the class start it and then leave it running for
  the entire duration of the program run. Therefore this bug is not as
  critical as it might appear at first glance.

  This is very old code and I'm sure a cleanup could do wonders towards
  removing this issue. I'm recommending the fix be deferred until beta
  phase, as it will have little or no effect on our ability to work
  during alpha.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nrtb/+bug/837090/+subscriptions


References