Questions tagged «zotero»

2
如何在不重新启动的情况下重新启动已启动的OS X?
当我运行Zotero / Firefox时,它们经常崩溃,并且我留下了僵尸进程。之后,我无法打开Zotero或Firefox的新实例。我想摆脱这些僵尸进程而不是重新启动,因此对于<pid>僵尸进程, $ ps -p <pid> -o ppid= 给我<parent_pid>和 ps aux | awk -v PID=<parent_pid> '$2 == PID {print $0}' 告诉我父进程是/sbin/launchd针对user的crippledlambda。 有没有办法在不终止我的系统的情况下重新启动它? sudo kill -1 <parent_pid> 什么也没做。我试过用脚本编写此代码并使用来运行它sudo: for i in `launchctl list | grep launchd | awk -v PID=<parent_pid> '$1==PID { print $NF }'`; do `launchctl stop $i && …


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.