Segmentation fault #117461
Labels
A-stack-probe
Area: Stack probing and guard pages
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-AArch64
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I'm very sorry for how little information this bug report has, hopefully just, initially. I'm really not sure what exactly is going wrong here.
I have an Advent of Code project (the whole thing is here) where all the years and days are organized into their own files. This is the code I have in the file
dy6.rs
(day 6):The function
pt1()
(part 1) works as expected, butpt2()
crashes with a segmentation fault! I tried figuring out where exactly it's failing, and it seems like it's crashing just beforept2()
is called.This happens for me on both stable and nightly.
Meta
rustc --version --verbose
:No backtrace available.
The text was updated successfully, but these errors were encountered: