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

Closed
kartik7153 opened this issue Jan 30, 2024 · 7 comments
Labels
bug Something isn't working stale No recent activity has been detected on this issue/PR and it will be closed

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

@kaidaguerre
Copy link
Contributor

@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

@jeffreymp17
Copy link

jeffreymp17 commented Jun 25, 2024

Hi @kaidaguerre, I'm having the issue with some gcp queries as well
I created this issue with the example queries #4279

Copy link

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.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Aug 24, 2024
Copy link

This issue was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

No branches or pull requests

4 participants