<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MS VS preview versions are in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171074#M145845</link>
    <description>&lt;P&gt;MS VS preview versions are not supported. Preview versions are used for testing, verifying bug fixes.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2019 13:42:23 GMT</pubDate>
    <dc:creator>Devorah_H_Intel</dc:creator>
    <dc:date>2019-11-22T13:42:23Z</dc:date>
    <item>
      <title>Visual Studio 2019 crashes when debugging mixed C++/Fortran program</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171065#M145836</link>
      <description>&lt;P&gt;A few months back we upgraded Visual Studio from 2015&amp;nbsp;to 2019 and Intel Fortran&amp;nbsp;from 2016&amp;nbsp;to 2019. Everything compiles, links and runs as expected. Quite pleased about how smooth the upgrade went.&lt;/P&gt;&lt;P&gt;Less pleased though about instability when debugging mixed language C++/Fortran programs. Setting a breakpoint in a Fortran function and running to that breakpoint causes VS to display a message box with title "&lt;EM&gt;devenv.exe - Application Error&lt;/EM&gt;" and with message "&lt;EM&gt;The instruction at 0x00000000545AE283 referenced memory at 0x000000002BA20000. The memory could not be read.&lt;/EM&gt;" The memory address and instruction change at each occurance. The same problem happens when hitting a breakpoint in a C++ function when the Call Stack is active and a Fortran function is somewhere on the call stack. This instability occurs for both&amp;nbsp;32-bit and 64-bit builds.&lt;/P&gt;&lt;P&gt;I recorded the problem and submitted it using the VS "Report a problem" feature. It has been stuck in "Under Investigation" status now for a month. See&amp;nbsp;https://developercommunity.visualstudio.com/content/problem/714437/vs2019-crashes-at-breakpoint.html&lt;/P&gt;&lt;P&gt;We have 7 developers with different workstations, all running Windows 10, who all have the same problem. One of our key products extensively uses Fortran, so not being able to debug it is a&amp;nbsp;real showstopper. As a workaround we had to make the following changes to all C++ projects in the mixed language solution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Platform Toolset: Changed from "Visual Studio 2019 (v142)" to "Visual Studio&amp;nbsp;2015 (v140)"&lt;/LI&gt;&lt;LI&gt;Windows SDK Version: Changed from "10.0 (latest installed version)" to "10.0.14393.0"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With the latest VS 16.3 update, VC16 binaries are no longer compatible with VC14. To continue using the workaround we would have to make the same changes to C++ projects in all other solutions (because we statically link libraries produced by other solutions). We cannot do this, so we've rolled back out of the latest VS update.&lt;/P&gt;&lt;P&gt;Is this a known problem? Are other developers experiencing this problem? Other suggested workarounds or solutions?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 14:39:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171065#M145836</guid>
      <dc:creator>Brian_Francis</dc:creator>
      <dc:date>2019-09-27T14:39:46Z</dc:date>
    </item>
    <item>
      <title>Quote:Brian Francis wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171066#M145837</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Brian Francis wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..&amp;nbsp;As a workaround we had to make the following changes to all C++ projects in the mixed language solution:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Platform Toolset: Changed from "Visual Studio 2019 (v142)" to "Visual Studio&amp;nbsp;2015 (v140)"&lt;/LI&gt;&lt;LI&gt;Windows SDK Version: Changed from "10.0 (latest installed version)" to "10.0.14393.0"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With the latest VS 16.3 update, VC16 binaries are no longer compatible with VC14. To continue using the workaround we would have to make the same changes to C++ projects in all other solutions (because we statically link libraries produced by other solutions). We cannot do this, so we've rolled back out of the latest VS update.&lt;/P&gt;&lt;P&gt;Is this a known problem? Are other developers experiencing this problem? Other suggested workarounds or solutions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I find is Visual Studio &lt;STRONG&gt;2019 &lt;/STRONG&gt;and Intel Fortran integration are not quite ready to "tango" on "prime-time", particularly if you plan on continuously updating Visual Studio with each notification from Microsoft which is often a recipe for disaster.&lt;/P&gt;&lt;P&gt;Re: "Other suggested workarounds or solutions?," my suggestion will be to "freeze" your version of VS, say to 16.2 (or as appropriate), or see if&amp;nbsp;Platform Toolset change&amp;nbsp;to "Visual Studio&amp;nbsp;2017&amp;nbsp;(v141)" can help.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:06:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171066#M145837</guid>
      <dc:creator>FortranFan</dc:creator>
      <dc:date>2019-09-27T16:06:22Z</dc:date>
    </item>
    <item>
      <title>I tried a couple of mixed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171067#M145838</link>
      <description>&lt;P&gt;I tried a couple of mixed-language applications with ifort 19.0.5 and VS2019 16.2.5 and 16.3 and couldn't reproduce a problem. Can you create and attach a ZIP of a sample application (include the projects so that they can be built and run) and instructions for where to set breakpoints and demonstrate the issue?&lt;/P&gt;&lt;P&gt;If you haven't already you should open a case with Intel Support, but I am sure they will want to see a reproducer.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 16:16:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171067#M145838</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-09-27T16:16:06Z</dc:date>
    </item>
    <item>
      <title>Hi Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171068#M145839</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;I am unable to reproduce the problem in smaller mixed language solutions, but these are all console applications.&lt;/P&gt;&lt;P&gt;The solution that is giving us grief is a Win32 DLL that is in its 36th year of continuous development. It has 860 Fortran files (290K&amp;nbsp;lines of code) and 2700 C++ files (1M lines of code). To complicate things further, it links in various static and dynamic libraries (a further 200K Fortran and 1M C++ lines of code). So it is not possible to package&amp;nbsp;anything up (except perhaps the workstation) to reproduce the issue.&lt;/P&gt;&lt;P&gt;I like the VS "Report a problem" feature, since I was able to start a recording, get VS to crash, and then save the recording. However, I&amp;nbsp;don't like their response time. I don't doubt that they're busy.&lt;/P&gt;&lt;P&gt;If lots of people are having this problem, then I'm sure you would have heard about it by now. So perhaps its just us. We will devote some time here to further investigate the issue. I'm hoping the problem is related to having a particular function in the call stack. I'll share whatever I find.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Brian.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:40:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171068#M145839</guid>
      <dc:creator>Brian_Francis</dc:creator>
      <dc:date>2019-09-27T19:40:20Z</dc:date>
    </item>
    <item>
      <title>*I* might not have heard</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171069#M145840</link>
      <description>&lt;P&gt;*I* might not have heard about it, but I haven't seen any other complaints about it here or in the other places I follow. Good luck!&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 01:06:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171069#M145840</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-09-28T01:06:29Z</dc:date>
    </item>
    <item>
      <title>An update...</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171070#M145841</link>
      <description>&lt;P&gt;An update...&lt;/P&gt;&lt;P&gt;In August I filed a bug report with the VisualStudio team showing the crash I was getting. After a series of periodic updates, last&amp;nbsp;Friday I was notified that the problem has been fixed and that I can test the fix&amp;nbsp;in a preview version.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developercommunity.visualstudio.com/content/problem/714437/vs2019-crashes-at-breakpoint.html?childToView=822065#comment-822065" target="_blank"&gt;https://developercommunity.visualstudio.com/content/problem/714437/vs2019-crashes-at-breakpoint.html?childToView=822065#comment-822065&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is my first time using the preview feature. I made a full backup of my computer so I could back out of any trouble. I then ran their preview installer. It installs to "C:\Program Files (x86)\Microsoft Visual Studio\2019\&lt;STRONG&gt;Preview&lt;/STRONG&gt;", so that it won't interfere with the current version. Nice! However (there is always a "however"), when I load a solution containing Fortran projects, a window pops up listing them all&amp;nbsp;as Unsupported.&lt;/P&gt;&lt;P&gt;Has anyone else used Intel Fortran with a preview version of VisualStudio?&lt;BR /&gt;Do I simply uninstall and then reinstall Fortran?&lt;BR /&gt;Will it add Fortran integration to both my regular and preview installations?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Brian.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 00:11:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171070#M145841</guid>
      <dc:creator>Brian_Francis</dc:creator>
      <dc:date>2019-11-19T00:11:26Z</dc:date>
    </item>
    <item>
      <title>The install doesn't</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171071#M145842</link>
      <description>&lt;P&gt;The install doesn't understand "Preview" versions.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 00:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171071#M145842</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-11-19T00:33:04Z</dc:date>
    </item>
    <item>
      <title>Where can I log an</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171072#M145843</link>
      <description>&lt;P&gt;Where can I log an enhancement request for that capability?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 14:51:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171072#M145843</guid>
      <dc:creator>Brian_Francis</dc:creator>
      <dc:date>2019-11-19T14:51:24Z</dc:date>
    </item>
    <item>
      <title>If you have current support,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171073#M145844</link>
      <description>&lt;P&gt;If you have current support, you can submit it through the support portal. But don't get your hopes up... The integration complexity is bad enough as it is. To be honest, I had not heard of "preview" versions of VS before.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:03:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171073#M145844</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2019-11-19T17:03:13Z</dc:date>
    </item>
    <item>
      <title>MS VS preview versions are</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171074#M145845</link>
      <description>&lt;P&gt;MS VS preview versions are not supported. Preview versions are used for testing, verifying bug fixes.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 13:42:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171074#M145845</guid>
      <dc:creator>Devorah_H_Intel</dc:creator>
      <dc:date>2019-11-22T13:42:23Z</dc:date>
    </item>
    <item>
      <title>I presume your main project</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171075#M145846</link>
      <description>&lt;P&gt;I presume your main project is C++. Because the error appears to be stack related, it might be related to C++'s Structured Exception Handling. While you need SEH in your production code, can you test compiling your Debug build without SEH (and #define &lt;EM&gt;try &lt;/EM&gt;and &lt;EM&gt;catch &lt;/EM&gt;such that they "evaporate" the SEH code).&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 15:40:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171075#M145846</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2019-11-22T15:40:05Z</dc:date>
    </item>
    <item>
      <title>As Steve suggested, I logged</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171077#M145848</link>
      <description>&lt;P&gt;As Steve suggested, I logged an Intel&amp;nbsp;support request asking that they support Preview versions of VS.&lt;/P&gt;&lt;P&gt;Some of my team have had&amp;nbsp;success by disabling the Fortran Expression Evaluator extension. The jury is still out on that one. Hopefully we are not looking at a second intermittent problem. We've also had some success by deleting the .suo file and rebuilding before each debug run (yes, painful).&amp;nbsp;The plan is to fudge along with what we have until the new release of VS comes out. I hear some of you saying "that's not a plan!"&lt;/P&gt;&lt;P&gt;If we really get stuck, I'm going to give Jim's idea a whirl.&lt;/P&gt;&lt;P&gt;Thank you all for your comments and suggestions.&lt;/P&gt;&lt;P&gt;Brian.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 00:46:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171077#M145848</guid>
      <dc:creator>Brian_Francis</dc:creator>
      <dc:date>2019-11-27T00:46:24Z</dc:date>
    </item>
    <item>
      <title>Hello Brian,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171078#M145849</link>
      <description>&lt;P&gt;Hello Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Brian Francis wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If lots of people are having this problem, then I'm sure you would have heard about it by now. So perhaps its just us. We will devote some time here to further investigate the issue. I'm hoping the problem is related to having a particular function in the call stack. I'll share whatever I find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wanted to state that it's not just you. We also have the same problem - and no solution (and no small reproducible project). We have to disable the Fortran extensions and work (more worse than better) with the C debugging engine.&lt;/P&gt;&lt;P&gt;Hopefully the fix in the preview version will hit a future update of 16.3 or 16.4.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 08:57:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171078#M145849</guid>
      <dc:creator>Christian</dc:creator>
      <dc:date>2019-11-27T08:57:11Z</dc:date>
    </item>
    <item>
      <title>Christian,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171079#M145850</link>
      <description>&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;This may be completely unrelated....&lt;/P&gt;&lt;P&gt;Several years back I had similar issues with the VS debugger. The program would crash with illegal instruction. Upon examination of the disassembly code I could find no error in the instructions in range of the failure point. This led me on a false trail of assuming an errant branch took the execution to the middle of the instruction sequence (branch to middle of byte sequence constituting an instruction). After several days of searching, and failing, I added some trace capture code. What I discovered was that the debugger startup code was placing an INT03 (break point) instruction in the middle of the byte sequence constituting an instruction, and by happenchance caused an illegal instruction as opposed to modifying what the instruction did, which would have been worse. Upon examination of the set break points (from property box) there was no break point set at/near that location. I tried deleting all break points &lt;EM&gt;individually&lt;/EM&gt;, then adding the desired break points.&amp;nbsp;This did not correct the problem.&amp;nbsp;Even with no break points set,&amp;nbsp;still illegal instruction.&amp;nbsp;Then out of frustration, I do not know why I thought of this, I added a break point, then from the debugger break points property window I clicked on the red &lt;X&gt; to delete all break points. Ran in debug mode and problem cured.&lt;/X&gt;&lt;/P&gt;&lt;P&gt;Suggestion: click on the red &lt;X&gt; to delete all break points in the Break Points property box.&lt;/X&gt;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2019 13:54:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171079#M145850</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2019-11-27T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Dear Jim,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171080#M145851</link>
      <description>&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Dear Jim,&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;as a matter of fact - some of my colleagues used exactly this method to get it working. On some other machine this does not work.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Now some good news – in Visual Studio 16.4.0 there is a huge improvement. I only had one crash in two days with the Fortran Expression Evaluator enabled.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;There is only a problem with the watch window – it doesn’t update some variable values when stepping through the code. Deleting and re-entering the variable shows the new value.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;But it’s a progress.&lt;/P&gt;&lt;P style="margin-left:0cm; margin-right:0cm"&gt;Christian&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 10:13:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171080#M145851</guid>
      <dc:creator>Christian</dc:creator>
      <dc:date>2019-12-06T10:13:57Z</dc:date>
    </item>
    <item>
      <title>There are other crash</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171081#M145852</link>
      <description>&lt;P&gt;There are other crash problems as well, see here for example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developercommunity.visualstudio.com/content/problem/829550/visual-studio-2019-crashes-when-trying-to-debug-an-1.html" target="_blank"&gt;https://developercommunity.visualstudio.com/content/problem/829550/visual-studio-2019-crashes-when-trying-to-debug-an-1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This one does not happen in the original release of Visual Studio 2019, but in the 16.3.10 release.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 13:44:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171081#M145852</guid>
      <dc:creator>van_der_Merwe__Ben1</dc:creator>
      <dc:date>2019-12-06T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Christian,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171082#M145853</link>
      <description>&lt;P&gt;Christian,&lt;/P&gt;&lt;P&gt;I think the watch window issue (in mixed language program) may have similar causes to the debug issue. From what you describe it appears that a "rememberance" is being used to obtain the variable's address.&lt;/P&gt;&lt;P&gt;I also experienced a related but different issue with a C#/C++/Fortran(DLL) application whereby on program startup (in C#) that while I could specify break points in the Fortran DLL, that they would not break when that section of code was run. My fix (hack) was to insert a function call to the Fortran DLL that did nothing. By placing a break point on this function call in C#, I could then open a disassembly window and then at break (from startup) perform a step into. The step into, would load the DLL, then once loaded (what I assume)&amp;nbsp;the correct symbol table was known (replaced the remembered table), and then the break points could be set properly.&lt;/P&gt;&lt;P&gt;The hack was a hassle, but it worked. Keep this in mind should your mixed language program experience similar issues.&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 15:45:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171082#M145853</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2019-12-06T15:45:51Z</dc:date>
    </item>
    <item>
      <title>Some "me to" notes.</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171083#M145854</link>
      <description>&lt;P&gt;Some "me to" notes.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Jim's trick to disable/enable breakpoints works for me on two machines.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Resetting breakpoints doesn't work for a colleague.&amp;nbsp; He&amp;nbsp;strongly believes the Fortran Expression Evaluator causes his problem, as breakpoint==crash with expression evaluator enabled, while breakpoint /= crash with expression evaluator disabled&lt;/LI&gt;&lt;LI&gt;Upgrading to VS 16.4.0 hasn't fixed the problem.&amp;nbsp; Too soon to tell if it is better/worse.&lt;/LI&gt;&lt;LI&gt;Our product has a C# wpf main and Fortran dll.&amp;nbsp; It is a large application.&amp;nbsp;&amp;nbsp;I have a few test cases with the same structure.&amp;nbsp; I am trying to find a reproducer.&amp;nbsp; I can't trigger the issue in small cases, even when the product is&amp;nbsp;crashing on breakpoints in a parallel VS session&lt;/LI&gt;&lt;LI&gt;Also seen the watch window not updating with VS 16.4.0.&amp;nbsp; Don't recall it with 16.3.9.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 08 Dec 2019 23:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171083#M145854</guid>
      <dc:creator>David_Billinghurst</dc:creator>
      <dc:date>2019-12-08T23:31:00Z</dc:date>
    </item>
    <item>
      <title>I have been having the same</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171084#M145855</link>
      <description>&lt;P&gt;I have been having the same problem with my mixed C++/Fortran code. What seems to have worked for me:&lt;/P&gt;&lt;P&gt;In my C++ projects, under Configuration Properties - Advanced - Use Debug Libraries, one project had "Yes", all the others had "No". I changed the yes to a no and so far things are working. Keeping my fingers crossed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 23:47:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171084#M145855</guid>
      <dc:creator>burel__byron</dc:creator>
      <dc:date>2019-12-20T23:47:48Z</dc:date>
    </item>
    <item>
      <title>My team and me are having the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171085#M145856</link>
      <description>&lt;P&gt;My team and me are having the same issue for mixed language software development with Fortran/C and C++. Using&lt;/P&gt;
