-
Notifications
You must be signed in to change notification settings - Fork 588
fix: avoid modifying source during resolver.Copy #2230
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
Conversation
Signed-off-by: Justin Chadwell <me@jedevc.com>
|
I tried it in FrankenPHP's CI and it looks like it triggers another bug: https://github.com/dunglas/frankenphp/actions/runs/7728429011/job/21072578318 |
|
oh no That one looks absolutely miserable 😢 I think this is unrelated thankfully, so we should be able to merge this one now, and follow-up. Why in the world would we be getting a SIGSEGV in OTEL code? 😢 😢 It's also coming from something containerd pusher related: realllllly hope it's not related to containerd/containerd#8379. |
@dunglas Would you mind opening another issue with this stacktrace please? Thanks. |
Oh right I see the call to the resolver 😳 |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Fixes #2229
It looks like this case could only happen with multiple sources? But regardless, we definitely shouldn't be modifying a source input, we should instead make a clone.