LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

Collections routinely exit with status 1 #900

Open mdz opened 12 years ago

mdz commented 12 years ago

This is commonly seen in logs:

3 Mar 08:11:58 - info: contacts exited with status 1, signal null 3 Mar 08:22:04 - info: places exited with status 1, signal null 3 Mar 08:22:04 - info: links exited with status 1, signal null 3 Mar 08:22:50 - info: search exited with status 1, signal null

If these are graceful shutdowns, they should exit with status 0. If they're being shut down uncleanly somehow, that's a bug.