-
Notifications
You must be signed in to change notification settings - Fork 70
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
Compiler bus error during build #418
Comments
gcc 4.4 is quite old.
which one have you tried? |
I don't have root, so I can only load modules on this cluster. I have gcc 5 in my path:
but the build script is not finding it and is instead using How can I override the gcc used by the build? |
You can change the
maybe setting it to I will add a patch to allow user config it from Julia's REPL later. |
Please checkout this patch: https://github.com/dmlc/MXNet.jl/pull/419/files |
* build: propagate CC/CXX into config.mk See: #418 (comment) * update doc
It compiles now, but when I start Julia and issue |
Here is the beginning of the error message, just in case it helps.
|
Oh... set |
Success! I wasn't able to change that file without git complaining that I need to stash, so I uninstalled jemalloc and was able to compile. Now all but one test passes. I doubt it is related, but I'm including the error message in case it is.
|
That error is from recent uptream changes. |
* build: propagate USE_JEMALLOC see #418 (comment)
I'm getting a compiler bus error during build, and I really don't know where to start debugging it. I have tried nuking the package directory and rebuilding, and I've tried a different compiler, but I got bus errors on both, so I'm thinking it's an MXNet issue.
The text was updated successfully, but these errors were encountered: