Gavin Kistner wrote: > Getting 1.9 for rdoc building did the trick. (Or rather, I can see the > methods of Time now. I'm still fighting to find out what file(s) are > causing rdoc to crash when writing the output) Thanks :) Amazingly, I'm still fighting this. Here's the latest output (using rdoc from 1.8.1 on the latest snapshot sources): ruby-snapshot_20040218] root# rdoc --op rdoc *.c *.rb array.c: [...] instruby.rb: ..... mdoc2man.rb: c.... mkconfig.rb: rubytest.rb: runruby.rb: Generating HTML... /usr/local/lib/ruby/1.8/rdoc/code_objects.rb:334:in `find_symbol' *** malloc: vm_allocate(size=2147483648) failed (error code=3) *** malloc[1195]: error: Can't allocate region *** malloc: vm_allocate(size=2147483648) failed (error code=3) *** malloc[1195]: error: Can't allocate region : undefined method `find_local_symbol' for #<RDoc::AnyMethod:0x3cb118> (NoMethodError) from /usr/local/lib/ruby/1.8/rdoc/generators/html_generator.rb:1015:in `find_symbol' from /usr/local/lib/ruby/1.8/rdoc/generators/html_generator.rb:116:in `handle_special_CROSSREF' from /usr/local/lib/ruby/1.8/rdoc/markup/simple_markup/to_html.rb:226:in `send' from /usr/local/lib/ruby/1.8/rdoc/markup/simple_markup/to_html.rb:226:in `convert_special' from /usr/local/lib/ruby/1.8/rdoc/markup/simple_markup/to_html.rb:223:in `each_name_of' from /usr/local/lib/ruby/1.8/rdoc/markup/simple_markup/inline.rb:32:in `each' from /usr/local/lib/ruby/1.8/rdoc/markup/simple_markup/inline.rb:32:in `each_name_of' from /usr/local/lib/ruby/1.8/rdoc/markup/simple_markup/to_html.rb:223:in `convert_special' ... 24 levels... from /usr/local/lib/ruby/1.8/rdoc/generators/html_generator.rb:1168:in `generate_html' from /usr/local/lib/ruby/1.8/rdoc/generators/html_generator.rb:1092:in `generate' from /usr/local/lib/ruby/1.8/rdoc/rdoc.rb:210:in `document' from /usr/local/bin/rdoc:63