Blynk and Temperature sensor (Onewire, ds18b20)

Hi, I tried to read data from a DS18b20 temperature sensor using OneWire protocole and DallasTemperature.
But it’s seem impossible to use Blynk (connected by USB)
At the moment that I add

sensors.requestTemperatures();
The connection is lost and I get this kind of error in the script terminal(Sensor are connected to Digital2):

2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N socket 2 (fd 6) is at EOF
2015/05/23 15:55:22 socat[5773.140735166731024] N inactivity timeout triggered
2015/05/23 15:55:22 socat[5773.140735166731024] W cannot restore terminal settings on fd 5: Bad file descriptor
2015/05/23 15:55:22 socat[5773.140735166731024] N exiting with status 0

Is there anyone having been able to use it DS18B20 sensor?

I can confirm the library isnt working with Ethernet on a duino either… I am using the example sketch… seems like it is a full system hang… troubleshooting a litte to see if I can trap why.

I think its possible the blynk library is polling the CPU actively enough there simply isnt resources to also read the buffer from the scratch on the temp sensor… hrm… this isnt great news.