-
Notifications
You must be signed in to change notification settings - Fork 0
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
Provider crashing on resource destroy #55
Comments
Hi @voided, thank you for making us aware. We're still working on debugging this kind of bug on dynamically bridged providers, where we have no provider cedentials, but we've come a bit further since #36, so hopefully, your statefile is not needed! 🤞 Could you please run both your above program steps with Thank you so much! |
@guineveresaenger those flags didn't seem to generate a https://gist.github.com/voided/2722f889aea115128111ad12e9dd88f8 STEP ONE file is when creating the initial resources with |
I'm sorry -I sent you the wrong environment variable for the Pulumi logs. I'm sorry for the trouble. Could you generate the Pulumi GRPC logs as follows:
Thank you for the TF logs! |
In pulumi/pulumi-terraform-provider#55 I gave a customer the wrong varname following these instructions a bit too closely. This change uses the correct env var name, `PULUMI_DEBUG_GRPC`
@guineveresaenger Logged both files this time: https://gist.github.com/voided/2812657a4f78404c701ca0505593e45e Same naming pattern as before, "STEP ONE" for the |
Thanks for working with us to collect logs. We'll take a look at getting this fixed. |
What happened?
Similar to #36, I'm getting a provider segfault when destroying resources.
Generated from https://github.com/lord-kyron/terraform-provider-phpipam via
pulumi package add terraform-provider registry.terraform.io/lord-kyron/phpipam
.It was mentioned in #36 that TF providers using the v1 SDK had issues (that looked to be resolved), but based on the stack trace it looks like this one is using v2.
Example
pulumi up
- successfulComment out
phpipam.Section
resource andpulumi up
again - segfault in the terraform-provider-phpipam_v1.6.2 plugin.Output of
pulumi about
Additional context
I can happily provide my state file privately, please let me know how to share it!
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: