-
Notifications
You must be signed in to change notification settings - Fork 233
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
segfault during compilation #23
Comments
@crepererum could you make one experiment by running failing command under the debugger and provide list of loaded shared libraries? under gdb/cgdb this is command could also you provide more info on distribution you are using? |
Shared library data:
(as in the stacktrace above I've changed the path prefix for the source dir to Distribution is Arch Linux. |
thank you for additional information. we were able to reproduce issue and analyze it. It looks like there maybe problem with clang version used to build Intel Graphics compiler stack. Everything worked for us with 4.0.1 and failed with 5.0 could you confirm clang version you use. is this 5.0? |
|
I created issue in Intel Graphics Compiler because this is issue with compiler stack. |
Looks like problem is fixed on compiler side, closing this one. |
The following build step (and other similar steps) crash:
Backtrace:
The text was updated successfully, but these errors were encountered: