Originally posted by prime95
I've uploaded a new sobpm1.zip that works around the 640K FFT problem. Instead you'll see several warnings about using a larger FFT size instead. The warnings can be ignored for now.
Trying to factor "Pfactor=55459,2,6172258,1,49,0", I first got this output:


followed by another crash:



The problematic test from yesterday does work now, although it now uses a FFT size of 768K instead of 640K it tried earlier. Is this ok?
Of course, it takes a lot more time now - maybe 75% more...

Another thing that came to my mind. Assuming that there are two tests with the same n value, the associated file ("I<n>" - or is it "l<n>"?) of the first test will be overwritten, won't it?

Just for curiosity:
Is the release version any faster than the debug version?