rdiff-backup-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-bugs] [bug #17851] Crash on x86_64: OverflowError


From: anonymous
Subject: [Rdiff-backup-bugs] [bug #17851] Crash on x86_64: OverflowError
Date: Wed, 18 Oct 2006 01:27:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-2)

Follow-up Comment #2, bug #17851 (project rdiff-backup):

Do you have some files owned by nfsnobody? On RHEL it has UID 4294967294.

In python 2.4.1:
>>> os.chown('foobar', 4294967294, 4294967294)
OverflowError: signed integer is greater than maximum

It seems that while os.stat returns an unsigned integer, os.chown expects a
signed 32-bit integer, i.e. within range of -2^31+1 .. +2^31.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?17851>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]