My problem with the TinyDuino freezing seconds after starting transmission of data using the PushData blynk example turned out to be caused the use of the SimpleTimer.h library.
After disabling this timer implemented in the example and using a simple delay(500) function to achieve the same effect I got no problems with the execution stopping.