Okay i did run the code and it worked without problem it created big 300+ MB output file i started it as follows:
Code:
./freqt -w <data > output
If this correct then it worked. Now few notes
My system is P4 having 184 MB ram and 512 MB SWAP space and i'm using
* RHEL 3.0 update 2
* gcc-c++ v3.2.3
During the entier run my system upload gone just 0.28 to 0.58 i stoped program after creating 330MB output file.
Next i tried same on OpenBSD this is the big server P42.4+1 GIG RAM+2GIG SWAP (gcc 2.95.3+ openbsd 3.6) and my account limit is 50MB disk space and with other process limitation still it worked and genrated tons of output on screen finally after 2+ minute later i stoped.
So did i run the program correctly? If so then you may try out program on other compiler/distro In all cased as you said it never Aborted i have to stop it to avoid DoS attack against my disk space
But let me know before i dig up the code
