cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
glibc detected
glibc detected
Jul 7, 2011 at 9:13pm UTC
ashish verma
(32)
***glibc detected**** free(): Invalid next size (fast)
???
What is this error??
Related to some memory issues
Jul 7, 2011 at 10:11pm UTC
Moschops
(7244)
That's generally an attempt to free something that has already been freed.
Jul 8, 2011 at 7:14am UTC
ashish verma
(32)
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 UTC
Athar
(4466)
You most likely write beyond array bounds somewhere.
Jul 8, 2011 at 9:02am UTC
Moschops
(7244)
If you're running this under Linux or Darwin (OS X), run it under valgrind and it will tell you the problem.
Topic archived. No new replies allowed.