dylan-thinnes / solsys

Solsys at https://solsys.xyz is a prime factorizing solar system generator.
6 stars 0 forks source link

IMPORTANT: optimizedFactor.js process falls into infinite callback loop with some numbers. #8

Closed dylan-thinnes closed 7 years ago

dylan-thinnes commented 7 years ago

For reasons that are as yet undetermined, the process falls into an infinite callback loop when used with certain numbers. These numbers have no discernible pattern as of yet.

It is recommended that the -v flag be used to diagnose output from numbers to find what is causing this bug.

dylan-thinnes commented 7 years ago

Fixed by replacing "stdout" with parsed "output" in piXHistory array. Silly mistake.