You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. get a fully functional lsof instead of toolbox's builtin one
2. open htop
3. press l
What is the expected output? What do you see instead?
Excepted: htop calls lsof and show the opened files of the process.
Got instead: nothing shown. strace shows that htop is calling /bin/sh and it
doesn't exist.
What version of the product are you using? On what operating system?
System v2.0. htop 1.0.
Please provide any additional information below.
I see the htop is statically linked. What about a htop built by Android NDK
instead? I built one and it works fine :-)
Original issue reported on code.google.com by [email protected] on 8 Mar 2014 at 1:53
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Mar 2014 at 1:53The text was updated successfully, but these errors were encountered: