Summary: | pure virtual called when connection closed before connect completes | ||
---|---|---|---|
Product: | TAO | Reporter: | Charles Frasch <cfrasch> |
Component: | ORB | Assignee: | Dale Wilson <wilson_d> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | coryan, mitza |
Priority: | P3 | ||
Version: | 1.6.1 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Bug Depends on: | 2935 | ||
Bug Blocks: |
Description
Charles Frasch
2007-08-22 09:05:40 CDT
Added depends on bug 2935. As part of the fix for bug 2935 the purge_entry was removed. From the changelog I got the entry below. The fix for 2935 did break other stuff, so was removed from the repo again. When the fix for 2935 is available probably this one will also be handled. Reassing to Dale. Thu Aug 9 14:31:02 UTC 2007 Dale Wilson <wilsond@ociweb.com> * tao/Transport.cpp: Fix indenting. In post_open set cache entry state to ENTRY_IDLE_BUT_NOT_PURGABLE directly rather than trying to re-register. Remove the call to purge_entry in the destructor. If this transport is still in the cache at the time it gets destroyed, we're already in deep trouble. updated version updated version The offending code (purge_entry()) is no longer in the TAO_Transport destructor. This was changed in Tue May 20 18:05:08 UTC 2008 Chad Elliott <elliott_c@ociweb.com> Closing this bug. |