dino99 [2012-07-03 11:39 -0000]:
> - there is no network speed issue here
> - some crash reports can be filled without trouble
> - but some others push that error, like  nautilus & gnome-panel crashes
> 
> so its strange.

It's more prone to happen for larger reports. It would happen as soon
as transferring a block would take longer than the previous one and
longer than two seconds. 

If you are interested in the specifics, Python 3's division works
differently from Python 2's; in Python 2, 1024/2 was an integer "512"
(which is a valid array index), while in Python 3 it is a float
"512.0" which is not a valid array index.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013334

Title:
  slice indices must be integers or None or have an __index__ method

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1013334/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to