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

Interpreter: LLVM ERROR: Invalid size request on a scalable vector. Aborted (core dumped) #14771

Open
philipp-classen opened this issue Jul 1, 2024 · 0 comments

Comments

@philipp-classen
Copy link
Contributor

Calling Log.info results in a core dump in the interpreter:

Using compiled compiler at github/crystal/.build/crystal
Crystal interpreter 1.13.0-dev [e279b3c7f] (2024-07-01).
EXPERIMENTAL SOFTWARE: if you find a bug, please consider opening an issue in
https://github.com/crystal-lang/crystal/issues/new/

icr:1> require "log"
 => nil
icr:2> Log.info { "test" }
LLVM ERROR: Invalid size request on a scalable vector.
Aborted (core dumped)

Can be reproduced on master (tested with e279b3c)

OS: Arch Linux

$ crystal --version
Crystal 1.12.2 (2024-06-01)

LLVM: 17.0.6
Default target: x86_64-pc-linux-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants