Skip to content

operations like getpoint or stats are stalled when using them from irb #310

@stoicdavid

Description

@stoicdavid

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions