[DGD] getting started with DGD
Felix A. Croes
felix at dworkin.nl
Sat Mar 13 16:44:55 CET 2004
Jeff Moore <jeff at procata.com> wrote:
> I was re-organizing user.c and found that I was getting a seg fault
> when executing the line:
>
> connect(previous_object());
>
> It seems the error occurred after I arranged things so that
> previous_object() wasn't the connection any more. I think I was doing
> the equivalent of:
>
> connect(this_object());
>
> This was not the right thing to do, but a seg fault is still probably
> not a good thing.
I think the problem is caused by infinite recursion within code that is
run without resource limits. I will include a patch for the kernel
library with the next release.
Regards,
Dworkin
_________________________________________________________________
List config page: http://list.imaginary.com/mailman/listinfo/dgd
More information about the DGD
mailing list