Skip to content
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

Add misssing error check #751

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Add misssing error check #751

merged 1 commit into from
Apr 24, 2023

Conversation

0x2b3bfa0
Copy link
Member

Stack trace from the terraform-provider-iterative plugin:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x14c79f3]

goroutine 49 [running]:
terraform-provider-iterative/iterative/aws.ResourceMachineCreate({0x4095a90, 0xc0006c5560}, 0xc00090b900, {0x31cda80?, 0xc00033c2d0?})
	terraform-provider-iterative/iterative/aws/provider.go:129 +0x17d3
terraform-provider-iterative/iterative.resourceMachineCreate({0x4095a90, 0xc0006c5560}, 0xe?, {0x0, 0x0})
	terraform-provider-iterative/iterative/resource_machine.go:193 +0x765
terraform-provider-iterative/iterative.resourceRunnerCreate({0x4095a90?, 0xc0006c5560}, 0xc00090b900, {0x0?, 0x0})
	terraform-provider-iterative/iterative/resource_runner.go:240 +0x578
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).create(0xc000182460, {0x4095a20, 0xc0006cd7c0}, 0x2?, {0x0, 0x0})
	github.com/hashicorp/terraform-plugin-sdk/v2@v2.8.0/helper/schema/resource.go:330 +0x12e
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).Apply(0xc000182460, {0x4095a20, 0xc0006cd7c0}, 0xc0006b0c30, 0xc00090b780, {0x0, 0x0})
	github.com/hashicorp/terraform-plugin-sdk/v2@v2.8.0/helper/schema/resource.go:456 +0x705
github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*GRPCProviderServer).ApplyResourceChange(0xc00031ff80, {0x4095a20, 0xc0006cd7c0}, 0xc00089f680)
	github.com/hashicorp/terraform-plugin-sdk/v2@v2.8.0/helper/schema/grpc_provider.go:977 +0xde5
github.com/hashicorp/terraform-plugin-go/tfprotov5/tf5server.(*server).ApplyResourceChange(0xc00064cda0, {0x4095ac8?, 0xc0007762a0?}, 0x0?)
	github.com/hashicorp/terraform-plugin-go@v0.4.0/tfprotov5/tf5server/server.go:332 +0x6c
github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5._Provider_ApplyResourceChange_Handler({0x37d8d20?, 0xc00064cda0}, {0x4095ac8, 0xc0007762a0}, 0xc000908d20, 0x0)
	github.com/hashicorp/terraform-plugin-go@v0.4.0/tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go:380 +0x170
google.golang.org/grpc.(*Server).processUnaryRPC(0xc000452960, {0x409f1a0, 0xc00057d6c0}, 0xc00044d320, 0xc000689c20, 0x58e7ea0, 0x0)
	google.golang.org/grpc@v1.49.0/server.go:1301 +0xb2b
google.golang.org/grpc.(*Server).handleStream(0xc000452960, {0x409f1a0, 0xc00057d6c0}, 0xc00044d320, 0x0)
	google.golang.org/grpc@v1.49.0/server.go:1642 +0xa2f
google.golang.org/grpc.(*Server).serveStreams.func1.2()
	google.golang.org/grpc@v1.49.0/server.go:938 +0x98
created by google.golang.org/grpc.(*Server).serveStreams.func1
	google.golang.org/grpc@v1.49.0/server.go:936 +0x28a

Error: The terraform-provider-iterative plugin crashed!

@0x2b3bfa0 0x2b3bfa0 added bug Something isn't working cloud-aws Amazon Web Services resource-runner iterative_runner TF resource resource-machine iterative_machine TF resource labels Apr 24, 2023
@0x2b3bfa0 0x2b3bfa0 requested a review from mjasion April 24, 2023 12:31
@0x2b3bfa0 0x2b3bfa0 self-assigned this Apr 24, 2023
@0x2b3bfa0 0x2b3bfa0 enabled auto-merge (squash) April 24, 2023 12:33
@0x2b3bfa0 0x2b3bfa0 merged commit 0df45eb into main Apr 24, 2023
@0x2b3bfa0 0x2b3bfa0 deleted the add-error-check branch April 24, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cloud-aws Amazon Web Services resource-machine iterative_machine TF resource resource-runner iterative_runner TF resource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants