-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
RuntimeException after clearing cache #23977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Already fixed in #23755, will be part of v3.3.7. Thanks for reporting. |
Strange, it looks the same. Can you give the steps to reproduce (including the creation of your flex app and the packages you add into)? Are you sure that |
You said "with sf 3.3.6", does that mean you require |
No, I'm using these symfony packages (
I'm trying to create a reproducer package. After some more tests I found out that the exception only happens in a very special sequence:
Again: I will try to provide a reproducer package. |
…icolas-grekas) This PR was merged into the 2.7 branch. Discussion ---------- [Debug] Remove false-positive check in DebugClassLoader | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23977 | License | MIT | Doc PR | - In some edge case situations, DebugClassLoader generates false-positives (see linked issue, ping @gharlan). Commits ------- 466da3f [Debug] Remove false-positive check in DebugClassLoader
I'm using symfony/flex with sf 3.3.6 with symfony/config
^3.3@dev
(because of #23753)After clearing cache (without warmup) I get this exception:
After reloading everything is fine.
The text was updated successfully, but these errors were encountered: