procfs icon indicating copy to clipboard operation
procfs copied to clipboard

Android: `Iterator::next` for `FDsIter` fails with `bad system call`

Open niyaznigmatullin opened this issue 1 year ago • 3 comments

procfs::process::Process::myself().unwrap().fd().unwrap().next() fails with signal: 31, SIGSYS: bad system call in Android

niyaznigmatullin avatar Sep 09 '22 12:09 niyaznigmatullin

Thanks for the report. What version of procfs?

eminence avatar Sep 09 '22 13:09 eminence

0.14.1

niyaznigmatullin avatar Sep 09 '22 13:09 niyaznigmatullin

Some code was changed as part of #265

Can you test again? Can you provide the version of the Linux kernel you used on Android?

tatref avatar May 17 '23 21:05 tatref