Bobby Richter
Bobby Richter
Perhaps the `clearpvs` command can happen automatically when you press 'E', no?
/me tries
`clearpvs` doesn't do anything for me either. Is there a sequence of commands we should run to use it, like `pvs 0`, `clearpvs`, `pvs 1` perhaps?
Update: I run into this problem regularly when I cast a wide net, like `frida-trace -j 'com.something.cool!*'`. However, I can get it to stop by casting slightly smaller net, with...
A while ago, I attempted to start making tutorial videos in popcorn as well. I still think that intro videos would be an incredible blog roll.
Seeing something really similar running fresh 4.0.0 install on osx 12.6. I can see that the `~/.spiderfoot/spiderfoot.db` file exists and has lots of data in it (including, for some reason,...
It looks like this problem can be mitigated by selecting a subset of modules. I'm guessing the RLock for the DB doesn't work as expected when loading a billion of...
Confirming same problem on inspector with both Mac and Windows on two different Android devices on different OS versions.
@xushixun16 does this happen to you only when you use `multiprocessing`? I am trying some simple scripts, and receive this error right away when using `touch(...)`. (对不起! 我不会说中文!)
Ok, I think I understand better now. You're using distinct processes, so ADB handles aren't necessarily passed between them, right? Can you confirm that you're adding devices for each new...