活動
2009/07/21から2009/08/19まで
2009/08/19
- 17:29 バグ #878 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
- CompositeComponentで、新たに公開したデータポートを非公開を切り替える際、指定したポートが変更できない。
その後もそのポートはエラー「更新できません」が表示され、変更できない。
エラーになる手順
① Co... - 17:20 バグ #875 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
- 17:16 バグ #875 (終了): CompositeComponentのデータポートを非公開に切り替える際のバグ
- CompositeComponentの公開したデータポートを非公開を切り替える際、指定したがポート以外のポートがを切り替え出来ないその後もエラー「更新できません」が表示される。
エラーになる手順
① Compositeコン...
2009/08/11
- 18:49 コア リビジョン 1532: CVSROOT diretory has been deleted
- 18:49 リビジョン 1532 (openrtm-cxx): CVSROOT diretory has been deleted
2009/08/07
- 11:36 バグ #846 (解決): CrobaPort::deactivateInterfaces で例外 ObjectNotActive が発生する
- 11:35 バグ #750 (解決): RTObject_impl::detach_context の不具合
- 10:40 整備 #761: OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
- * 必要なファイルが tar.gz に含まれていなかったことが原因でした。
* 必要なファイルが含まれるように examples/tests/Makefile.am examples/Makefile.am を修正しました。
* ... - 09:43 整備 #761: OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
- * make dist で作成した tar.gz を展開して make すると examlpes/tests で停止する 問題が発生しました。
- 10:37 コア リビジョン 1531: Changed result message.
- 10:37 リビジョン 1531 (openrtm-cxx): Changed result message.
- 09:51 コア リビジョン 1530: Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
- 09:51 リビジョン 1530 (openrtm-cxx): Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
- 09:47 コア リビジョン 1529: Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
- 09:47 リビジョン 1529 (openrtm-cxx): Some problems of "examples/tests/Makefile.am" were resolved. (for Redmine Ticket #_761 )
2009/08/06
- 16:30 コア リビジョン 1528: The problems of m_ecOther have been resolved. (for Redmine Ticket #_750 )
- 16:30 リビジョン 1528 (openrtm-cxx): The problems of m_ecOther have been resolved. (for Redmine Ticket #_750 )
- 16:14 バグ #750: RTObject_impl::detach_context の不具合
- * 対策
# detach_context() で m_ecOther の erase やめて、nil を代入するように変更。
# finalize() で m_ecOther が全て nil の場合、m_ecOther を cl... - 13:59 コア リビジョン 1527: ModuleManager tests have been updated.
- 13:59 リビジョン 1527 (openrtm-cxx): ModuleManager tests have been updated.
- 12:07 コア リビジョン 1526: The comment was corrected for reference manual (doxygen).
- 12:07 リビジョン 1526 (openrtm-cxx): The comment was corrected for reference manual (doxygen).
- 12:01 バグ #865 (解決): toString(nvlist,name)でstring型以外の型を取得した場合に空の文字列を返さない
- * 原因
CORBA::Any 型から文字列を抽出する際に抽出演算子の戻り値をチェックしていないため、抽出に失敗した場合に戻りに値を設定すぜ返していた。
* 対策
抽出演算子の戻り値をチェックして失敗した場合は、空の文字列を返す... - 11:51 バグ #865 (終了): toString(nvlist,name)でstring型以外の型を取得した場合に空の文字列を返さない
- * 現象(UNITテストにて現象を確認)
SDOPackage::NVList のある要素の value へ CORBA::Short 型の値を挿入したものから toString(nvlist,name) により文字列を取得すると、... - 12:01 コア リビジョン 1525: To return the pointer of an empty character string when failing because of the extraction, toString() was fixed. (for Redmine Ticket #_865 )
- 12:01 リビジョン 1525 (openrtm-cxx): To return the pointer of an empty character string when failing because of the extraction, toString() was fixed. (for Redmine Ticket #_865 )
- 11:25 コア リビジョン 1524: NVUtil tests have been updated.
- 11:25 リビジョン 1524 (openrtm-cxx): NVUtil tests have been updated.
- 11:15 コア リビジョン 1523: PortBase tests have been updated.
- 11:15 リビジョン 1523 (openrtm-cxx): PortBase tests have been updated.
2009/08/05
- 17:49 コア リビジョン 1522: A boundary condition bug in disconnectNext has been fixed.
- 17:49 リビジョン 1522 (openrtm-cxx): A boundary condition bug in disconnectNext has been fixed.
- 17:41 バグ #846: CrobaPort::deactivateInterfaces で例外 ObjectNotActive が発生する
- * 対策
deactivate_object() の ObjectNotActive を catch するように処理を修正。
- 17:41 コア リビジョン 1521: A boundary condition bug in disconnectNext has been fixed.
- 17:41 リビジョン 1521 (openrtm-cxx): A boundary condition bug in disconnectNext has been fixed.
- 17:39 整備 #761 (解決): OpenRTM-aist(C++)-メモリーリーク自動チェックツールの作成
- ■メモリーリーク自動チェックツールの在処
OpenRTM-aist/examples/tests
■テスト方法
make実行時にsetup.shが動作し、テスト環境が準備されます。
run.shで一括テストを行うか、個別に... - 16:58 コア リビジョン 1520: Added examples/tests/Makefile.
- 16:58 リビジョン 1520 (openrtm-cxx): Added examples/tests/Makefile.
- 16:49 コア リビジョン 1519: Added memory leak check tool.
- 16:49 リビジョン 1519 (openrtm-cxx): Added memory leak check tool.
- 15:53 コア リビジョン 1518: Fixed possible memory leak.
- 15:53 リビジョン 1518 (openrtm-cxx): Fixed possible memory leak.
- 15:40 コア リビジョン 1517: CorbaPort tests have been updated.
- 15:40 リビジョン 1517 (openrtm-cxx): CorbaPort tests have been updated.
- 15:18 コア リビジョン 1516: Because the exception had been generated, CrobaPort::deactivateInterfaces() was fixed.(for Redmine Ticket #_846)
- 15:18 リビジョン 1516 (openrtm-cxx): Because the exception had been generated, CrobaPort::deactivateInterfaces() was fixed.(for Redmine Ticket #_846)
- 13:20 コア リビジョン 1515: The class of coil was added to the reference manual.
- 13:20 リビジョン 1515 (openrtm-cxx): The class of coil was added to the reference manual.
- 10:34 マニュアル #850 (終了): ドキュメントの見直し
- doxygen のドキュメントを見直す。
2009/08/04
- 18:46 コア リビジョン 1514: OutPort::read() was deleted.
- 18:46 リビジョン 1514 (openrtm-cxx): OutPort::read() was deleted.
- 18:41 コア リビジョン 1513: The comment was corrected.
- 18:41 リビジョン 1513 (openrtm-cxx): The comment was corrected.
- 18:34 コア リビジョン 1512: PortBase class documentation has been updated.
- Some unused functors have been removed.
- 18:34 リビジョン 1512 (openrtm-cxx): PortBase class documentation has been updated.
- Some unused functors have been removed.
- 18:33 コア リビジョン 1511: Now dtor catches POA exceptions explicitly.
- disconnectNext()'s logic has been changed. If none of notify_disconnect()
succeeded, this function returns RTC_ERROR ... - 18:33 リビジョン 1511 (openrtm-cxx): Now dtor catches POA exceptions explicitly.
- disconnectNext()'s logic has been changed. If none of notify_disconnect()
succeeded, this function returns RTC_ERROR ... - 18:28 コア リビジョン 1510: ModuleManager tests have been updated.
- 18:28 リビジョン 1510 (openrtm-cxx): ModuleManager tests have been updated.
- 18:20 コア リビジョン 1509: Log message typo has been corrected.
- 18:20 リビジョン 1509 (openrtm-cxx): Log message typo has been corrected.
- 18:16 コア リビジョン 1508: PublisherPeriodic tests have been updated.
- 18:16 リビジョン 1508 (openrtm-cxx): PublisherPeriodic tests have been updated.
- 18:07 コア リビジョン 1507: InPortBase tests have been updated.
- 18:07 リビジョン 1507 (openrtm-cxx): InPortBase tests have been updated.
- 17:55 コア リビジョン 1506: ManagerConfig tests have been updated.
- 17:55 リビジョン 1506 (openrtm-cxx): ManagerConfig tests have been updated.
- 17:50 コア リビジョン 1505: Manager class tests have been updated.
- 17:50 リビジョン 1505 (openrtm-cxx): Manager class tests have been updated.
- 17:49 コア リビジョン 1504: ManagerConfig tests have been updated.
- 17:49 リビジョン 1504 (openrtm-cxx): ManagerConfig tests have been updated.
- 17:34 コア リビジョン 1503: NVUtil tests have been updated.
- 17:34 リビジョン 1503 (openrtm-cxx): NVUtil tests have been updated.
- 17:22 コア リビジョン 1502: CorbaNaming tests have been updated.
- 17:22 リビジョン 1502 (openrtm-cxx): CorbaNaming tests have been updated.
- 17:05 コア リビジョン 1501: RTCUtil tests have been updated.
- 17:05 リビジョン 1501 (openrtm-cxx): RTCUtil tests have been updated.
- 16:46 コア リビジョン 1500: PortAdmin tests have been updated.
- 16:46 リビジョン 1500 (openrtm-cxx): PortAdmin tests have been updated.
- 16:36 コア リビジョン 1499: OutPortProvider tests have been updated.
- 16:36 リビジョン 1499 (openrtm-cxx): OutPortProvider tests have been updated.
- 16:22 コア リビジョン 1498: OutPort tests have been updated.
- 16:22 リビジョン 1498 (openrtm-cxx): OutPort tests have been updated.
- 16:14 コア リビジョン 1497: OutPort tests have been updated.
- 16:14 リビジョン 1497 (openrtm-cxx): OutPort tests have been updated.
- 15:55 コア リビジョン 1496: The bug of the constructor of InPortPullConnector was fixed.
- 15:55 リビジョン 1496 (openrtm-cxx): The bug of the constructor of InPortPullConnector was fixed.
- 15:30 コア リビジョン 1495: InPort tests have been updated.
- 15:30 リビジョン 1495 (openrtm-cxx): InPort tests have been updated.
- 15:27 コア リビジョン 1494: FactoryTests tests have been updated.
- 15:27 リビジョン 1494 (openrtm-cxx): FactoryTests tests have been updated.
- 15:17 コア リビジョン 1493: ExtTrigExecutionContext tests have been updated.
- 15:17 リビジョン 1493 (openrtm-cxx): ExtTrigExecutionContext tests have been updated.
- 14:57 コア リビジョン 1492: ECFactory tests have been updated.
- 14:57 リビジョン 1492 (openrtm-cxx): ECFactory tests have been updated.
- 14:38 コア リビジョン 1491: DataInOutPort tests have been updated.
- 14:38 リビジョン 1491 (openrtm-cxx): DataInOutPort tests have been updated.
- 14:25 コア リビジョン 1490: DataInOutPort tests have been updated.
- 14:25 リビジョン 1490 (openrtm-cxx): DataInOutPort tests have been updated.
- 14:06 コア リビジョン 1489: CORBA_SeqUtil tests have been updated.
- 14:06 リビジョン 1489 (openrtm-cxx): CORBA_SeqUtil tests have been updated.
- 13:34 コア リビジョン 1488: An unnecessary class was deleted from the reference manual.
- 13:34 リビジョン 1488 (openrtm-cxx): An unnecessary class was deleted from the reference manual.
- 11:00 コア リビジョン 1487: An unnecessary class to test was deleted from Makefile and configure.
- 11:00 リビジョン 1487 (openrtm-cxx): An unnecessary class to test was deleted from Makefile and configure.
- 10:16 コア リビジョン 1486: An unnecessary class to test was deleted from Makefile and configure.
- 10:16 リビジョン 1486 (openrtm-cxx): An unnecessary class to test was deleted from Makefile and configure.
2009/08/03
- 19:00 バグ #846 (終了): CrobaPort::deactivateInterfaces で例外 ObjectNotActive が発生する
- * 現象
registerProvider() にて別インスタンス名で同オブジェクトを登録した場合、deactivateInterfaces() で オブジェクトを deactivate をすると、例外 ObjectNotActiv... - 17:11 コア リビジョン 1485: PublisherNew class tests have been updated.
- 17:11 リビジョン 1485 (openrtm-cxx): PublisherNew class tests have been updated.
- 16:49 コア リビジョン 1484: SystemLogger class tests have been updated.
- 16:49 リビジョン 1484 (openrtm-cxx): SystemLogger class tests have been updated.
- 12:02 バグ #634 (終了): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
- 08:56 バグ #634 (解決): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
2009/07/31
- 19:11 バグ #839 (終了): PortBase::notify_connect 見直し
- notify_connect() では、主な処理として
* publishInterfaces()
* connectNext()
* subscribeInterfaces()
を順に行うが、関連する全ポートのConnect... - 14:56 バグ #839 (終了): PortBase::notify_connect 見直し
- PortBase::notify_connect() の仕様にはあいまいな点がある。
notify_connect()内で呼び出している、以下の3つの関数について処理が一貫していない。
* publishInterfaces(... - 19:02 コア リビジョン 1483: Unnecessary _duplicate() in ctor was removed.
- A buf of disconnect/notify_disconnect to dead reference has been fixed.
Some notify_connect's ambiguous error handlin... - 19:02 リビジョン 1483 (openrtm-cxx): Unnecessary _duplicate() in ctor was removed.
- A buf of disconnect/notify_disconnect to dead reference has been fixed.
Some notify_connect's ambiguous error handlin... - 16:42 コア リビジョン 1482: Log message has been modified.
- 16:42 リビジョン 1482 (openrtm-cxx): Log message has been modified.
- 15:04 バグ #841 (終了): InPort->OutPortの順で接続し、InPort側が落ちている場合OutPortのConnectorがクリアされない
- PortBase::diconnect()およびdisconnectNext()において、Portのnotify_disconnect()を呼ぶ部分では、ポートのリファレンスが無効でないことを前提として処理が記述されている。
ポート... - 15:01 バグ #841 (終了): InPort->OutPortの順で接続し、InPort側が落ちている場合OutPortのConnectorがクリアされない
- ConnectorProfile::portsに格納されるポートの参照が、InPort->OutPortの順の場合、接続後InPort側が落ちると、
本来ならばOutPort::write()呼び出してdisconnect()される... - 14:58 バグ #840 (終了): PortBase::connect/notify_connect等のドキュメントの更新
- #839のconnect()/notify_connect()の仕様の明確化と、変更を文章に反映させるために、PortBase::connect/notify_connect等のdoxygenドキュメントを更新すること。
- 14:51 バグ #838 (終了): PortBaseを自動変数として作成した場合のメモリリーク問題
- PortBaseのコンストラクタにおいて、以下の変更を行うことでメモリリークが消滅したようである。...
- 14:44 バグ #838 (終了): PortBaseを自動変数として作成した場合のメモリリーク問題
- PortBaseを通常のRTCのメンバ変数として宣言・使用した場合ではなく、動的に生成、あるいは自動変数として生成した場合にメモリリークが発生する現象が発見された。
- 14:42 バグ #776 (終了): coil/tests/OSのテスト実行時エラー
- 14:42 バグ #776: coil/tests/OSのテスト実行時エラー
- getopt(3)は引数の文字列配列の内容を変更するが、Ubuntu8.04とUbuntu8.10の間ではその処理方法が異なっている模様。
glibcのgetoptのソースを見る限りは、Ubuntu8.04とUbuntu8.10の間... - 09:32 コア リビジョン 1481: Fixed possible memory leak.
- 09:32 リビジョン 1481 (openrtm-cxx): Fixed possible memory leak.
2009/07/30
2009/07/28
- 16:42 バグ #634: OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
- * 原因
coil::LogStreamBuffer::sync() でバッファの内容を flush していないため発生していた。
呼び出し側で coil::LogStreamBuffer::addStreram に追加した St... - 10:17 バグ #634: OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
- * 空のログファイルが生成される不具合について
coil:: LogStreamBuffer で ログが flush されていないないようです。調査して報告します。 - 16:14 コア リビジョン 1480: The bugs of the log function have been fixed. (for Redmine Ticket #634)
- 16:14 リビジョン 1480 (openrtm-cxx): The bugs of the log function have been fixed. (for Redmine Ticket #634)
- 11:32 コア リビジョン 1479: SystemLogger class tests have been updated.
- 11:32 リビジョン 1479 (openrtm-cxx): SystemLogger class tests have been updated.
- 10:36 コア リビジョン 1478: The bugs of initLogger() and shutdownLogger() method have been fixed.
- 10:36 リビジョン 1478 (openrtm-cxx): The bugs of initLogger() and shutdownLogger() method have been fixed.
- 09:39 コア リビジョン 1477: The bugs of strToLevel() method have been fixed.
- 09:39 リビジョン 1477 (openrtm-cxx): The bugs of strToLevel() method have been fixed.
2009/07/27
- 19:48 バグ #634 (フィードバック): OpenRTM-aist-1.0.0-RC1にてlog_levelを設定しないとログが出力されない問題
- 7/27現在での最新バージョン(リビジョン1476)では、下記の現象が起きている。
(下記はrtc.confにて、logger.enable: yes と指定済みである。)
* logger.log_levelをPARAN... - 12:23 コア 調査 #831: 全ソースコード内のログメッセージのレベルの見直し
- てすと
- 11:53 コア 調査 #831 (担当): 全ソースコード内のログメッセージのレベルの見直し
- ソースコード内のログメッセージのレベルを見直す。
- 12:16 バグ #750: RTObject_impl::detach_context の不具合
- * nilを代入
* nil checkを追加 - 11:59 バグ #718 (終了): RTC Builderによるソースコード生成の不具合
- 11:58 バグ #749 (終了): Compositeコンポーネントの初期化に関するバグ
- 11:57 バグ #751 (終了): ConfigSampleコンポーネント実行時エラーの問題
- 11:57 バグ #752 (終了): コンポーネントのデータポート接続時エラーの問題
- 11:56 バグ #760 (終了): OpenRTM-aist(C++)-delete_component時のPOA不一致エラーの問題
- 11:55 バグ #783 (終了): 複合化したコンポーネントの分解時にセグメントエラーが発生する
- 11:53 バグ #828 (終了): InPortBase の property の dataport.subscription_type が Any になる。
- 11:52 バグ #829 (終了): In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
2009/07/24
- 10:50 コア リビジョン 1476: Some log messages' loglevel has been modified.
- 10:50 リビジョン 1476 (openrtm-cxx): Some log messages' loglevel has been modified.
- 10:49 コア リビジョン 1475: Logleve NORMAL has been abolished.
- 10:49 リビジョン 1475 (openrtm-cxx): Logleve NORMAL has been abolished.
- 09:37 バグ #829 (解決): In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
- 上記3箇所のRTC_ERRORをRTC_DEBUGに変更後、コミットを行った。(リビジョン1474)
- 09:31 バグ #829 (終了): In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。
- In/OutPortBase.cppのログ出力において、RTC_DEBUGとするべきところがRTC_ERRORとなっている。(AIST 俵様からの報告)...
- 09:34 コア リビジョン 1474: This fixes the bug reported by ticket #829.
- 09:34 リビジョン 1474 (openrtm-cxx): This fixes the bug reported by ticket #829.
- 01:07 バグ #828 (解決): InPortBase の property の dataport.subscription_type が Any になる。
- InPortにはSubscriptionTypeという概念がないので、任意のSubscriptionTypeを受け付ける意味のAnyが設定されています。
仕様です。SubscriptionTypeに限らず、RTSystemEdito...
2009/07/23
- 18:40 バグ #828 (終了): InPortBase の property の dataport.subscription_type が Any になる。
- * 現象
InPortBase の dataport.subscription_type が Any になる。
dataport.subscription_type は Flush,New,Periodic の中で、Factory... - 16:14 コア リビジョン 1473: SdoConfiguration class tests have been updated.
- 16:14 リビジョン 1473 (openrtm-cxx): SdoConfiguration class tests have been updated.
- 14:42 バグ #801 (終了): OpenRTM-aist(C++)-remove_organization時にSegmentationfaultが発生する問題
- 14:42 バグ #816 (終了): OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
- 14:37 バグ #816: OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
- ●訂正
SDOPackage.idl で InvalidParameter は定義されておらず、修正前に戻します。
ConfigurationSet get_configuration_set (in UniqueId... - 14:00 バグ #816 (解決): OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
- ●現象
①get_configuration_set()で引数のidがm_configsetsに登録されていない場合、
InvalidParameter例外が返却されない。
②引数のidが空の場合、InvalidParam... - 10:25 バグ #816 (終了): OpenRTM-aist(C++)-get_configuration_set()時にInvalidParameter例外が返却されない問題
- rtm/SdoConfiguration.cpp
get_configuration_set()で引数のidがm_configsetsに登録されていない場合、InvalidParameter例外が返却されない。
- 11:38 コア バグ #818 (担当): 複合RTCの公開Port設定について
- 異なるパス上で動作するインスタンス名,Port名の同じRTCを複合化した場合,公開Portの設定ができない.
複合RTCの公開Portの設定は,PeriodicECSharedComposite内で行っているが,
addPor... - 11:35 コア バグ #817 (担当): Configurationの削除
- ConfigurationSetに一度項目を追加すると,削除ができない
Configuration_impl::set_configuration_set_values
→ ConfigAdmin::setConfigura...
2009/07/22
- 16:18 コア リビジョン 1472: These have been added because of the preparation for the test. However, because the processing of the target have been not implemented, the tests have been not executed.
- 16:18 リビジョン 1472 (openrtm-cxx): These have been added because of the preparation for the test. However, because the processing of the target have been not implemented, the tests have been not executed.
- 14:36 コア リビジョン 1471: SdoOrganization class tests have been updated.
- 14:36 リビジョン 1471 (openrtm-cxx): SdoOrganization class tests have been updated.
- 10:33 コア リビジョン 1470: These were changed along with the addition of the test for InPortPushConnector.
- 10:33 リビジョン 1470 (openrtm-cxx): These were changed along with the addition of the test for InPortPushConnector.
- 10:20 コア リビジョン 1469: The bugs of InPortPushConnector have been fixed.
- 10:20 リビジョン 1469 (openrtm-cxx): The bugs of InPortPushConnector have been fixed.
- 10:17 コア リビジョン 1468: The tests of InPortPushConnector class have been added.
- 10:17 リビジョン 1468 (openrtm-cxx): The tests of InPortPushConnector class have been added.
- 10:03 コア リビジョン 1467: SdoOrganization class tests have been updated.
- 10:03 リビジョン 1467 (openrtm-cxx): SdoOrganization class tests have been updated.
他の形式にエクスポート: Atom