-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
I used BenchmarkDotNet to find the difference between using if i == -1 someone else list[i]
and list[i+1]
, but on Ubuntu and Fedora (VM), there were some problems. When I launched the benchmark, it started, but after the "AfterAll" section, "Segmentation Fault" was written in Ubuntu 25.04, and nothing else happened, just the program finished on Fedora Workstation 42. However, there were no problems on Windows.
If you want to reproduce my problem, you can clone the repository and run the mROABenchmark project. There are no unsafe codes that could cause this error.
Metadata
Metadata
Assignees
Labels
No labels