Ticket #63 (closed defect: fixed)
Error using Ferret with IRB
| Reported by: | maniel | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
when i'm trying to create ondisk index in irb, like this:
index = Index::Index.new(:path => 'index', :create => true)
irb bails out with an error message:
(irb):3:in `initialize': : Error occured at <nix_io.c>:123 (Exception)
Error: exception 2 not handled: No such file or directory
from (irb):3:in `irb_binding'
from /usr/lib/ruby/1.8/irb/workspace.rb:52:in `irb_binding'
from /usr/lib/ruby/1.8/irb/workspace.rb:52
I'm using ferret 0.9.3 installed by rubygems, ruby 1.8.4, system is Arch Linux with gcc 4.1.1, glibc 2.4
% uname -a Linux mylinuxbox 2.6.16-beyond2 #1 PREEMPT Mon Apr 24 16:26:07 CEST 2006 i686 Celeron (Mendocino) GenuineIntel GNU/Linux
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
