You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Already mentioned..
OS is Ubuntu 24.04.01(kernel 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC)
Guest on VirtualBox. Host OS is Manjaro.
Hardware is AMD 7950x.
Let me know if you need any other specifics.
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.
The text was updated successfully, but these errors were encountered: