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
After installing the latest version with cargo install rbw on macOS 10.14, I get this:
$ rbw --version
rbw 1.1.0
$ rbw login
rbw-agent: Unable to disable PTRACE_ATTACH on this platform: not implemented. Agent memory may be dumpable by other processes.
rbw login: failed to run rbw-agent: exit code: 1
I actually meant getting rid of the warning altogether on platforms which don't support it quite literally as rbw-agent will be logging an error about missing functionalty which, currently, is Linux-specific. I'm simply wondering if there's much point in it. How about simply mentioning it in the README and be done with the warning? :^)
Hello,
After installing the latest version with
cargo install rbw
on macOS 10.14, I get this:Looks like a possible fall-out from #42.
The text was updated successfully, but these errors were encountered: