Summary: | Dynamic Loading of SSLIOP into a private configuration context crashes at shutdown time | ||
---|---|---|---|
Product: | TAO | Reporter: | Phil Mesnier <mesnierp> |
Component: | SSLIOP Pluggable Protocol | Assignee: | Phil Mesnier <mesnierp> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | 1.5.1 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 3418, 3523 | ||
Bug Blocks: |
Description
Phil Mesnier
2006-06-22 14:17:25 CDT
to Phil This should probably be mine. The way to solve this may be to either switch the ACE_SLL to an unmanaged singleton (which does not register with the Object Manager), or have SSLIOP register ACE_SLL as TAO_Singleton. Some further research and a lot of testing is needed for this to be correctly resolved. To Iliyan because he made a commend that this should be his The problem still seems to be with ACE_SSL. It is reproducible using tests/ORB_Local_Config/Bug_1459. Modify Test.cpp so that configurations M an B are used... added 3481, as part of that I made a change to let ACE SSL manage its own singleton lifecycle using an unmanaged singleton corrected depends corrected depends added depends Phil, I think this is now fixed on svn head. Can you add a seperate test for this bug and enable it to make sure this bug is gone and will never get back This is the same as bug#3418 and the later has a test. |