Skip to content

Instantly share code, notes, and snippets.

@adamar
Created July 6, 2017 05:50
Show Gist options
  • Save adamar/fe09ee8b990b6c1a45b020f6fc8c12d3 to your computer and use it in GitHub Desktop.
Save adamar/fe09ee8b990b6c1a45b020f6fc8c12d3 to your computer and use it in GitHub Desktop.
SIGSEV
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x42eaac0]
goroutine 1 [running]:
github.com/hashicorp/terraform/command.(*Meta).backendInitRequired(0xc420587e60, 0xc420b1a4c0, 0x33)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/command/meta_backend.go:1457 +0x1c0
github.com/hashicorp/terraform/command.(*Meta).backendFromConfig(0xc420587e60, 0xc420aab7c8, 0x0, 0x0, 0x0, 0x0)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/command/meta_backend.go:418 +0x1025
github.com/hashicorp/terraform/command.(*Meta).Backend(0xc420587e60, 0xc420aab7c8, 0x5382a00, 0x8196060, 0xc4203ffe40, 0x70)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/command/meta_backend.go:90 +0x857
github.com/hashicorp/terraform/command.(*StateMeta).State(0xc420587e50, 0xc420587e60, 0x5, 0x6, 0x0, 0x0)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/command/state_meta.go:22 +0x4c
github.com/hashicorp/terraform/command.(*StateMvCommand).Run(0xc420587d40, 0xc4203b82a0, 0x5, 0x6, 0xc4203fe970)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/command/state_mv.go:42 +0x356
github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli.(*CLI).Run(0xc4201fa480, 0xc420552fc0, 0xc420781cd0, 0x1)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/vendor/github.com/mitchellh/cli/cli.go:154 +0x1a8
main.wrappedMain(0x0)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/main.go:192 +0xb8e
main.realMain(0x0)
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/main.go:95 +0xbb
main.main()
/mnt/jenkinsslave/workspace/terraform/packages/src/github.com/hashicorp/terraform/main.go:31 +0x38
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Terraform[1] so that we can fix this.
When reporting bugs, please include your terraform version. That
information is available on the first line of crash.log. You can also
get it by running 'terraform --version' on the command line.
[1]: https://github.com/hashicorp/terraform/issues
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment