modularml / mojo

The Mojo Programming Language
https://docs.modular.com/mojo/manual/
Other
23.3k stars 2.59k forks source link

[BUG]: Mojo REPL Crash and Parsing Failure during Gauss-Jordan Elimination #712

Closed mattfaltyn closed 10 months ago

mattfaltyn commented 1 year ago

Bug description

Notebook Cell 5 error: The Mojo REPL has crashed and attempted recovery. If the REPL behaves inconsistently, please restart to ensure correct behavior. expression failed to parse (no further compiler diagnostics)

Steps to reproduce

The notebook can be found in this repo.

The objective of this notebook is to build upon the Matmul tutorial notebook by implementing various linear algebra algorithms in Mojo.

System information

- Device Specifications
  - Processor: 
    - Type: AMD Ryzen Threadripper PRO 5955WX 
    - Cores: 16
    - Speed: 4.00 GHz
  - Installed RAM: 
    - Total: 256 GB
    - Usable: 256 GB
  - System Type: 
    - OS: 64-bit operating system, Windows 11 using WSL2 (Ubuntu 22.04.3 LTS)
    - Processor Architecture: x64-based
- mojo 0.2.1
- modular 0.1.4
River707 commented 1 year ago

Thank you for reporting this and including a good example of the issue! I can see this as well, we'll take a look.

Mogball commented 10 months ago

Closing this because it's too old and the code no longer works :(