[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSLaunchedApplications.lock
From: |
Gregory Casamento |
Subject: |
Re: GSLaunchedApplications.lock |
Date: |
Tue, 25 Oct 2016 15:18:27 -0400 |
Steven,
On Tuesday, October 25, 2016, Steven R. Baker <steven@stevenrbaker.com> wrote:
Heya,
I keep seeing this error:
NSGenericException: lock
'/tmp/GNUstepSecure1000/GSLaunchedApplications.lock' already broken
I get it when trying to start PRICE.app and AddressManager.app, pretty
consistently right now. But I've seen it from other apps as well.
I'm running Debian testing, and whatever the latest packages are from there.
Help is appreciated!
This is a race condition on a distributed lock. The only solution, unfortunately, is going to be to keep trying to launch it.
-Steven
Thanks, GC
--