Displaying 20 results from an estimated 110 matches similar to: "Ferret crashing Ruby"
2007 Nov 17
1
crash while building index
Hi,
I''m trying to reindex a model (I''m using acts_as_ferret) after having
added (via metaprogramming) a large number of fields (several hundred)
to the index.
It keeps crashing when trying to rebuild the index (the crash log is
below, from ferret_server.out) but it only seems to crash on Linux
(Ubuntu server 7.04, x86-64) whereas it''s fine on my OS X laptop
2008 Apr 04
1
Bug Report: Segmentation Fault when indexing with a specific set of FieldInfos.
I''m submitting this through the mailing list because Trac won''t let me
use its bug report form... Is there some more appropriate way of
submitting bugs if Trac doesn''t work?
This is the Trac error message:
500 Internal Server Error (Submission rejected as potential spam (IP
127.0.0.1 blacklisted by bsb.empty.us, sc.surbl.org, Maximum number of
posts per hour for this
2009 Dec 08
3
invalid pointer in libxml xmlFreeNodeList
Hi,
Not sure if there is a better place to post this. The libxml-ruby mailing
list doesn''t have much activity.
We are getting occasional errors on our production box, that I can''t
duplicate in testing. It''s not even reproducible on the production box
with the same inputs, but I''ve managed to track down (via a lot of print
statements into the Apache
2007 Oct 04
1
Help Installing Ferret Gem on Media Temple Grid Server
It seems that I''ve successfully installed the ferret gem on my Media Temple
Grid Server [ ferret 0.11.4 (ruby) ] but now my application won''t start and
gives me this error in my mongrel.log
/home/25280/data/rubygems/gems/gems/ferret- 0.11.4/lib/ferret_ext.so:
libruby1.8.so.1.8: cannot open shared object file: No such file or directory
- /home/25280/data/rubygems/gems
2006 Sep 01
4
Recent crashes
Hi,
After figuring out the strange "rdoc" related crashes yesterday I''ve
really started to test out puppet today. However, as my manifests
become more complex I''m back to seeing random crashes again.
I read the recent message in the archives of this list about
downgrading to Debian''s libruby1.8-1.8.4-1 but it seems like only the
"-5" version is in
2006 Aug 22
0
Re: mySQL Not working with rails app
Ok this is resolved, steps included below for Debian users who are
having the same problem:
The root of the problem when I went off the reservation and used a
testing package for mySQL in my Sarge distro (needed 5.0.x instead of
the Sarge 4.0.x). This caused the gem install mysql to error.
When I upgraded, libmysqlclient12 remained. So I removed that:
# apt-get remove libmysqlclient12
Also
2006 Apr 28
4
mongrel error on debian sarge
Hi,
I cannot get mongrel working on i686 debian sarge, whereas it works
quite well on another ppc box under debian unstable.
Instead I can use scgi_rails or webbrick without any problem.
Here is the error:
# mongrel_rails start
/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/lib/mongrel/rails.rb:28:
uninitialized constant Mongrel::HttpHandler (NameError)
from
2008 Mar 31
16
Mongrels stop responding
I have a Rails 1.2.3 app (due for an update, I know) running on a
Mongrel 1.1.4 behind Apache 2.2.3 mod_proxy on Debian 4.0. It keeps
hanging up for no reason I can tell. I have tried everything that anyone
has ever hinted at being a solution for this problem:
- The application doesn''t use MySQL, so setting the connection timeout
won''t help.
- Using AR not PStore for sessions.
-
2006 Aug 01
8
Problem importing lots of records
I run a script that imports a few thousand records into the database.
The script runs once for each of several XML files. What it does is
parse the XML and for each element of a certain type creates a record in
a rails database that gets indexed with acts_as_ferret. This worked fine
before but today after a few files (70000 records) this started to
happen for any file I tried:
2006 Jul 10
6
ubuntu & mongrel
I''m getting the following error. Which apt-get install <some missing
package> do I need to run? looks like some build tools.
Building native extensions. This could take a while...
extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError)
from extconf.rb:1
ERROR: While executing gem ... (RuntimeError)
ERROR: Failed to build gem native extension.
2006 Apr 23
12
Patches for object tracking
The following patches implement object tracking. Note nasty games I
play to make the tracking global. SWIG 1.3.30 won''t need this. I also
updated the minimum required SWIG version to 1.3.29.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Feb 17
15
A bug in wxRuby. Segmentation fault in random situations.
Hello,
I wrote an application in wxRuby:
ruby 1.8.6
wxruby 1.9.4 installed from gem
windows xp sp2
After several minutes of running it crashes with the following error:
"c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG]
Segmentation fault
ruby 1.8.6 (2007-03-13) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way.
Please contact
2008 May 25
9
Segmentation Fault.
Hi there,
I am relative new to the wxRuby so please bear with me.
I use Ubuntu Hardy Heron 8.04 release. I have installed the wxwidgets C
libraries
and then did a
gem install wxruby
The ruby extensions were downloaded and installed correctly. If i do
$gem list --local
..
wxruby (1.9.7)
..
Then I tried to run a simple example "Hello World" as described in the
tutorial
2010 Mar 12
23
Puppet 100% CPU usage
Hi,
I''ve been experimenting with Puppet for a few days now, and I really
like it.
But! I''m having real CPU usage problems.
Puppet is still happily eating away 100% CPU for almost an hour at a
time, with no apparent things happening.
(puppetd -tv --trace --debug, but nothing appearing in the console
during this.)
I believe the following resource is to blame:
file {
2007 Feb 25
9
Ferret 0.11.0-rc1
Hey folks,
Sorry for cross posting like this but this is an important
announcement for all Ferret users.
** Description **
Firstly for those who don''t know, Ferret is a full-text search library
which makes adding search to your application a breeze. It''s much
faster than MySQL full-text search as well most other search libraries
out there. It allows you to do Boolean (+ruby +
2007 Mar 19
6
Last call for fixes: Releasing tomorrow
I think I''ve got every fix except one in that''s going to make it into
grover, which I''ll hopefully be releasing tomorrow. I plan on adding
Tim Stoop''s patches for home directory management (#432), but
everything else is getting pushed to the next release at this point.
I''ve fixed all of the major bugs, or at least I think I have. If
2007 Oct 27
6
can't get gem to work
when I try to do
gem install rails
or gem install anything I get the following error:
ERROR: While executing gem ... (TypeError)
can''t instantiate uninitialized class
Anyone else seeing this and have any ideas?
- thanks
Johnny
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 May 13
8
Which Linux flavor for a Rails server?
Hi folks,
I''m a linux noob, and I''m trying to pick a distro for my rails server. I
don''t want to start a flame-war about linux distros! I''m interested in the
best distribution for these criteria:
1 - Simplicity of getting ruby and rails set-up (gem updates)
2 - Stability (it is a server, after all)
3 - Support resources (community, and as a fall-back, paid
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2006 Aug 31
4
crashes
I just started playing with puppet. Unfortunately, it keeps crashing in
a variety of places. I don''t have much experience with Ruby yet, so
any tips in tracking down these problems would be appreciated.
I''m using the Debian package 0.18.4-1.
Here''s the output of a couple runs:
www01:/home/cwarden# puppetd --verbose --onetime
info: Caching configuration at