i rebooted an extra time because chrome stopped responding to my
raspberry pi touchscreen

this example is sufficient to cause the systemwide crash:
git clone --branch vmem-wip https://github.com/xloem/mimalloc
mkdir mimalloc/build
cd mimalloc/build
cmake ..
make
rm CMakeCache.txt
touch CMakeLists.txt
LD_PRELOAD=$(pwd)/libmimalloc.so VMEM_PREFIX=vmem cmake .

pytorch need not be involved

the next step is to get cmake sources and see if a cmake built from
source triggers the issue
then maybe i can add the seccomp calls to cmake directly, and narrow
it down to an example that could be in a bug report

Reply via email to