jrabinow

Results 25 comments of jrabinow

I'm on EdXposed but I haven't rebooted to activate the module yet, so right now things should be working in root-only mode. I'm running android 10

I should also mention, there's one possibility which could be nasty for users, where scoop crashes while collecting its own stack trace, and produces a stack trace while doing so,...

I rebooted and have been using the xposed module since 2 days after this issue was created. I just got the same crash twice in a row

If the "not all required features supported" refers to `getopts` only supporting short options, I can recommend the following hack: https://stackoverflow.com/a/7680682 For why `getopts` is preferable to `getopt` everywhere people...

I'm on Ventura as well, but I'm getting the same build issue: ``` $ make cargo clippy --all --tests --all-targets --all-features -- -D warnings Compiling libproc v0.14.0 (/private/tmp/libproc-rs) error: failed...

I don't have bindgen installed. I just installed [cbindgen](https://ports.macports.org/port/cbindgen/) from macports but it seems it's a different project ``` $ cbindgen --version cbindgen 0.24.6 ``` My machine is an ARM...

PR is up. I'm wondering though, where is `libproc.h` located on your filesystem and why is it found on yours and not on mine? I glanced through https://stackoverflow.com/q/19852199 but didn't...

Sorry for the late reply. > I notice that MacOSX.sdk is a link to a specific (latest?) version of the SDK, [...] Is that the case for you? Yes, I...

`SDKROOT` isn't defined on my system either. I'm probably being overly cautious mentioning it, I'm afraid I don't understand apple's build system very well. Here is what I do know:...

@andrewdavidmackenzie now that https://github.com/andrewdavidmackenzie/libproc-rs/pull/103 has been merged in, would it make sense to create a new release to unblock https://github.com/benfred/py-spy/issues/596 ?