yuki-js / np-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumPy Kernel Panic Reproduction

This repository contains a minimal example to reproduce a kernel panic in NumPy.

Requirements

Intel Core i9-13900K CPU, Ubuntu Server 22.04, Linux 5.15.0-71-generic

OR

The same environment described in this issue microsoft/WSL#10053

Reproduction

git clone https://github.com/yuki-js/np-repro.git
cd np-repro
./bar.sh
# on shell in docker
./tst.py

Result

Either of the following results will be occurred.

  • Kernel panic
  • Segmentation fault
  • ImportError
  • SystemError
  • Stuck (no response)
    • When stuck, press C-P C-Q to detach from the container, then ./bar.sh

About


Languages

Language:Shell 57.1%Language:Dockerfile 34.2%Language:Python 8.7%