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

Compiler hangs inconsistently with Elixir 1.11.1 #10467

Closed
SkipMike opened this issue Oct 30, 2020 · 4 comments
Closed

Compiler hangs inconsistently with Elixir 1.11.1 #10467

SkipMike opened this issue Oct 30, 2020 · 4 comments

Comments

@SkipMike
Copy link

Precheck

  • Do not use the issue tracker for help or support (try Elixir Forum, Stack Overflow, IRC, etc.)
  • For proposing a new feature, please start a discussion on the Elixir Core mailing list: https://groups.google.com/group/elixir-lang-core
  • For bugs, do a quick search and make sure the bug has not yet been reported
  • Please disclose security vulnerabilities privately at [email protected]
  • Finally, be nice and have fun!

Environment

  • Elixir & Erlang/OTP versions (elixir --version): Elixir 1.11.1 otp 22.3.4
  • Operating system: ubuntu 20.04 and 20.10

Current behavior

I don't have a minimum reproducible set, I have a fairly large umbrella app that I can't share. If there are logs or other things I could run to get extra information I'd like to see what I can do.
Include code samples, errors and stacktraces if appropriate.

Expected behavior

I expect the compiler to not hang and complete in a time that is as fast or faster than 1.10.4

@wojtekmach
Copy link
Member

wojtekmach commented Oct 30, 2020

This is fixed in OTP 22.3.4.1, see #9980 (comment)

@SkipMike
Copy link
Author

Thanks @wojtekmach . I'm using hexpm docker images which doesn't have anything between 22.3.4 and 23.0. Do you know if it's fixed in 22.2.8? Or which is the latest otp verion that works before 22.3.4.1?

@josevalim
Copy link
Member

You can find 22.3.4.1 and later in the Hexpm images: https://hub.docker.com/r/hexpm/erlang/tags?page=1&name=22.3.4.

@SkipMike
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants