{
  "id": "terraform/terraform-provider-plugin-crash",
  "signature": "Error: Plugin did not respond: plugin process exited unexpectedly: signal: segmentation fault (core dumped)",
  "signature_zh": "错误：插件未响应：插件进程意外退出：信号：段错误（核心已转储）",
  "regex": "Plugin did not respond: plugin process exited unexpectedly: signal: segmentation fault",
  "domain": "terraform",
  "category": "system_error",
  "subcategory": null,
  "root_cause": "The provider plugin crashed due to a memory access violation or internal bug, often caused by invalid input or resource state corruption.",
  "root_cause_type": "generic",
  "root_cause_zh": "提供程序插件因内存访问违规或内部错误而崩溃，通常由无效输入或资源状态损坏引起。",
  "versions": [
    {
      "version": "Terraform v1.5",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Terraform v1.6",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Terraform v1.7",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "AWS Provider v4.67+",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "AzureRM Provider v3.0+",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "The crash is deterministic given the same input; rerunning without fixing the underlying issue will reproduce the crash.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "The crash is often provider-specific; updating Terraform alone does not fix provider bugs.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Reinstalling the same provider version does not resolve the crash if the bug is in that version.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Update the provider to the latest version by running 'terraform init -upgrade' and then retry the operation.",
      "success_rate": 0.7,
      "how": "Update the provider to the latest version by running 'terraform init -upgrade' and then retry the operation.",
      "condition": "",
      "sources": []
    },
    {
      "action": "If the crash is related to a specific resource, remove that resource from configuration temporarily, apply the rest, then re-add it to isolate the issue.",
      "success_rate": 0.65,
      "how": "If the crash is related to a specific resource, remove that resource from configuration temporarily, apply the rest, then re-add it to isolate the issue.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Enable provider debug logging by setting 'TF_LOG=debug' and 'TF_LOG_PATH=./terraform.log', then reproduce the crash and inspect the log for clues.",
      "success_rate": 0.5,
      "how": "Enable provider debug logging by setting 'TF_LOG=debug' and 'TF_LOG_PATH=./terraform.log', then reproduce the crash and inspect the log for clues.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Update the provider to the latest version by running 'terraform init -upgrade' and then retry the operation.",
    "If the crash is related to a specific resource, remove that resource from configuration temporarily, apply the rest, then re-add it to isolate the issue.",
    "Enable provider debug logging by setting 'TF_LOG=debug' and 'TF_LOG_PATH=./terraform.log', then reproduce the crash and inspect the log for clues."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://developer.hashicorp.com/terraform/plugin/debugging",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.8,
  "fix_success_rate": 0.75,
  "resolvable": "partial",
  "first_seen": "2023-06-20",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}