Jul 7, 2011 at 9:13pm Jul 7, 2011 at 9:13pm UTC
***glibc detected**** free(): Invalid next size (fast)
???
What is this error??
Related to some memory issues
Jul 7, 2011 at 10:11pm Jul 7, 2011 at 10:11pm UTC
That's generally an attempt to free something that has already been freed.
Jul 8, 2011 at 7:14am Jul 8, 2011 at 7:14am UTC
this error while I was trying to remove I stopped calling a function which was in some header file and then this gone away.
This is thus you are right Maschops but there came another error now
***stack smashing detected***
Jul 8, 2011 at 7:33am Jul 8, 2011 at 7:33am UTC
You most likely write beyond array bounds somewhere.
Jul 8, 2011 at 9:02am Jul 8, 2011 at 9:02am UTC
If you're running this under Linux or Darwin (OS X), run it under valgrind and it will tell you the problem.