JonathonReinhart / staticx

Create static executable from dynamic executable
https://staticx.readthedocs.io/
Other
345 stars 37 forks source link

Patchelf warning #33

Closed JonathonReinhart closed 7 years ago

JonathonReinhart commented 7 years ago
warning: working around a Linux kernel bug by creating a hole of 2093056 bytes in ‘/tmp/staticx-prog-TJVz51’

Related issue:

This annoying message was fixed in https://github.com/NixOS/patchelf/commit/c4deb5e9e1ce9c98a48e0d5bb37d87739b8cfee4 which has not yet been released.

Perhaps we can watch for this in the patchelf stderr and filter it out...

JonathonReinhart commented 7 years ago

https://github.com/NixOS/patchelf/pull/117