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

Panic error for digitalocean_droplet #5583

Closed
sheerun opened this issue Mar 11, 2016 · 3 comments · Fixed by #5588
Closed

Panic error for digitalocean_droplet #5583

sheerun opened this issue Mar 11, 2016 · 3 comments · Fixed by #5588

Comments

@sheerun
Copy link
Contributor

sheerun commented Mar 11, 2016

2016/03/11 13:08:44 [DEBUG] vertex provider.digitalocean (close), waiting for: digitalocean_droplet.master
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: panic: runtime error: invalid memory address or nil pointer dereference
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: [signal 0xb code=0x1 addr=0x0 pc=0x61063]
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean:
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: goroutine 99 [running]:
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: panic(0x666080, 0x820bcc110)
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean:    /opt/go/src/runtime/panic.go:464 +0x3e6
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: github.com/hashicorp/terraform/builtin/providers/digitalocean.resourceDigitalOceanDropletRead(0x820d78ae0, 0x69e740, 0x820df1b00, 0x0, 0x0)
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean:    /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/digitalocean/resource_digitalocean_droplet.go:192 +0x263
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: github.com/hashicorp/terraform/builtin/providers/digitalocean.newDropletStateRefreshFunc.func1(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean:    /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/digitalocean/resource_digitalocean_droplet.go:447 +0x199
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: github.com/hashicorp/terraform/helper/resource.(*StateChangeConf).WaitForState.func1(0x820d799e0, 0x820d79980, 0x821092c80, 0x821092c90, 0x821092c70)
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean:    /opt/gopath/src/github.com/hashicorp/terraform/helper/resource/state.go:83 +0x1ef
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean: created by github.com/hashicorp/terraform/helper/resource.(*StateChangeConf).WaitForState
2016/03/11 13:08:48 [DEBUG] terraform-provider-digitalocean:    /opt/gopath/src/github.com/hashicorp/terraform/helper/resource/state.go:129 +0x20c
@jen20
Copy link
Contributor

jen20 commented Mar 11, 2016

Hi @sheerun! Thanks for reporting this. Anything causing a crash is considered a bug in Terraform. I'll take a look and open PR to fix it.

@sheerun
Copy link
Contributor Author

sheerun commented Mar 11, 2016

It happens randomly, there's no way to reliably reproduce

@ghost
Copy link

ghost commented Apr 27, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants