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: Mon, 13 Nov 2006 03:29:36 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8

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

This is quite clearly a Python bug. chown takes a uid_t and fstat returns a
uid_t -- both are defined as an unsigned int on 32-bit and 64-bit Linux.
Python, however, uses a *signed* int which is the source of the bug.

It happens that the bug is being hit for users because RHEL assigns the
nfsnobody user a uid and gid greater than 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]