turbot / steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.
https://steampipe.io
GNU Affero General Public License v3.0
6.92k stars 274 forks source link

`transport: error while dialing: dial unix` / `signal: trace/BPT trap` #3315

Closed johnsmyth closed 1 year ago

johnsmyth commented 1 year ago

Describe the bug

Getting errors when running steampipe dashboard. Specifically, I have seen this running dashboards in the AWS Compliance mod and the AWS Well-Architected mod (have not specifically tried others yet).

Errors in the dashboard look like:

connection error: desc = "transport: error while dialing: dial unix /var/folders/t4/1lm46wt12sv7yq1gp1swn3jr0000gn/T/plugin3299106280: connect: connection refused" (SQLSTATE HV000)

In the plugin log, there are errors that roughly correspond:

2023-04-06 20:41:17.932 UTC [ERROR] plugin process exited: path=/Users/jsmyth/.steampipe/plugins/hub.steampipe.io/plugins/turbot/aws@latest/steampipe-plugin-aws.plugin pid=54410 error="signal: trace/BPT trap"

Steampipe version (steampipe -v) Steampipe v0.19.3

To reproduce Run AWS Compliance benchmarks

johnsmyth commented 1 year ago

After upgrading to Ventura 13.3 (22E252) I am unable to reproduce the issue