- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was using compiler version (compilers_and_libraries_2016.1.150), and I updated into (compilers_and_libraries_2017.0.098).
After the update, I cannot compile my application program due to the following compile error, which I cannot understand.
": internal error: ** The compiler has encountered an unexpected problem
** Segmentation violation signal raised. **
Access violation or stack overflow. Please contact Intel Support for assistance.
I cannot write a small program that reproduces the above error since 'I don't know what is causing the problem'.
I cannot provide the full code of my application program.
Where should I start taking a look at to find the cause?
Is there any debugging mode on icpc and mpiicpc compilers?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is a 2017.1 compiler, in case this compiler bug may have been fixed. Otherwise, there is not much you can do (besides following the advice about a problem report) but try less aggressive compile options (including possibly splitting source files with separate compilation).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm moving this to the correct forum.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, if you get this error, it's a bug in the compiler.
Could you to help with the followings to isolate it more:
- remove the compilation options as much as possible
- lower the optimization level
- create the preprocessed file (adding -EP -P), and you'll see a .i file generated.
- file an issue report at Intel Premier Support with the .i and options.
thanks,
Jennifer

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