in reply to Printing process of program

See the node on processing large files. I think the problem is the tell on files > 2G.

Can you use some other technique to show progress, i.e. by counting rows, or accumulating how many bytes you've read, rather then using tell?