zenstruck / foundry

A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
https://symfony.com/bundles/ZenstruckFoundryBundle/current/index.html
MIT License
667 stars 76 forks source link

[2.x] Segfault on complex schema #724

Open simondaigre opened 6 hours ago

simondaigre commented 6 hours ago

Since 2.x on one of my projects, I have a segfault when I try to create a complex PersistentProxyObject with a lot of dependencies. On 1.x no issues at all.

I dig a lot to find what's wrong but I have no clue. Reproducer is here : https://github.com/simondaigre/foundry-repro/tree/repro-segfault

nikophil commented 5 hours ago

Ok, thanks for the reproducer, I'll check this when I got some time

kbond commented 2 hours ago

@simondaigre, 404 when accessing your reproducer. Maybe not public?

simondaigre commented 2 hours ago

@simondaigre, 404 when accessing your reproducer. Maybe not public?

You're right, I just made it public.