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

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

[Rdiff-backup-bugs] [bug #13613] traceback likely from stuffing 64-bit t


From: Ben Escoto
Subject: [Rdiff-backup-bugs] [bug #13613] traceback likely from stuffing 64-bit time_t into 32-bit
Date: Sun, 7 Aug 2005 20:51:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.7) Gecko/20050504 Fedora/1.0.3-4 Firefox/1.0.3

Update of bug #13613 (project rdiff-backup):

             Assigned to:                    None => bescoto                

    _______________________________________________________

Follow-up Comment #1:

It seems that os.utime converts the given numbers into C longs.  I don't think
there is any easy way of making sure they will fit before we call utime. 
(int(modtime) may not do it, because Python now has a single integer type of
arbitrary length I think.)

So I think we should just add try: clause that logs a warning if we get an
overflow error.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13613>

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





reply via email to

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