First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 128880
Alias:
Product:
Component:
Status: CLOSED
Resolution: DUPLICATE of bug 128878
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alvin Lee <liyiming@ict.ac.cn>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 128880 depends on: Show dependency tree
Bug 128880 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-05 01:53 0000
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)

------- Comment #1 From Jakub Moc (RETIRED) 2006-04-05 01:56:44 0000 -------

*** This bug has been marked as a duplicate of 128878 ***

------- Comment #2 From Jakub Moc (RETIRED) 2006-04-05 01:56:53 0000 -------
CLOSED

First Last Prev Next    No search results available      Search page      Enter new bug