Skip to content

crhc-linux-x64 binary won't work if /tmp is mounted with noexec option #183

@sayan3296

Description

@sayan3296

The crhc script or the crhc-linux-x64 binary itself will not work and throw the following error if /tmp is mounted with noexec option in that system:

# ./crhc-linux-x64
./crhc-linux-x64: error while loading shared libraries: libz.so.1: failed to map segment from shared object

https://github.com/C-RH-C/crhc-cli/blob/master/conf/conf.py#L8-L17 forces\defaults the directory to be /tmp.

Hence. Either the error handling needs to be improved here or an option should be introduced to pass a different tmpdir for crhc .

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