Hi,
Hardware Solution, Just take out the RAM chip from its slot, The
speed is written on the RAM chip, 128/100 (means 128 MB,100 MHz)
or 128/133 (means, 128 MB,133 MHz speed).
Will try to find if there's a software solution.
Regards,
Venky
HCL Technologies, Noida
On Sat, 13 Apr 2002 muskan
Hi,
>In my program (written in C under Linux OS) whenever,
>wherever
>free() call appears, it creates a run time error.The same progam
>is very fine
>without the free() calls. Is there anything to do with the
>compiler flags?
This problem generally occurs if you are deallocating more
Hi!
How about posting the entire code so that we can make sure that you're
allocating the memory properly before calling free().
Regards,
-Varun
On Thu, Apr 11, 2002 at 09:18:41PM +0530, Arindam Bhattacharjee spoke out thus:
> Hello,
> Although it is a Linux UG and not a C UG, yet can som
Arindam Bhattacharjee wrote:
> Hello,
> Although it is a Linux UG and not a C UG, yet can someone please solve my
> one problem. In my program (written in C under Linux OS) whenever, wherever
> free() call appears, it creates a run time error.The same progam is very fine
> without the fre
Hello,
Although it is a Linux UG and not a C UG, yet can someone please solve my
one problem. In my program (written in C under Linux OS) whenever, wherever
free() call appears, it creates a run time error.The same progam is very fine
without the free() calls. Is there anything to do wi