Closed
Description
Symfony version(s) affected: all
Description
When a ChildDefinition
references itself as parent (or as ancestor in case of longer cycle), an infinite loop happens in the resolution logic.
How to reproduce
see #28308
Possible Solution
Such loops should be detected and trigger a proper exception instead (like circular references between services in arguments)