Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | yes |
RFC? | no |
Symfony version | 3.4-BETA |
I have been getting this type of error when stopping the webserver with bin/console webserver:stop
:
Compile Error: ContainerXb7rorh::load(): Failed opening required '/.../var/cache/dev/ContainerXb7rorh/getConsole_ErrorListenerService.php' (include_path='.:/usr/sh
are/php')
It only happens if the cache was cleared/warmed between webserver:start
and webserver:stop
.
Maybe related to #23741?