View Single Post

  #4 (permalink)  
Old 03-13-2005, 02:20 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,101
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Quote:
But both the abpve steps did not help , In second case , the swap file was being created , but program was not using this swap file.
That means your program is buggy or some other stuff causing it to abort what error code you get as soon as program aborted? Use command echo $? to find out. You can also take the help of gdb to debug the program so that you can find out or put your code somewhere on net so that we can understand it above url is not working...
Reply With Quote