Skip to content

Conversation

@barw4
Copy link
Contributor

@barw4 barw4 commented Nov 12, 2025

🎫 Issue IBX-10936

Related PRs:

ibexa/admin-ui#1765

Description:

!! PHP Fatal error: Uncaught Error: Maximum call stack size of 16728064 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion? in /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php:7048
!! Stack trace:
!! #0 /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php(7104): ContainerOxSk76G\App_KernelBehatDebugContainer->getProxyDomainMapperService()
!! https://github.com/ibexa/admin-ui/pull/1 /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php(7048): ContainerOxSk76G\App_KernelBehatDebugContainer->getRepositoryService()
!! https://github.com/ibexa/admin-ui/pull/2 /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php(7104): ContainerOxSk76G\App_KernelBehatDebugContainer->getProxyDomainMapperService()
!! https://github.com/ibexa/admin-ui/pull/3 /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php(7048): ContainerOxSk76G\App_KernelBehatDebugContainer->getRepositoryService()
!! https://github.com/ibexa/admin-ui/pull/4 /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php(7104): ContainerOxSk76G\App_KernelBehatDebugContainer->getProxyDomainMapperService()
!! https://github.com/ibexa/admin-ui/pull/5 /var/www/var/cache/behat/ContainerOxSk76G/App_KernelBehatDebugContainer.php(7048): ContainerOxSk76G\App_KernelBehatDebugContainer->getRepositoryService()

Circular reference is between Repository and ProxyDomainMapperService.

Additionally PHPStan issue were cleared.

For QA:

Sanities

Documentation:

@barw4 barw4 added Bug Something isn't working Ready for review labels Nov 12, 2025
@barw4 barw4 requested review from a team and Steveb-p November 13, 2025 08:46
Copy link
Contributor

@Steveb-p Steveb-p left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was surprised that PSR Cache exception interface did not mark itself as extending throwable, but apparently they did this to support PHP 5.6+.

@Steveb-p Steveb-p requested a review from a team November 13, 2025 08:52
Copy link
Contributor

@konradoboza konradoboza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it targets 4.6 we need to perform sanities (or at least regressions) before merging.

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Ready for QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants