Displaying 2 results from an estimated 2 matches for "yourhelp".
2008 Jun 02
1
Looking for help on two issues with Rails 2.1 and RSpec 1.14
I have specs that ran fine in Rails 2.02/RSpec 1.13 that are failing on
Rails 2.1/RSpec 1.14.
There is one problem and one issue:
problem: sometimes (but not always) I get a NoMethodError referencing a
has_many association
issue: in helper specs, instance variables don''t get set unless the
HelperModule is included. Using the preferred helper.<method> I can''t seem
to
2002 Mar 20
3
[PATCH] rsync kills all user processes on fork failure
I filed this as bug 4150 http://rsync.samba.org/cgi-bin/rsync/
We had a few hundred hung processes and reached the limit for "max user
processes" (see the ulimit command). rsync did not handle this very
well. It passed -1 as a PID to kill(). When kill() gets -1, it kills all
of the processes owned by that user, or if run by root, all processes.
I attached a one line fix. Let me