the link is
http://chasen.org/~taku/software/fre...qt-0.22.tar.gz for the basic code. I had added XMl parsing modules etc to the main program, but the problematic portion is due the enumeration part in the above program.
I had posted the qn in another forum also where i uploaded my binaries
http://www.fedoraforum.org/forum/sho...743#post220743
( i hope it is ok t mention another forum name here :-/ )
The program is not buggy(I hope..) , but eats up all the memory while creating all possible substrings from the input data. So when it gets aborted, system says "Aborted" - and there is no other error message.
I tried upto 128 MB swap file only , but I'm not sure if program was using that swap file. It seems only from the defualt swap space program was using.
Default swap size seems to be 64 MB acc. to ulimit -aH command.
Core files are not created because , the default size is set to zeo.) .
I tried not using GUI for running the program , but got the same "Aborted" message in the terminal.
Thank you for the reply Nixcraft.