操作
バグ #1309
完了データポートのconnect/disconnect時の問題
ステータス:
終了
優先度:
通常
担当者:
-
対象バージョン:
-
開始日:
2010/03/05
期日:
進捗率:
100%
予定工数:
説明
InPortのread()またはisNew()を行うRTCにおいて、データポートのconnect/disconnectを繰り返し行った場合に、下記のエラーが発生する場合がある。
(このエラーは、InPort側のRTCのみにおいて発生し、OutPort側のRTCでは確認されていない。)
omniORB: ERROR -- A servant has been deleted that is still activated. id: root<13694> (deactivating)
InPortPushConnector::disconnect()内のcfactory.deleteObject(m_provider);にて上記エラーが発生している。
操作