Memory fault/core dump

I’ve created a program that continues to end with the message:

Memory fault (core dumped)

However, I cannot find the core anywhere in order to do some debugging. The program is compile with the -g flag, but that doesn’t seem to affect the outcome. Any ideas?

Thanks

/var dumps/app.core

:v)

read it in with ntox86-gdb app app.core

Cheers,

Colin

The core file will only be creater if dumper is running, which is by default.