Hi all and thanks to Jens ! If I add $stdout.sync at the beginning of prova5.rb and $stdout.flush at the end all runs OK !!!! Yesterday we substitute our logic with Nokogiri, but now we can return back to libxml-ruby (it's faster...)...pierisimone (Simone Pieri)
Hi all, I have a confirmation... The problem is with libxml-ruby invoked by io.popen. If we try with Nokogiri all is ok. So, do you think I have to submit the problem to libxml-ruby gem team or do you think it may be a problem related t...pierisimone (Simone Pieri)
OK, excuse me, we have a problem with libxml if it's called via io.popen. I don't want any "heavy lifting" for me ... I can't reproduce the problem without libxml because I don't have a problem without libxml, like Nobuyoshi says. And ...pierisimone (Simone Pieri)
Hi, I have a ruby program (prova5.rb) that contains libxml prase and a find. With Ruby 2.1.8 I have no problem, even if I execute it via "ruby prova5.rb" than if I execute it via io.popen in prova2.rb. In a 2.2.4 environment I have su...pierisimone (Simone Pieri)