Windows and latest build of Odin 08-2024 and also on 09-2024
More than one person confirmed, both on Windows 11 both 24H2
One with Intel and one with AMD
Both with LLVM 18.1.8
This one is different than issue 4178 in that (a) it is a compiler time crash (confirmed segfault) when an allocation of > 1mb is done for a slice.
Simple Code Example (reproduced on two windows computers)
Silent crash on windows but one user (chamberlain) dumped the segfault (see comment below)
Expected behavior: no compiler crash and maybe some informative warnings or errors if appropriate, and should be cross referenced with linked Bug report at top of this.
Also, see https://github.com/odin-lang/Odin/issues/4178 for a similar issue but runtime crash with dynamic arrays
Windows and latest build of Odin 08-2024 and also on 09-2024 More than one person confirmed, both on Windows 11 both 24H2 One with Intel and one with AMD Both with LLVM 18.1.8
This one is different than issue 4178 in that (a) it is a compiler time crash (confirmed segfault) when an allocation of > 1mb is done for a slice.
Simple Code Example (reproduced on two windows computers)
Silent crash on windows but one user (chamberlain) dumped the segfault (see comment below)
Expected behavior: no compiler crash and maybe some informative warnings or errors if appropriate, and should be cross referenced with linked Bug report at top of this.