Sampler does not work
When the sampler is executed, segmentation fault occurs, caused by the FromFile destructor, which was modified in !605 (merged). The error occurred during the destruction of a std::string object member of the FromFile class. When the destructor was called, it tried to free memory from an invalid address.