steampipe
steampipe copied to clipboard
Intermittently getting runtime error: invalid memory address or nil pointer dereference while using AWS plugin
Describe the bug We have been getting Intermittently nil pointer dereference. It works on the first execution of the query and when I try to execute it second time it fails.
Steampipe version (steampipe -v
)
Steampipe v0.21.4
hub.steampipe.io/plugins/turbot/aws@latest | 0.125.0
To reproduce
- Run the steampipe server.
- Execute the query -
steampipe query "select * from lsq_dev.aws_ec2_launch_template"
- You will get correct results
- Execute it again -
steampipe query "select * from lsq_dev.aws_ec2_launch_template"
- It fails with nil pointer dereference
Expected behavior Ideally it should have returned back with the same result.
Additional context correct-execution-logs.txt error-execution-logs.txt
thanks @kartik7153 - I've reproduced, looking for a fix
@kaidaguerre ,
Is there an update with this issue? This is happening on the terraform_resource
as well.
Thanks,
Hi @kaidaguerre any update on this one? we're having issues on this using Azure plugin getting the same error
@jeffreymp17 apologies for delay on this one. Are you still seeing these issues? I cannot reproduce with steampipe v0.23.1 and aws v0.138.0
Hi @kaidaguerre, I'm having the issue with some gcp queries as well I created this issue with the example queries https://github.com/turbot/steampipe/issues/4279
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.