Hi To report that when I call getpoint or stats in the irb console, the console stalls and need to interrupt with ctrl-z I load an image with Active Storage: p = Picture.first im = Vips::Image.new_from_file ActiveStorage::Blob.service.send(:path_for, p.image.key), access: :sequential then I just call im.getpoint(0,0) and the console gets blocked. Also if I call im.stats I obtain the same behavior My dev stack is: - Libvips 8.11 - Rails 6.1.3.2 - Ruby-vips 2.1.2 - working on zsh - using Apple Silicon