ACE_TAO icon indicating copy to clipboard operation
ACE_TAO copied to clipboard

ACE and TAO

Results 141 ACE_TAO issues
Sort by recently updated
recently updated
newest added

The TP Reactor implementation of the clear_dispatch_mask was implemented by clearing the entire ready set instead of just removing the handler that was suspended. This forced the TP Reactor to...

needs review

Fixed confusion with number of bytes and number of characters.

needs review

- Added a really simple test for the return value and errno combination expected when a wait on a condition variable times out. Project name is Native_Condition_Variable_Test. - Added new...

needs review

Bug fix for Bug 4207: - added test case exposing the bug - fixed memory leak in TAO/tao/Cache_Entries - fixed semantics of ACE_Multi_Hash_Map_Manager, to preserve pointers of existing elements when...

needs review

See #1146 and #1044 from @johnjanthony, the ACE_SSL_SOCK_Acceptor::ssl_accept and ACE_SSL_SOCK_Connector::ssl_connect needs enhancements by using ACE::handle_ready, the proposed PR is not clean See also http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=3604 and http://list.isis.vanderbilt.edu/pipermail/ace-bugs/2020-June/000068.html

This is a low prio issue related to the TAO HTML documentation: The following HREFs are not resolved due to the changed directory layout of the ACE_TAO git repo with...

Dear DOCGroup team, I'm working on task: porting a server running on windows to linux. And i have a problem when converting source code using ACE_WIN32_Proactor to ACE_POSIX_SIG_Proactor. I can't...

***********\* OVERVIEW ************ When a LocationForward occurred and that TAO is retrieving a profile to which it can get connected, then all new outgoing requests are blocked by a mutex...

needs review

Operation id() is only available for types: for tk_objref, tk_struct, tk_union, tk_enum, tk_alias, tk_value, tk_value_box, tk_native, tk_abstract_interface tk_local_interface, tk_except tk_component, tk_home and tk_event. In other cases exception is generated and...

needs review

In the code of ACE_Process_Manager::instance there is a call to ACE_Object_Manager::at_exit but the pointer to the existing instance is passed, this looks suspicious, very likely this has to be the...