Skip to content

getLinuxLdPaths: process should be waited for #1169

@rdesgroppes

Description

@rdesgroppes

The process created in NativeLibrary.getLinuxLdPaths isn't waited for:

Process process = Runtime.getRuntime().exec("/sbin/ldconfig -p");

As a consequence, the JVM keeps a "process reaper" thread up. This happens to be more troublesome than it seems under constrained conditions (performances, resources).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions