]> git.saurik.com Git - redis.git/commit
The pid file is now created only after the server is correctly initialied. It is...
authorantirez <antirez@gmail.com>
Tue, 24 Aug 2010 15:09:25 +0000 (17:09 +0200)
committerantirez <antirez@gmail.com>
Tue, 24 Aug 2010 15:09:25 +0000 (17:09 +0200)
commit695fe87456ac4e5ed14e4a853b9cce61fb3e5975
tree2b28858ad08af4f5e1fcc817c95ed237f8e60713
parentb91d605a35c294573f0213c89c421d09b538c2b6
The pid file is now created only after the server is correctly initialied. It is also removed on sigterm and when the stack trace is produced after a sigbus or a sigsegv. This two changes should fix the Issue 175
src/redis.c