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

Decompressing into runtime container fails or freezes occasionally #111

Closed
igorakkerman opened this issue Sep 7, 2017 · 1 comment · Fixed by #112
Closed

Decompressing into runtime container fails or freezes occasionally #111

igorakkerman opened this issue Sep 7, 2017 · 1 comment · Fixed by #112
Assignees

Comments

@igorakkerman
Copy link

I'm trying to use SAM Local on WIndows 10 to test my Lambda function, written in Java 8:
sam local invoke --template sam.yaml --event event.txt

The outcome is unpredictable, with three variations:

  1. Request succeeds
  2. Request freezes at 'Decompressing into runtime container'
  3. Request fails with a bunch of Go errors at 'Decompressing into runtime container'

I attached the three respective logs:
invoke-working.txt
invoke-frozen.txt
invoke-error.txt

@PaulMaddox
Copy link
Contributor

This looks like a potential bug in github.com/microsoft/go-winio

microsoft/go-winio#41

I will investigate further tomorrow.

@PaulMaddox PaulMaddox self-assigned this Sep 7, 2017
sanathkr pushed a commit that referenced this issue Sep 13, 2017
* Removed debug file

* Formatted with gofmt after files were modified via GitHub web interface

* Updated go-winio dependency to latest version.

This update includes fixes from this PR:
microsoft/go-winio#48

That fixes:
microsoft/go-winio#41

And should fix #111.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants