Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcore.io.ErrnoException: kill failed: ESRCH (No such process) #12

Closed
Loda opened this issue May 9, 2014 · 0 comments
Closed

libcore.io.ErrnoException: kill failed: ESRCH (No such process) #12

Loda opened this issue May 9, 2014 · 0 comments

Comments

@Loda
Copy link

Loda commented May 9, 2014

I saw theses in the logcat.

Similar issue to https://code.google.com/p/roottools/issues/detail?id=49
but, still re-producing on version 3.4 on gt-p7310 android 4.0.4, NOT rooted

05-09 12:06:27.633: I/System(15680): Failed to destroy process 15802
05-09 12:06:27.673: I/System(15680): libcore.io.ErrnoException: kill failed: ESRCH (No such process)
05-09 12:06:27.673: I/System(15680):    at libcore.io.Posix.kill(Native Method)
05-09 12:06:27.673: I/System(15680):    at libcore.io.ForwardingOs.kill(ForwardingOs.java:77)
05-09 12:06:27.673: I/System(15680):    at java.lang.ProcessManager$ProcessImpl.destroy(ProcessManager.java:257)
05-09 12:06:27.673: I/System(15680):    at com.stericson.RootTools.execution.Shell$3.run(Shell.java:449)
05-09 12:06:27.673: I/System(15680):    at java.lang.Thread.run(Thread.java:856)
05-09 12:06:27.683: D/ActionBarSherlock(15680): [getActionBar]
[....]
05-09 12:06:27.833: D/ActionBarSherlock(15680): [getActionBar]
05-09 12:06:27.833: I/System(15680): Failed to destroy process 15816
05-09 12:06:27.843: I/System(15680): libcore.io.ErrnoException: kill failed: ESRCH (No such process)
05-09 12:06:27.843: I/System(15680):    at libcore.io.Posix.kill(Native Method)
05-09 12:06:27.843: I/System(15680):    at libcore.io.ForwardingOs.kill(ForwardingOs.java:77)
05-09 12:06:27.843: I/System(15680):    at java.lang.ProcessManager$ProcessImpl.destroy(ProcessManager.java:257)
05-09 12:06:27.843: I/System(15680):    at com.stericson.RootTools.execution.Shell$3.run(Shell.java:449)
05-09 12:06:27.843: I/System(15680):    at java.lang.Thread.run(Thread.java:856)
[more similar ErrnoException]

maybe this can help you:
https://groups.google.com/forum/#!topic/android-developers/VcjXWBosQ88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants