-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) #239
Comments
How large is your .pyc file? |
yes. >=27kb .pyc |
Is there any way to solve it? |
It seems to be linked with the *.pyc file size or the depth of the code. Maybe allocating memory on loading the file.
|
Just now got the same crash,
|
Hello, I felt into same issue, but somehow I found the clue. The problem was, that the stack was empty but still program want to get the value from.
Adding ASTree.cpp: |
Thank you so much brother you saved my works! |
It seems that the code has been updated and I can't find the places to apply the patches... Any updates? This problem makes pycdc pretty much unusable for some input... |
I've packaged the fix into a PR: #532. Thanks @MoodMonitor ! |
When the .pyc file is large, pycdc outputs Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: