[odb-users] EXC_BAD_ACCESS in recursion use

Boris Kolpackov boris at codesynthesis.com
Mon Feb 10 08:43:46 EST 2020


Tschoche.Jonas at ddv-mediengruppe.de <Tschoche.Jonas at ddv-mediengruppe.de> writes:

> It seems to crash every time on ~20mb memory usage. Here is the
> backtrace: [...]

3579 frames -- I am pretty sure you are blowing through your stack.

Check what is the default stack size on your OS. You can also try
to increase it and see if it makes a difference (i.e., you get more
stack frames before crashing). But overall, this is probably not a
good design.



More information about the odb-users mailing list