[DGD] Problems with too many...

Alphoen alphoen at svartvinter.net
Wed Nov 27 14:59:30 CET 2002


> Usually when the code prevents you from having too many of a thing, it is
> because there is an array constraint, or something similar (such as a
> bitmask).  This would be consistant with the seg. fault, as by removing
the
> constraint you are allowing the code to walk off the end of the array, and
> thereby tromp on something else's memory space ... If it is feasible, you
> should try to track down such a data structure and increase its size to
> match your new constraint.
>
> I don't have an actual solution for you, but perhaps this can help you in
> the right direction.
>
> -Tavis

Thx for the tip, but I already knew i have to increase the number in
a special array or something, the problem is: I can find that array or
whatever it is to fix the "too many declared functions" problem.
But I can't find the file or line to edit to solve the "too many undefined
functions". I thought they used the same array, but I'm not so sure
anymore.

/Alphoen.

_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list