Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
  • core files are bad: debug them with gdb
    • For most crashes with LICOS:
      • $ gdb `which python` core.12345
      • (gdb) where
      • to get a traceback. core.12345 is the most recent core file in your running directory.
      • Traceback will tell you approximately where you failed.
      • You can also 'print' variables to determine their contents.
    • to turn them offish, "limit coredumpsize 0" in cshrc will turn the size down to 0, but won't prevent the file from being created.
  • When starting scriptEngine, sometimes the logging manager port is in use.
    Kill the 'artsd' process and restart.
  • To remove the 'artsd' problem above:
    • From Konqueror, Settings->Configure Konqueror->Plugins
    • On the Plugins page, select the Plugins tab
    • uncheck "Use artsdsp to pipe plugin sound through artsd"

...

Obsolete anomalies

  • The following error is aperiodically seen when exiting the ScriptEngine (09/27/05):
    No Format
    C:\projects\LICOS\start>scriptEngine.bat --server lat-elf21 --config scriptEngine.cfg
    INFO:root:Trying to connect to the message logger
    INFO:root:Successfully connected to the message logger
    INFO:root:Connection to CVT failed.  User scripts that call the CVT may fail
    Receiver server 1516 (134.79.129.208:4876) created
    Receiver server 1484 (134.79.129.208:4878) created
    Receiver server 1444 (134.79.129.208:4881) created
    Receiver server 1424 (134.79.129.208:4882) created
    INFO:root:FSMactionEngine: terminating
    INFO:root:ScriptEngine: terminating
    Error in sys.excepthook:
    
    Original exception was:
    
    C:\projects\LICOS\start>
    
    This is probably due to the ScriptEngine not gracefully terminating some VSC originated threads.

...