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

Crash: ERROR elf_dynamic_array_reader.h:64 tag not found when running hello_interop.mojo #3542

Open
capnemo opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working mojo-repo Tag all issues with this label

Comments

@capnemo
Copy link

capnemo commented Sep 24, 2024

Bug description

Git cloned the nightly and ran the command mojo hello_interop.mojo
The result was a crash. The output of the command is included.

Steps to reproduce

mojo hello_interop.mojo

Command output
(hello-world) chandra@ubvb:examples $ mojo hello_interop.mojo
Hello Mojo 🔥!
[6850:6850:20240923,163813.143586:ERROR elf_dynamic_array_reader.h:64] tag not found
[6850:6850:20240923,163813.143717:ERROR elf_dynamic_array_reader.h:64] tag not found
[6850:6850:20240923,163813.144435:ERROR elf_dynamic_array_reader.h:64] tag not found
[6850:6850:20240923,163813.144525:ERROR elf_dynamic_array_reader.h:64] tag not found
[6850:6850:20240923,163813.145027:ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq: No such file or directory (2)
[6850:6850:20240923,163813.145040:ERROR file_io_posix.cc:144] open /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq: No such file or directory (2)
Please submit a bug report to https://github.com/modularml/mojo/issues and include the crash backtrace along with all the relevant source codes.
Stack dump:
0. Program arguments: mojo hello_interop.mojo
#0 0x00005ad675ac647b llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) Signals.cpp:0:0
#1 0x00005ad675ac43d9 llvm::sys::RunSignalHandlers() Signals.cpp:0:0
#2 0x00005ad675ac6b1d SignalHandler(int) Signals.cpp:0:0
#3 0x0000752948245320 (/lib/x86_64-linux-gnu/libc.so.6+0x45320)
#4 0x00007528dc03103a
mojo crashed!
Please file a bug report.
Illegal instruction (core dumped)

System information

OS is Ubuntu 24.04.1 LTS
mojo version is mojo 24.5.0 (e8aacb95)
magic version is magic 0.3.0
modular command is not available.
@capnemo capnemo added bug Something isn't working mojo-repo Tag all issues with this label labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

1 participant