Yet another bug report based on some rough AI-assisted investigation.
require "fiddle"
Fiddle::Handle::DEFAULT.close
Fiddle::Handle::NEXT.close
Both are pseudo-handles for symbol lookup, not real dlopen() handles. They must not be passed to dlclose().
Expected: raise an exception or do nothing.
Yet another bug report based on some rough AI-assisted investigation.
Both are pseudo-handles for symbol lookup, not real
dlopen()handles. They must not be passed todlclose().Expected: raise an exception or do nothing.