Skip to content
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

Open
kartik7153 opened this issue Jan 30, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@kartik7153
Copy link

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

  1. Run the steampipe server.
  2. Execute the query - steampipe query "select * from lsq_dev.aws_ec2_launch_template"
  3. You will get correct results
  4. Execute it again - steampipe query "select * from lsq_dev.aws_ec2_launch_template"
  5. 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

@kartik7153 kartik7153 added the bug Something isn't working label Jan 30, 2024
@kaidaguerre
Copy link
Contributor

thanks @kartik7153 - I've reproduced, looking for a fix

@og-stevelee
Copy link

@kaidaguerre ,
Is there an update with this issue? This is happening on the terraform_resource as well.

Thanks,

@jeffreymp17
Copy link

Hi @kaidaguerre any update on this one? we're having issues on this using Azure plugin getting the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants