[Buildbot-devel] Problem with dnotify.py on AMD64
Jeff Pitman
symbiont at berlios.de
Thu Sep 29 10:17:10 UTC 2005
On Thursday 29 September 2005 18:00, Brad Hards wrote:
> It seems to work fine on a 32 bit intel box.
Maybe some bit manipulation in dnotify.py causes a 64 bit number to be
past into fcntl with fcntl checking a maximum upper limit (based on
32bit). It might be educational to see what this output is before the
call:
print self.fd, fcntl.F_NOTIFY, self.flags
Possibly focusing on the flags part.
--
-jeff
More information about the devel
mailing list