Understanding SIGSEGV issues

Nicholas Wilson iamthewilsonator at hotmail.com
Thu Jan 3 07:52:13 UTC 2019


On Thursday, 3 January 2019 at 06:25:46 UTC, Russel Winder wrote:
> So I have a D program that used to work. I come back to it, 
> recompile it, and:
>
> [...]

> __GI___libc_free (mem=0xa) at malloc.c:3093

You've tried to free a pointer that, while not null, was derived 
from a pointer that was, i.e. an offset to a field of a struct.

A backtrace would help a lot, otherwise it really is just 
guessing.


More information about the Digitalmars-d-learn mailing list