Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
These are some codes in fcntl_unlock() function of catalyst_lock.py script. Look carefully you will find that after excuting the first line and the second line codes the rest codes will never be excuted. 1 if self.myfd == None: 2 return False 3 try: 4 if self.myfd == None: 5 self.myfd = os.open(self.lockfile, os.O_WRONLY,0660) 6 unlinkfile = 1 7 self.locking_method(self.myfd,fcntl.LOCK_UN)
*** This bug has been marked as a duplicate of 128878 ***
CLOSED