&lt;PRE class="brush:plain; class-name:dark;"&gt;Microsoft Visual Studio Professional 2019 Version 16.4.3

Intel® Parallel Studio XE 2019 Update 5 Composer Edition for Fortran Windows* Integration
for Microsoft Visual Studio* 2019, Version 19.0.0052.16&lt;/PRE&gt;

&lt;P&gt;the projects compile and link without problems and have no runtime errors.&lt;/P&gt;
&lt;P&gt;If debugging of a Fortran application&amp;nbsp;is started in Visual Studio then it freezes and is closed after some seconds. As mentioned above, the Expression Evaluator might trigger&amp;nbsp;this behavior. But I wanted to know, what is the root cause of this behaviour and is there any hope to get this fixed by Intel?&lt;/P&gt;
&lt;P&gt;I use the following compiler and linker settings for my C++ debug configuration (Placeholder &amp;lt;MyDynamicLibraryName&amp;gt;.dll):&lt;/P&gt;
&lt;P&gt;Compiler:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark;"&gt;/FR"Debug\" /GS /analyze- /W3 /Gy /Zc:wchar_t /ZI /Gm- /Od /Fd"Debug\vc142.pdb" /Zc:inline 
/fp:precise /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "RWINI_EXPORTS" 
/D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /errorReport:prompt /WX- /Zc:forScope 
/RTC1 /Gd /Oy- /MTd /FC /Fa"Debug\" /EHsc /nologo /Fo"Debug\" /Fp"Debug\RWINI.pch" 
/diagnostics:column &lt;/PRE&gt;

&lt;P&gt;Linker:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark;"&gt;/OUT:"&amp;lt;MyDynamicLibraryName&amp;gt;.dll" /MANIFEST /NXCOMPAT /PDB:"&amp;lt;MyDynamicLibraryName&amp;gt;.pdb" 
/DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" 
"advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" 
/IMPLIB:"&amp;lt;MyDynamicLibraryName&amp;gt;.lib" /DEBUG /DLL /MACHINE:X86 /SAFESEH:NO /INCREMENTAL 
/PGD:"&amp;lt;MyDynamicLibraryName&amp;gt;.pgd" /SUBSYSTEM:CONSOLE /MANIFESTUAC:"level='asInvoker' 
uiAccess='false'" /ManifestFile:"&amp;lt;MyDynamicLibraryName&amp;gt;.dll.intermediate.manifest" 
/ERRORREPORT:PROMPT /NOLOGO /TLBID:1 &lt;/PRE&gt;

&lt;P&gt;The compiler and linker settings for the Fortran code with debug configuration are (Placeholder &amp;lt;MyStaticLibraryName&amp;gt;.lib):&lt;/P&gt;
&lt;P&gt;Compiler:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark;"&gt;/nologo /debug:full /Od /warn:interfaces /iface:cvf /module:"Debug\\" /object:"Debug\\" 
/Fd"Debug\vc160.pdb" /traceback /check:bounds /check:stack /libs:static /threads /dbglibs /c&lt;/PRE&gt;

&lt;P&gt;Linker:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark;"&gt;/OUT:"&amp;lt;MyStaticLibraryName&amp;gt;.lib" /LIBPATH:"&amp;lt;MyStaticLibraryPath&amp;gt;" /NOLOGO &amp;lt;MyStaticLibraryName&amp;gt;.lib&lt;/PRE&gt;

&lt;P&gt;Debug compiler and linker settings of the Fortran program which uses the mixed language library (Placeholder &amp;lt;MyProgramName&amp;gt;.exe):&lt;/P&gt;
&lt;P&gt;Compiler:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark;"&gt;/nologo /debug:full /MP /Od /I"&amp;lt;MyStaticLibraryPath&amp;gt;"  /D_TRACE /warn:unused /warn:noalignments 
/warn:interfaces /real-size:64 /iface:cvf /module:"Debug/" /object:"Debug/" /Fd"Debug\vc160.pdb" 
/traceback /check:bounds /libs:static /threads /dbglibs /c&lt;/PRE&gt;

&lt;P&gt;Linker:&lt;/P&gt;

&lt;PRE class="brush:plain; class-name:dark;"&gt;/OUT:"Debug/&amp;lt;MyProgramName&amp;gt;.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"&amp;lt;MyStaticLibraryPath&amp;gt;" /MANIFEST 
/MANIFESTFILE:"Debug\&amp;lt;MyProgramName&amp;gt;.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' 
uiAccess='false'" /DEBUG /PDB:"Debug/&amp;lt;MyProgramName&amp;gt;.pdb" /MAP:"Debug/&amp;lt;MyProgramName&amp;gt;.map" 
/SUBSYSTEM:CONSOLE &amp;lt;MyStaticLibraryName&amp;gt;.lib&lt;/PRE&gt;

&lt;P&gt;Do you see anything in my compiler and linker settings which might cause the crash during debugging in Visual Studio 2019?&lt;/P&gt;
&lt;P&gt;Is it possible to get a log file from Intel Fortran Expression Evaluator before it crashes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 09:35:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Visual-Studio-2019-crashes-when-debugging-mixed-C-Fortran/m-p/1171085#M145856</guid>
      <dc:creator>CKE</dc:creator>
      <dc:date>2020-01-24T09:35:13Z</dc:date>
    </item>
  </channel>
</rss>

