Probable bug: net/ftp and mysql thread problem

R

Ronald Fischer

I found a bug, which seems to appear in Ruby 1.8.5 and 1.8.6
under Windows, when net/ftp and the mysql 2.7.3 gem are used
in the same program.=20

The but can be demonstrated with the following program:



require 'mysql'
require 'net/ftp'
# (replace your host/user/pwd here)
Net::FTP.new('host','user','passwd')



If I run this program, I get the error message

Error in my_thread_global_end(): 1 threads didn't exit

The error disappears if I either

- comment out the require 'mysql' line
- comment out the Net::FTP.new(...) line

Ronald
--=20
Ronald Fischer <[email protected]>
Phone: +49-89-452133-162
=20
 

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

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top