-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Why it causes core dump #4308
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
Comments
I think there maybe something wrong i did. |
You reported this already in #4301, right? Can we keep the conversation just in one issue? or I misunderstood and those are different problems? |
I think this has nothing to do with the version, |
Sorry, I can't replicate this in my local installation. But your latest build is passing https://readthedocs.org/projects/matchzoo/builds/7407005/, were you able to solve the problem? |
No,i reset the repo @stsewd |
what do you need to replicate ? @stsewd |
What do you mean? Did you revert a commit?
The core dump error in my rtd local installation. |
@stsewd |
should i change the commit to the situation that the problem happened? |
@wqh17101 You can just link the commit here and I try that in my local instance, no need to revert your project |
#4308 (comment) this means it is a tensorflow bug? If so, we can close this. I can't replicate with this commit NTMC-Community/MatchZoo@2ba5977 |
@stsewd I have no clue. why it raises when building documentations?..I'm not able to replicate as well. Maybe the best thing to do is to wait until tomorrow (he went to sleep just now). I'll ask him to downgrade tensorflow, if it works we'll close this issue. |
Do you need tensorflow to build the docs? I'd suggest you to use a different requirement.txt file to build your docs with only what's strictly necessary on it. |
@humitos Apparently we do not need tensoflow to build the docs (we didn't even have requirements.txt for documentation) :( |
RTD auto pick the requirements in the root of your project. That's why. You may want to check http://docs.readthedocs.io/en/latest/yaml-config.html and http://docs.readthedocs.io/en/latest/yaml-config.html and specify a reqs file there. |
oh, I see. RTD tries to find a We are tracking the other bug here #1621 |
@bwanglzu let us know how that goes! |
@stsewd Thanks! Will reply tomorrow! |
It doesn't work. @stsewd The core problem is that why i can build at the first time and when i make some right commits ,it failed. There is no requirements change between the origin and the commit you can see this one https://readthedocs.org/projects/matchzoo/builds/7408927/ i downgrade the tensorflow. |
I built your project several times in my local instance and I wasn't able to replicate this. So I tested it in the readthedocs.org site, I was able to replicate there... but is weird, I'm using the 2.0 docker image in my local instance @humitos which one is used by rtd in production? @wqh17101 can you test creating a build:
image: 2.0
python:
version: 3.5 |
|
Can you please point me to that file in your repo? |
Sure , the file is https://github.com/faneshion/MatchZoo/blob/feature/document/matchzoo/engine/param_table.py |
Something new? @stsewd |
Sorry, no. I can't replicate locally so I don't know how to help. |
OK i will try whether i remain the F-string,i can do everything
remain F-STRING,using 3.5 to build by yml ,i can build https://readthedocs.org/projects/matchzoo/builds/7416094/
what does the f do? It is amazing. Remove it ,it causes core dump, whatever i commit. |
Do my make and makefile have problem? @stsewd https://github.com/faneshion/MatchZoo/blob/feature/document/matchzoo/docs |
Can I login the auto build env |
Readthedocs uses |
@stsewd with |
@wqh17101 thanks for the information, this is related to #3738 (see #3738 (comment)). Also, this is a tensorflow bug, closing then. |
Details
Expected Result
Get the right content which generated by sphinx-apidoc
Actual Result
The 77406100 is the one can build normally. But it can not display the content generated by sphinx-apidoc ,so i check the log



i find an error , obviously, it caused the bug.
So i fixed it and commit the file .
it works in my local env
but in the readthedoc's env ,it got the result of 7406071
i got a core dump
And it seems that whatever i change (the right code in my env )and commit ,it would usually get a core dump.
The text was updated successfully, but these errors were encountered: