-
Notifications
You must be signed in to change notification settings - Fork 284
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
Intermittently getting runtime error: invalid memory address or nil pointer dereference while using AWS plugin #4097
Comments
thanks @kartik7153 - I've reproduced, looking for a fix |
@kaidaguerre , 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 |
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. |
This issue was closed because it has been stalled for 90 days with no activity. |
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
steampipe query "select * from lsq_dev.aws_ec2_launch_template"
steampipe query "select * from lsq_dev.aws_ec2_launch_template"
Expected behavior
Ideally it should have returned back with the same result.
Additional context
correct-execution-logs.txt
error-execution-logs.txt
The text was updated successfully, but these errors were encountered: