Advertisement
dustingooding

rtt otool and log6

Jun 14th, 2011
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.95 KB | None | 0 0
  1. elenwe:build dgooding$ otool -L tests/core-test
  2. tests/core-test:
  3.     /opt/orocos-toolchain-git/build/rtt/liborocos-rtt-macosx.2.4.dylib (compatibility version 2.4.0, current version 2.4.0)
  4.     /opt/orocos-toolchain-git/build/tests/libfixtures.2.4.dylib (compatibility version 2.4.0, current version 2.4.0)
  5.     /opt/orocos-toolchain-git/build/rtt/typekit/librtt-typekit-macosx.2.4.0.dylib (compatibility version 0.0.0, current version 2.4.0)
  6.     /usr/local/Cellar/boost/1.46.1/lib/libboost_filesystem-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
  7.     /usr/local/Cellar/boost/1.46.1/lib/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
  8.     /usr/local/Cellar/boost/1.46.1/lib/libboost_serialization-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
  9.     /usr/local/Cellar/xerces-c/3.1.1/lib/libxerces-c-3.1.dylib (compatibility version 0.0.0, current version 0.0.0)
  10.     /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10)
  11.     /usr/local/Cellar/boost/1.46.1/lib/libboost_thread-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
  12.     /usr/local/Cellar/boost/1.46.1/lib/libboost_unit_test_framework-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
  13.     /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)
  14.  
  15. elenwe:build dgooding$ ORO_LOGLEVEL=6 ./tests/core-test
  16. 0.000 [ Info   ][Logger] Successfully extracted environment variable ORO_LOGLEVEL
  17. 0.000 [ Info   ][Logger]  OROCOS version '2.4.0' compiled with GCC 4.2.1.Orocos Logging Activated at level : [ Debug  ] ( 6 )
  18. 0.000 [ Info   ][Logger] Reference System Time is : 1308059381459473000 ticks ( 1.30806e+09 seconds ).
  19. 0.000 [ Info   ][Logger] Logging is relative to this time.
  20. 0.000 [ Debug  ][Logger] MainThread started.
  21. 0.000 [ Debug  ][Logger] Starting StartStopManager.
  22. 0.000 [ Info   ][Logger] RTT_COMPONENT_PATH was set to: /usr/local/lib . Searching in: /usr/local/lib:/usr/local/lib/orocos
  23. 0.001 [ Debug  ][Logger] PluginLoader Created
  24. 0.001 [ Info   ][Logger] plugin 'rtt' not loaded before.
  25. 0.001 [ Debug  ][Logger] No such directory: "/usr/local/lib/./plugins"
  26. 0.001 [ Debug  ][Logger] No such directory: "/usr/local/lib/orocos/./plugins"
  27. 0.001 [ Info   ][Logger] Loading plugin libraries from directory /usr/local/lib/orocos/macosx/./plugins ...
  28. 0.087 [ Debug  ][Logger] Scanning file /usr/local/lib/orocos/macosx/./plugins/librtt-marshalling-macosx.2.4.0.dylib ...Found library librtt-marshalling-macosx.2.4.0.dylib
  29. 0.087 [ Info   ][Logger] Loaded RTT Service 'marshalling' from 'rtt-marshalling-macosx.2.4.0'
  30. 0.088 [ Debug  ][Logger] Scanning file /usr/local/lib/orocos/macosx/./plugins/librtt-marshalling-macosx.dylib ...Found library librtt-marshalling-macosx.dylib
  31. 0.088 [ Info   ][Logger] Loaded RTT Service 'marshalling' from 'rtt-marshalling-macosx'
  32. 0.146 [ Debug  ][Logger] Scanning file /usr/local/lib/orocos/macosx/./plugins/librtt-scripting-macosx.2.4.0.dylib ...Found library librtt-scripting-macosx.2.4.0.dylib
  33. 0.146 [ Info   ][Logger] Loaded RTT Service 'scripting' from 'rtt-scripting-macosx.2.4.0'
  34. 0.146 [ Debug  ][Logger] Scanning file /usr/local/lib/orocos/macosx/./plugins/librtt-scripting-macosx.dylib ...Found library librtt-scripting-macosx.dylib
  35. 0.146 [ Info   ][Logger] Loaded RTT Service 'scripting' from 'rtt-scripting-macosx'
  36. 0.147 [ Info   ][Logger] typekit 'rtt' not loaded before.
  37. 0.147 [ Debug  ][Logger] No such directory: "/usr/local/lib/./types"
  38. 0.147 [ Debug  ][Logger] No such directory: "/usr/local/lib/orocos/./types"
  39. 0.147 [ Info   ][Logger] Loading typekit libraries from directory /usr/local/lib/orocos/macosx/./types ...
  40. 0.456 [ Debug  ][Logger] Scanning file /usr/local/lib/orocos/macosx/./types/librtt-typekit-macosx.2.4.0.dylib ...Found library librtt-typekit-macosx.2.4.0.dylib
  41. 0.000 [ Info   ][Logger] Successfully extracted environment variable ORO_LOGLEVEL
  42. 0.000 [ Info   ][Logger]  OROCOS version '2.4.0' compiled with GCC 4.2.1.Orocos Logging Activated at level : [ Debug  ] ( 6 )
  43. 0.000 [ Info   ][Logger] Reference System Time is : 1308059381915841000 ticks ( 1.30806e+09 seconds ).
  44. 0.000 [ Info   ][Logger] Logging is relative to this time.
  45. 0.000 [ Info   ][TypekitRepository::Import] Loading Typekit rtt-types.
  46. 0.457 [ Debug  ][Logger] Registered Type 'int' to the Orocos Type System.
  47. 0.457 [ Debug  ][Logger] Registered Type 'uint' to the Orocos Type System.
  48. 0.457 [ Debug  ][Logger] Registered Type 'double' to the Orocos Type System.
  49. 0.457 [ Debug  ][Logger] Registered Type 'float' to the Orocos Type System.
  50. 0.457 [ Debug  ][Logger] Registered Type 'char' to the Orocos Type System.
  51. 0.457 [ Debug  ][Logger] Registered Type 'bool' to the Orocos Type System.
  52. 0.457 [ Debug  ][Logger] Registered Type 'void' to the Orocos Type System.
  53. 0.457 [ Debug  ][Logger] Registered Type 'FlowStatus' to the Orocos Type System.
  54. 0.458 [ Debug  ][Logger] Registered Type 'SendStatus' to the Orocos Type System.
  55. 0.458 [ Debug  ][Logger] Registered Type 'PropertyBag' to the Orocos Type System.
  56. 0.458 [ Debug  ][Logger] Registered Type 'ConnPolicy' to the Orocos Type System.
  57. 0.458 [ Debug  ][Logger] Registered Type 'SendHandle' to the Orocos Type System.
  58. 0.458 [ Debug  ][Logger] Registered Type 'TaskContext' to the Orocos Type System.
  59. 0.458 [ Debug  ][Logger] Registered Type 'string' to the Orocos Type System.
  60. 0.458 [ Debug  ][Logger] Registered Type 'array' to the Orocos Type System.
  61. 0.458 [ Debug  ][Logger] Registered Type 'rt_string' to the Orocos Type System.
  62. 0.459 [ Info   ][Logger] Loaded RTT TypeKit/Transport 'rtt-types' from 'rtt-typekit-macosx.2.4.0'
  63. 0.459 [ Debug  ][Logger] Scanning file /usr/local/lib/orocos/macosx/./types/librtt-typekit-macosx.dylib ...Found library librtt-typekit-macosx.dylib
  64. 0.003 [ Debug  ][TypekitRepository::Import] Typekit rtt-types already loaded: keeping old instance.
  65. 0.459 [ Info   ][Logger] Loaded RTT TypeKit/Transport 'rtt-types' from 'rtt-typekit-macosx'
  66. 0.459 [ Info   ][Logger] LogLevel unaltered by test-runner.
  67. Running 11 test cases...
  68. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement