You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upgrade to the 3.4.0-RC1 version on an app, I'm getting a:
Allowed memory size of [...] in /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php on line 369
The issue is an infinite loop in PhpDumper::analyzeCircularReferences(), introduced in #25055.
See ogizanagi/symfony-standard@13ec437 for a reproducer, which worked fine with 3.4.0-BETA4, or if there is only one nelmio_alice.faker.provider tagged service.
By dumping the $currentPath var, I infinitely get:
Trying to upgrade to the 3.4.0-RC1 version on an app, I'm getting a:
The issue is an infinite loop in
PhpDumper::analyzeCircularReferences()
, introduced in #25055.See ogizanagi/symfony-standard@13ec437 for a reproducer, which worked fine with 3.4.0-BETA4, or if there is only one
nelmio_alice.faker.provider
tagged service.By dumping the
$currentPath
var, I infinitely get:The text was updated successfully, but these errors were encountered: