Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Problem with VS Release 15.8.0

David_DiLaura1
3,111 Views

Colleagues,

Is anyone (else) having problems with VS Release 15.8.0?  One of our team installed that update this morning and now any attempt to display elements in an array variable in debug mode (hover with the mouse, click on the expand arrow) crashes VS -- brings it down completely.

 

0 Kudos
45 Replies
Steve_Lionel
Honored Contributor III
1,721 Views

Yes, I can reproduce this. VS complains that the Visual Fortran Expression Evaluator had an error. Please report this to Intel Support.

0 Kudos
David_DiLaura1
1,721 Views

Steve,

Your response suggests this is an Intel/Fortran problem . . . is that the case? The rest of our Team is using VS 15.7.5 with both Release 18.3 and 19.1 of the Fortran compiler without a problem. Will Intel have to change the compiler to be compatible with revision 15.8.0 of VS? Or do you think this is this a (new) bug in VS 15.8.0?

Intel folks: please weigh in on this issue.

0 Kudos
Steve_Lionel
Honored Contributor III
1,721 Views

I don't know whose bug it is, but it is Intel's responsibility to get it fixed. They will work with Microsoft if need be. I note that more than one VS2017 update has broken the Intel Fortran VS integration, though not in this specific manner. 

In this case it isn't the compiler, it's the "Fortran Expression Evaluator" which the debugger calls to show values of Fortran variables. Obviously something changed incompatibly, but whether it was an Intel bug or a Microsoft incompatible change, Intel is going to have to adjust.

0 Kudos
David_DiLaura1
1,721 Views

Steve, Colleagues,

Does anyone know how (if it's possible) to take VS back one release/upgrade? The alternative to uninstall and reinstall VS, compilers, tools, etc. on the workstation is a half-day loss.

0 Kudos
Rob1
Beginner
1,721 Views

Yes.  This has ruined my life for the last 24 hours.

0 Kudos
Steve_Lionel
Honored Contributor III
1,721 Views

I am not aware of any way to roll back a VS update.

As far as I know, Microsoft provides no advance notice/testing of VS updates to its integration partners. In this aspect they are as bad as Apple, and very different from the Windows team.

So who has filed a ticket with Intel on this?

0 Kudos
David_DiLaura1
1,721 Views

Steve, Colleagues,

Our team filed a ticket on this problem with Visual Studio late yesterday. The update from 2 hours ago is that they duplicated to problem and are "looking into it" Naturally, there's no way to know what that means. We'll go ahead a file a ticket with Intel as well.

0 Kudos
Steve_Lionel
Honored Contributor III
1,721 Views

Can you reproduce this with an MSVC program?

0 Kudos
Steve_Lionel
Honored Contributor III
1,721 Views

VS 15.8.1 is out, doesn't resolve the problem.

0 Kudos
David_DiLaura1
1,721 Views

Intel Support informed us this morning that the ticket for this problem has been escalated to the IDE team.

0 Kudos
NotThatItMatters
Beginner
1,721 Views

I also posted this problem with the VS team, but they needed a core dump to investigate.  With VS spontaneously crashing, all I would get was a Windows Error Report (wer).  If any of you know how to retrieve a memory dump accompanying a Windows Error Report, please post it here so I can forward it.

0 Kudos
Steve_Lionel
Honored Contributor III
1,721 Views
0 Kudos
NotThatItMatters
Beginner
1,721 Views

It appears 15.8.2 has not resolved the issue.

0 Kudos
Devorah_H_Intel
Moderator
1,721 Views

Compiler Release Notes were updated to include the following note:

Latest supported by Intel® Fortran Compiler 18.0 Update 3 version of Microsoft Visual Studio 2017* is 15.6.

https://software.intel.com/en-us/articles/intel-visual-fortran-compiler-180-for-windows-release-notes-for-intel-parallel-studio-xe-2018#sysreq

That being said, our engineering team is working on resolving all reported Microsoft VS integration issues related to Microsoft VS version 15.7 or later.  These issues will be fixed in the upcoming compiler releases.

0 Kudos
j0e
New Contributor I
1,721 Views

Good to hear this is being addressed.  Thanks!

0 Kudos
WSinc
New Contributor I
1,721 Views

There was an article by Steve about adding Fortran file extensions (.f90, etc)

but I could not get the same options in my version of VS 2017.

Under "Tools/options," the choice "Intel compilers" never comes up.

 

I have 15.7.5, but could not delete and reinstall an earlier version that works.

 

Dont they test this stuff before we have to deal with it ?

0 Kudos
Steve_Lionel
Honored Contributor III
1,721 Views

Yes, it is all tested. But when Microsoft makes breaking changes after the release, there is little Intel can do about it.

Screenshot_2.jpg

0 Kudos
Chaudhary__Krishna
1,721 Views

Any updates on this topic? I am having the same issue with the latest version of VS 15.8.3 as well. Any suggested workaround?

0 Kudos
mecej4
Honored Contributor III
1,721 Views

See #15. Your choices: i) install VS2017 15.6 or earlier, if you can find an installer, ii) install VS2015,  iii) wait for Intel to release Parallel Studio/Composer 2019.

 

CORRECTION, added 13 September 2018:

The VS2017 15.6 sub-version currently available at https://docs.microsoft.com/en-us/visualstudio/productinfo/installing-an-earlier-release-of-vs2017 is 15.6.7. I found out that this version also has incompatibilities with Parallel Studio 2018, see the second paragraph of #25.

DEVORAH H., if you read this, please edit/update your post (#15) and the release notes by specifying the third part of the version number - i.e., the 'x' in 15.6.x. Otherwise, you may end up with a few upset customers.

0 Kudos
jansson
Beginner
1,561 Views

If Intel believe it is important to keep its compiler integration working with the latest Visual Studio 2017 then they may test with the preview released by Microsoft to find out if something breaks or not. If a problem are found early there are time to change either IDE or compiler before it cause customer pain.

There are prereleases of VS:
https://docs.microsoft.com/sv-se/visualstudio/productinfo/vs2017-release-rhythm

If you do not prioritize this, I suggest you more clearly state that they are not always compatible, and tell us exactly what versions are compatible. Maybe the installer could inform us if VS is not of a verified working version.

I found a link for other grumpy VS2017 users:
How to downgrade Visual Studio 2017 to 15.6
https://docs.microsoft.com/en-us/visualstudio/productinfo/installing-an-earlier-release-of-vs2017

Best Regards,

Magnus

0 Kudos
Reply