Skip to content

Open3.popen3 with block fails on Windows #3948

@elcubo

Description

@elcubo

Environment

Windows 7, 64 bit
Jruby 9.1.2.0
Java 1.8.0_91-b14

Expected Behavior

Running the following program

require 'open3'

Open3.popen3("c:/Windows/System32/whoami.exe", "/?") { |i, o, e| }

This should complete without exception.

Actual Behavior

The program fails with an exception:

NotImplementedError: waitpid unsupported or native support failed to load; see http://wiki.jruby.org/Native-Libraries

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions