question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unshare(CLONE_FS) failed, return code: -1, last error: 1

See original GitHub issue
Exception in thread "NuProcessLinuxCwdChangeable-1" java.lang.RuntimeException: unshare(CLONE_FS) failed, return code: -1, last error: 1
        at com.zaxxer.nuprocess.internal.BasePosixProcess.checkReturnCode(BasePosixProcess.java:793)
        at com.zaxxer.nuprocess.internal.BasePosixProcess$LinuxCwdThreadFactory$1.run(BasePosixProcess.java:97)
        at java.lang.Thread.run(Thread.java:748)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
brettwooldridgecommented, Apr 25, 2018

@jvican Good news. Using a small test harness, I was able to successfully spawn a process using the internal JVM native API. I’ll be working over the next few days (mainly this weekend) to attempt integration into the NuProcess source.

Once complete, barring any unsolvable issues, the following issues will be fixed: #13, #73, #85.

EDIT: And, of course, this one.

1reaction
brettwooldridgecommented, Apr 24, 2018

I’ve been working on it, you can follow some of the discussion here:

https://groups.google.com/forum/?nomobile=true#!topic/jna-users/VvSct3YstXA

Response from earlier today gives me some ideas to pursue. Despite the issues I’ve run into, it looks imminently doable.

I don’t have a lot of time to devote to it, but I’m chipping away, 30 minutes at a time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Execution Error, return code 1 from org.apache.hadoop.hive.ql ...
Solved: Hello , I have this error when executing select count(*) on Hive on Tez ... ERROR : FAILED: Execution Error, return code...
Read more >
Execution Error, return code 1 from org.apache.hadoop.hive.ql ...
I tired it, but I am getting the error: Error while processing statement: Cannot modify hive.msck.path.validation at runtime. It is not in list ......
Read more >
OpenZFS: cmd/zfs/zfs_main.c - Fossies
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code...
Read more >
GoPowerStore - Go Packages
GoPowerStore represents API bindings for Go that allow you to manage PowerStore storage platforms. Expand ▾ Collapse ▴. Documentation ¶. Index ...
Read more >
Security Analysis of User Namespaces and Rootless Containers
2.2.1. Types of Namespaces in the Linux Kernel . ... docker: Error response from daemon: OCI runtime state failed: fork/exec /usr/.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found