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

All queries hang after a specific crash on a prior query #332

Closed
e-gineer opened this issue May 30, 2022 · 2 comments · Fixed by #333
Closed

All queries hang after a specific crash on a prior query #332

e-gineer opened this issue May 30, 2022 · 2 comments · Fixed by #333
Assignees
Labels
bug Something isn't working

Comments

@e-gineer
Copy link
Contributor

With the specific setup and configuration below I get a runtime error (which seems to be an issue with the plugin).

But, my concern in this issue, is that after I get that error all future queries to the plugin hang:

~/src/steampipe-mod-aws-compliance $ steampipe --version
steampipe version 0.14.6
~/src/steampipe-mod-aws-compliance $ steampipe plugin list | grep aws
| hub.steampipe.io/plugins/turbot/aws@latest         | 0.60.0  | aws         |
~/src/steampipe-mod-aws-compliance $ steampipe query
Welcome to Steampipe v0.14.6
For more information, type .help
> select
  arn as resource,
  inline_policies,
  attached_policy_arns,
  account_id
from
  aws_iam_user;
Error: runtime error: invalid memory address or nil pointer dereference (SQLSTATE HV000)
> select * from aws_account
⠇ Loading results...


@e-gineer e-gineer added the bug Something isn't working label May 30, 2022
@ctrl78
Copy link

ctrl78 commented May 31, 2022

Same for me with exact version

@kaidaguerre
Copy link
Contributor

Looking into it

@kaidaguerre kaidaguerre transferred this issue from turbot/steampipe Jun 7, 2022
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

Successfully merging a pull request may close this issue.

3 participants