madhuneal / ppss

Automatically exported from code.google.com/p/ppss
0 stars 0 forks source link

Number of items to be processed limit? #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using ppss with a source file that contains 988 items to be processed
2. command entered: ppss -f ~/Desktop/folders_featquery_analysis.txt -c 
'featquery '
3.

What is the expected output? What do you see instead?
I'd expect that all 988 items to be processed. 

ppss does see that there are 988 items to be processed, but it flips through 
several of them quite quickly like < 1s (I know it takes at least >1 min for 
each item to be processed). So it seems that ppss skips several items and only 
process some (43 items, to be precise).

What version of the product are you using? On what operating system?
ppss 2.61. Mac OS X 10.6.8

Please provide any additional information below.
I attached here 2 files: "ppss-log-89572.txt"=contains the ppss processing 
output; and "folders_featquery_analysis.txt"=file containing the 988 items to 
be processed

Original issue reported on code.google.com by estephan...@gmail.com on 3 Jul 2011 at 9:03

Attachments:

GoogleCodeExporter commented 9 years ago
Actually, I think I was able to isolate the error. For some reason, ppss sees a 
source file as empty even though it does contain data. I attached here a text 
file that was used as a sourcefile for ppss using the command entered above, 
and I get a return of "Source file/dir seems to be empty".

I hope this helps in finding the bug (if any).

Original comment by estephan...@gmail.com on 5 Jul 2011 at 1:15

Attachments:

GoogleCodeExporter commented 9 years ago
Whatever the problem was, updating ppss to the latest version (2.85) solved it. 
Please consider this issue resolved.

Original comment by estephan...@gmail.com on 6 Jul 2011 at 3:59

GoogleCodeExporter commented 9 years ago
Ok, thanks for the responses anyway.

Original comment by Louwrentius on 10 Jul 2011 at 5:13