When running a program from the command-line, I get the following 
errors:
        from /usr/local/lib/site_ruby/1.8/wordnet/lexicon.rb:211:in 
`lookupSynsetsByKey'
        from /usr/local/lib/site_ruby/1.8/wordnet/lexicon.rb:209:in 
`each'
        from /usr/local/lib/site_ruby/1.8/wordnet/lexicon.rb:209:in 
`lookupSynsetsByKey'
        from /usr/local/lib/site_ruby/1.8/wordnet/synset.rb:876:in 
`fetchSynsetPointers'
        from /usr/local/lib/site_ruby/1.8/wordnet/synset.rb:870:in 
`collect'
        from /usr/local/lib/site_ruby/1.8/wordnet/synset.rb:870:in 
`fetchSynsetPointers'
        from /usr/local/lib/site_ruby/1.8/wordnet/synset.rb:869:in 
`synchronize'
        from /usr/local/lib/site_ruby/1.8/wordnet/synset.rb:869:in 
`fetchSynsetPointers'
         ... 16 levels...
        from ./ruby_src/wordnet/rwfinder.rb:29:in `each'
        from ./ruby_src/wordnet/rwfinder.rb:29:in `find_related_words'
        from ruby_src/inference/xvo_qa.rb:101:in `find_answer'
        from ruby_src/inference/xvo_qa.rb:170

Is there some option I can use to display the "16 levels" of errors, 
instead of having them hidden? Thanks.

-- 
Posted via http://www.ruby-forum.com/.