On Sep 19, 2012, at 8:59 AM, David Buchmann <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hi, > > in the cmf project we encounter a weird issue with the cache clearing > and warmup process: > https://github.com/symfony-cmf/Routing/issues/15 > > basically it looks like when we run cache:clear something is not > realizing appdevUrlMatcher already is loaded from dev and wants to > load it again from dev_new resulting in a fatal error. > > running console cache:clear --no-warmup && console cache:warmup does > not trigger the problem. > > the problem appeared with a commit to the ChainRouter that calls > setContext when we add a RequestContextAwareRouter to it. when we > comment out actually setting the context, the error goes away. > > not sure at all if this is a bug in the symfony core or merely a > missing sanity check somewhere that could raise a more telling > exception what we do wrong. > > any ideas what could be the cause and what we can do? this might be related to an issue Stof noted in another PR: https://github.com/symfony/symfony/pull/3889#issuecomment-8085393 regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
