Re: Linux 6.18-rc6

From: Joan Bruguera Micó
Date: Mon Nov 17 2025 - 16:19:35 EST


>> (It dose not always happens, sometimes I don't get this crash and It
>> dose not always err on same line.)
>
> On my system what happened was very random. Some symptoms:

FWIW, I found this consistently reproduced the issue on my system:

#!/bin/sh
seq 1000000 > patterns
echo x > haystack
grep --file patterns haystack

Regards,
- Joan