From: arshpreet s. <ar...@gm...> - 2013-04-14 04:09:17
|
On Wed, Apr 10, 2013 at 6:08 AM, Dennis Sheil <de...@va...> wrote: > I can duplicate the problem > > $ lsb_release -d > Description: Ubuntu 12.04.2 LTS > $ uname -a > Linux dev 3.2.0-39-generic #62-Ubuntu SMP Thu Feb 28 00:28:53 UTC 2013 > x86_64 x86_64 x86_64 GNU/Linux > > The crash is caused by a call in the factoroids.c file in the > FF_exit_free() function. The second statement in that function, > "free(asteroid)", is where the crash happens. > > hello everyone last night i just tried to find out how to solve this bug as this is memory issue in the program so i got valgrind is good option to solve this.now we need executables to run valgrind test.i tried with "valgrind --leak-check=yes ./tuxmath" but could not got anything good.i think it was very bad and wrong try. may be creating executables for individuals like factroids.c or comets.c is good idea? can we run valgrind memory test on individuals? if there is any method to do this i mean converting .o files to executables or anything else please reply. -- Thanks Arshpreet singh http://arshpreetsingh.wordpress.com/ |