- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having problem with 2013_sp1. The code that compiles fine with last version suddenly fails to build with the following error message:
": internal error: ** segmentation violation signal raised **
Access violation or stack overflow. Please contact Support.
icpc: error #10014: problem during multi-file optimization compilation (code 4)
Again, the code compiles fine with the last, pre-sp1 icpc. This happens only on MIC. The same code (other than MIC specific optimizations) compiles fine on x86.
Can anyone help or give me hints in tracking down/workaround this issue?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By the way, the code is native mode application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
James,
Do you have some test code for us to look at?
Regards
--
Taylor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tyler:
We would like to avoid giving out our source code, if possible.
However, we are finding out some more information that may shed more light on this.
1. we are able to compile the code by using -no-ipo.
2. If we remove -lpthread, the segmentation error does not happen -- and although the code is compiled with warning (not able to resolve pthread symbols), the code still runs correctly due to dynamic links.
3. the build failure happens at the last stage -- linking all the objects together with the libs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Look like this issue is fixed in sp1 update 2.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page