问题 Exception in thread "thread-21" java.lang.IllegalMonitorStateException: attempt to unlock lock, not locked by current thread by node id: 59f44274-17cb-40cd-b83b-08ed1ed3ffc7 thread-id: 73at org.re
今天在使用stl的mutex过程中出现了异常,初步研究是由于mutex的加锁和解锁在分别在不同线程中执行所导致。 所以,对于mutex而言,加锁和解锁都要在同一线程中,而不应该是一个线程加锁,另一个去解锁。 官方文档的解释: 对于lock: Blocks the calling thread until the thread obtains ownership of the mutex
几年前遇到这个问题,并记录了文章《解决打开Chrome出现 输入密码以解锁您的登录密钥环》,这次又遇到了。仔细回想了一下,原因是我在安装系统的时候,设置系统密码的地方选择了Log in automatically,然后登录的时候确实直接起来了,启动chrome时就开始出现上图的问题。与其去了解原因,对于新装的系统不如直接重新安装,老老实实不选择Log in automatically,就没有这个