Is this a bug or what?

written below is a part of my code. it just runs a number of threads. However 
when i make it to loop 3 or more times. it returns an error in freeride, but 
not in scite editor. attached below is the console output for the error. Please 
advise. thanks.

    #no error
    2.times do
      thread_number = thread_number + 1
      threads << Thread.new{perform_t1_test(thread_number)}
    end


    #returns an error
    3.times do
      thread_number = thread_number + 1
      threads << Thread.new{perform_t1_test(thread_number)}
    end
    
        
 <<bug.bmp>> 


Jan M. Montano
QA Lead / Developer
Regional Application Development
Thomson (Philippines) Corporation
18th Floor Ayala Life - FGU Center
6811 Ayala Ave., Makati City
Philippines
(632) 878-5890

Attachment: bug.bmp
Description: bug.bmp

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to