ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
32 stars 6 forks source link

SIGSEGV error #199

Closed Petersoj closed 2 weeks ago

Petersoj commented 2 weeks ago

Getting a SIGSEGV error when aws-nuke is printing resource IDs before nuke confirmation in version 3.2.0. See stacktrace:

Screenshot 2024-06-21 at 3 18 59 PM copy
ekristen commented 2 weeks ago

Well that's not what you want to see. Let me take a look.

ekristen commented 2 weeks ago

@Petersoj I see the problem. I'll get patch up here shortly.

ekristen commented 2 weeks ago

@Petersoj what OS are you on? I'll cut you a build for testing.

Petersoj commented 2 weeks ago

@ekristen I'm using Docker on macOS ARM.

ekristen commented 2 weeks ago

I was able to duplicate. Just working on getting the fix in fully now.

ekristen commented 2 weeks ago

:tada: This issue has been resolved in version 3.2.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ekristen commented 2 weeks ago

Time between release cut and builds can be about 5-10 minutes, give it a few and it'll show up with all the artifacts and docker images.

Petersoj commented 2 weeks ago

Excellent! The patch release works great. Thank you!