PDA

View Full Version : Bug: JJSieve mangles nextrange.txt



dudlio
12-15-2006, 09:18 PM
Here's what my nextrange.txt file looks like after running jjsieve for a while:

pmax=1196460000000000

ax=1196460000000000

In what file does it store pmin? It remembers it, but I have no idea how.

Joe O
12-16-2006, 01:49 PM
This is a known bug.
Place the word Done on a single line after all of your pmax pmin lines.
The status is saved in xxxstatus.dat.

dudlio
12-28-2006, 06:18 AM
ty!

dudlio
12-28-2006, 10:45 PM
OK I see how it works. Cruft is appended to the end of the file, and it reads from the beginning, so no big deal.

Having "Done" at the end seems to be the key. I'm writing a script so I'm trying to nail this down.