gekmihesg / pass-manager

Replace the default Firefox and Thunderbird password manager with zx2c4's pass
GNU General Public License v3.0
23 stars 4 forks source link

Probably 40 bash processes spawned on OSX 10.10.5 #2

Open SnowySailor opened 8 years ago

SnowySailor commented 8 years ago

Not sure exactly what happened, but as soon as I installed the plugin, there were tons and tons of bash processes running as my user and they were all using ~20% CPU: http://puu.sh/p6DQq.png

I quit FF and as I did, it asked me "do you want to save password for XXXXX on XXXX.com" but when I hovered over that window I got the spinning beach ball of death. Had to kill bash processes and FF from the command line.

renatoaguiar commented 8 years ago

Same thing is happening here. I can see a lot of calls to 'pass ls' which never end. The same commands work when calling from the terminal.

renatoaguiar commented 8 years ago

I just figured out that it is happening because the PATH is not getting set correctly for Firefox on MacOSX.

SnowySailor commented 8 years ago

Interesting. I reinstalled the extension a while ago and I haven't had any issues since then, but I know my PATH variable was set correctly both times to /usr/bin/pass in my about:config.

Your issue sounds a little different from the bash thing I was experiencing, but it's still similar and annoying. Wonder if they're both caused by the same issue.