ScanByte.jl
ScanByte.jl copied to clipboard
Segfault on 1.11
https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/0520b80_vs_bd47eca/ScanByte.primary.log
[15] signal 11 (128): Segmentation fault
in expression starting at /home/pkgeval/.julia/packages/ScanByte/5NrVo/test/scanbyte.jl:51
unsafe_load at ./pointer.jl:152 [inlined]
unsafe_load at ./pointer.jl:152 [inlined]
loadvector at /home/pkgeval/.julia/packages/ScanByte/5NrVo/src/codegen.jl:149 [inlined]
_memchr_nonempty at /home/pkgeval/.julia/packages/ScanByte/5NrVo/src/codegen.jl:398 [inlined]
macro expansion at ./none:0 [inlined]
_memchr at ./none:0
Thanks for reporting this! This appears to be a safety bug in ScanByte itself, exposed by Julia's Memory PR, and not a problem on the Julia side. I'll fix it eventually, but it'll take some time since it needs extensive refactoring, unfortunately.