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
in miniconda
export MOJO_PYTHON_LIBRARY=/home/john/miniconda3/lib
mojo build mandelbrot.🔥
./mandelbrot
Parallelized: 0.92239652459016397 ms
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 mandelbrot.\360\237\224\245
#0 0x000055ca96f70197 (/home/john/.modular/pkg/packages.modular.com_mojo/bin/mojo+0x5c9197) #1 0x000055ca96f6dd6e (/home/john/.modular/pkg/packages.modular.com_mojo/bin/mojo+0x5c6d6e) #2 0x000055ca96f7086f (/home/john/.modular/pkg/packages.modular.com_mojo/bin/mojo+0x5c986f) #3 0x00007f3082e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
Minnesegmentsfeil (kjerne lagret i fil)
- What OS did you do install Mojo on ? Ubuntu 22.04
- Provide version information for Mojo by pasting the output of `mojo -v` 0.5
- Provide Modular CLI version by pasting the output of `modular -v` 0.22
The text was updated successfully, but these errors were encountered:
Bug description
first
mojo mandelbrot.🔥
works fine, but then
in miniconda
export MOJO_PYTHON_LIBRARY=/home/john/miniconda3/lib
mojo build mandelbrot.🔥
./mandelbrot
Parallelized: 0.92239652459016397 ms
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 mandelbrot.\360\237\224\245
#0 0x000055ca96f70197 (/home/john/.modular/pkg/packages.modular.com_mojo/bin/mojo+0x5c9197)
#1 0x000055ca96f6dd6e (/home/john/.modular/pkg/packages.modular.com_mojo/bin/mojo+0x5c6d6e)
#2 0x000055ca96f7086f (/home/john/.modular/pkg/packages.modular.com_mojo/bin/mojo+0x5c986f)
#3 0x00007f3082e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
Minnesegmentsfeil (kjerne lagret i fil)
The last line means a segmentation fault..
Steps to reproduce
https://docs.modular.com/mojo/notebooks/Mandelbrot.html
content pasted into file
def main():
paralellizable()
System information
The text was updated successfully, but these errors were encountered: