Top "Double-free" questions

double free or corruption (fasttop)

The following section of my code gives me this messege when executing * glibc detected ./a.out: double free or corruption (…

c linked-list coredump double-free
What does "double free" mean?

As the title suggests I am new to C and have a mid-term coming up shortly. I am revising from …

c double-free
double free*** set a breakpoint in malloc_error_break to debug in ARC

I am using ARC in my application with core data and threading etc, after doing all that hard work to …

iphone multithreading automatic-ref-counting autorelease double-free
deallocation and memory allocation problems in FORTRAN

I am having problems with the deallocate and allocate aspects of part of my FORTRAN code. in particular, i think …

memory-management fortran glibc double-free