Curious error from Rake

D

Daniel Berger

Hi,

Ruby 1.8.6

I accidentally made a rake task a prerequisite of itself like so:

task :foo => [:foo] do
puts "hello"
end

And I got this output:

stopping only thread
note: use sleep to stop forever

No complaints really. Just thought it was an odd error, and I got zero
hits when I searched the ruby-talk archives. Anyone have an
explanation?

Regards,

Dan
 
L

Leslie Viljoen

Hi,

Ruby 1.8.6

I accidentally made a rake task a prerequisite of itself like so:

task :foo => [:foo] do
puts "hello"
end

And I got this output:

stopping only thread
note: use sleep to stop forever

Maybe an infinite loop causing a stack overflow?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top