AdamWhiteHat / GNFS

A complete, proof-of-concept, C# implementation of the General Number Field Sieve algorithm for factoring very large semi-prime numbers. The focus was on readability and understandability of the code, not performance.
GNU General Public License v3.0
56 stars 13 forks source link

Sorry for all the problems but now after i run the factor bases and roots, and go to find relations the program crashes #10

Closed stewcop closed 4 years ago

stewcop commented 4 years ago

After finding factor bases, when I click the "find relations" button the program crashes, I dont know if this is just me but here is my output log: Output.log.txt

AdamWhiteHat commented 4 years ago

It's no bother. Thank you for including the Output.log.txt.

I wanted to let you know I am looking into the issue, and will be in contact shortly about what I find.

If, per chance, I am not in contact shortly, feel free to give me a kick in the shins by replying to this thread.

AdamWhiteHat commented 4 years ago

My apologies once again. The issue was not with you, but with me.

Last time, I don't believe I actually tested the fix that I checked in, because I was so confident that it would fix the issue as presented. And while it did, had I actually tested it, I would have discovered another underlying bug, that you instead found.

Regardless, I have tested this latest fix and it indeed should work for you, so please download the latest and try again.

My apologies for any time of yours that I may have wasted.