mtshiba / pylyzer

A fast static code analyzer & language server for Python
http://mtshiba.github.io/pylyzer/
MIT License
2.38k stars 33 forks source link

Stack overflow with pylyzer v0.0.60 #101

Open TheSmilingTurtle opened 1 month ago

TheSmilingTurtle commented 1 month ago

After running the following command pylyzer --verbose 2 -c "import numpy as np" I was presented with the following output:

Start checking: <string>

thread 'arrayterator' has overflowed its stack
fatal runtime error: stack overflow
[1]    729379 IOT instruction (core dumped)  pylyzer --verbose 2 -c "import numpy as np"

This happens repeatably.

ibrokemypie commented 1 month ago

Also able to repro this on v0.0.61

pylyzer --verbose 2 -c "import numpy as np"
Start checking: <string>

thread '_arrayterator_impl' has overflowed its stack
fatal runtime error: stack overflow
zsh: IOT instruction (core dumped)  pylyzer --verbose 2 -c "import numpy as np"