Comment 1 for bug 1433116

Revision history for this message
Dimiter Naydenov (dimitern) wrote :

This is due to #1847 - introducing the dblogpruner worker. On i386 because int is int32 4 *1024*1024*1024 actually overflows it. I'll attempt to fix it by using int(uint32(4*1024*1024*1024)-1) instead.