<?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 0xC0000005 Access Violation Writing Location Error  in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975062#M98099</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am writing a code with large arrays. The code works fine for small matrices but when I go beyond a certain level, the following error pops out:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Unhandled exception at 0x77913560 in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000050e14.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I am dynamically allocating memory with variables, then deallocating them. The code is very long, longer than 20,000 lines. I want to trace the problem. Before deciding to start this topic, I search the forum and other sources. The "Stack Size" problem has seemed reasonable. I changed&amp;nbsp;reserve size to 200,000,000 and commit size 20,000,000. The problem stayed the same with small differences:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Unhandled exception at 0x77913560 in 3d.exe: 0xC0000005: Access violation writing location 0x00000000001e0e84.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As you can see the code given at the end of the error line is different, I want to know and trace the error. Any kind of help will be appreciated. Thanks !&lt;/P&gt;
&lt;P&gt;Emre&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2013 13:24:42 GMT</pubDate>
    <dc:creator>emreka82</dc:creator>
    <dc:date>2013-03-15T13:24:42Z</dc:date>
    <item>
      <title>0xC0000005 Access Violation Writing Location Error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975062#M98099</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am writing a code with large arrays. The code works fine for small matrices but when I go beyond a certain level, the following error pops out:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Unhandled exception at 0x77913560 in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000050e14.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I am dynamically allocating memory with variables, then deallocating them. The code is very long, longer than 20,000 lines. I want to trace the problem. Before deciding to start this topic, I search the forum and other sources. The "Stack Size" problem has seemed reasonable. I changed&amp;nbsp;reserve size to 200,000,000 and commit size 20,000,000. The problem stayed the same with small differences:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Unhandled exception at 0x77913560 in 3d.exe: 0xC0000005: Access violation writing location 0x00000000001e0e84.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As you can see the code given at the end of the error line is different, I want to know and trace the error. Any kind of help will be appreciated. Thanks !&lt;/P&gt;
&lt;P&gt;Emre&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 13:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975062#M98099</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-15T13:24:42Z</dc:date>
    </item>
    <item>
      <title>Please try to use -heap</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975063#M98100</link>
      <description>Please try to use &lt;STRONG&gt;-heap-arrays 1024&lt;/STRONG&gt; ( or 2048, 4096, etc ) Fortran compiler option.

Also, How much physical and virtual memory do you have on your system? How big are arrays and what are their data types?

Thanks in advance.</description>
      <pubDate>Fri, 15 Mar 2013 14:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975063#M98100</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-03-15T14:06:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for the quick answer</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975064#M98101</link>
      <description>&lt;P&gt;Thanks for the quick answer Sergey. I changed heap arrays to 1024. Now, I'm running the code....The problem does not change, but the place of it:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Unhandled exception at 0x000007fef5e3fe67 in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000120ff8.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Physical Memory is 4GB and the virtual memory is set to min and max value of 2048 and 6000 MB . The maximum array size is 7 to 5 but the recursive subroutines and the pointers increase them. To make it clear: An 4x3 array with one-level high 1D array (which is pointed by 4x3 array) inside a recursive subroutine which calls 172 times itself and in the 173rd call the code breaks. The array elements are float, in Fortran literature&amp;nbsp;real*8.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:33:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975064#M98101</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-15T14:33:30Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...Physical Memory is 4GB</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975065#M98102</link>
      <description>&amp;gt;&amp;gt;...Physical Memory is 4GB and the virtual memory is set to min and max value of 2048 and 6000MB..

Try to set the following combinations of Min and Max Virtual Memory values:

&lt;STRONG&gt;[ Case 1 ]&lt;/STRONG&gt;
Min = 6GB
Max = 12GB

&lt;STRONG&gt;[ Case 2 ]&lt;/STRONG&gt;
Min = 8GB
Max = 16GB

&lt;STRONG&gt;[ Case 3 ]&lt;/STRONG&gt;
Min = 12GB
Max = 24GB

etc

In overall you need to find a right set of values!

If your codes &lt;STRONG&gt;do not&lt;/STRONG&gt; have any hidden problems ( processing with smaller arrays works ) then your recursive processing is bound to Physical Memory up to some level and after that it is bound to Virtual Memory ( performance of processing will be affected ).

There are No known to me limitations with Intel Fortran compiler and I recently allocated 128GB of memory for three 64Kx64K matricies in a test case.</description>
      <pubDate>Fri, 15 Mar 2013 14:50:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975065#M98102</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-03-15T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Please take a look at:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975066#M98103</link>
      <description>Please take a look at:

Forum Topic: &lt;STRONG&gt;A possible bug in the compiler - Forrtl: severe (41): insufficient virtual memory&lt;/STRONG&gt;
Web-link: software.intel.com/en-us/forums/topic/377056

I don't confirm a bug. A screenshot and test project attached.</description>
      <pubDate>Fri, 15 Mar 2013 14:55:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975066#M98103</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-03-15T14:55:29Z</dc:date>
    </item>
    <item>
      <title>My guess is you are writing</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975067#M98104</link>
      <description>&lt;P&gt;My guess is you are writing to an uninitialized (garbage) reference or writing beyond or before an array. The location written to was&amp;nbsp;&lt;STRONG&gt; 0x0000000000120ff8 &lt;/STRONG&gt;which is deffinately not on your x64 stack. 0120ff8 == 1183736. Add code to assert anything about to be referenced is not below 1183744. (your code will have been in error well before this, but this should be a good assert condition)&lt;/P&gt;
&lt;P&gt;recursive subrouting FOO(A)&lt;BR /&gt;real :: A(4,3)&lt;BR /&gt;CALL CHECKLOC(LOC(A))&lt;BR /&gt;...&lt;BR /&gt;CALL CHECKLOC(LOC(A(I,J))&lt;BR /&gt;X =A(I,J)&lt;BR /&gt;...&lt;/P&gt;
&lt;P&gt;SUBROUTINE CHECKLOC(L)&lt;BR /&gt;INTEGER(8) :: L&lt;/P&gt;
&lt;P&gt;IF(L &amp;nbsp;.le. 1183744) THEN&lt;BR /&gt;WRITE(*,*) "BUG - PLACE BREAK HERE"&lt;BR /&gt;ENDIF&lt;BR /&gt;END SUBROUTING CHECKLOC&lt;BR /&gt;&lt;BR /&gt;jIm Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 15:06:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975067#M98104</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-03-15T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Hi Jim,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975068#M98105</link>
      <description>&lt;P&gt;Hi Jim,&lt;/P&gt;
&lt;P&gt;I apply your suggestion in my code, but it is hard to find the problem. When I insert the "call FOO" statements in my code, the program gives the same error with another location:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Unhandled exception at 0x000007feff7ffaad in 3d.exe: 0xC0000005: Access violation writing location 0x00000000000a0fe8.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Actually, I give the 4x3 array as an example. I do not know the "exact" problematic array. There are 20+ different arrays in my code.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975068#M98105</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-15T19:28:00Z</dc:date>
    </item>
    <item>
      <title>@ Sergey,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975069#M98106</link>
      <description>&lt;P&gt;@ Sergey,&lt;/P&gt;
&lt;P&gt;I use min 11GB max 22GB but the error stays the same. By the way, when I remove a "one line self-calling(recursive)" do-loop inside the problematic subroutine, the error disappears but ,as expected, my code gives wrong outputs.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:53:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975069#M98106</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-15T19:53:56Z</dc:date>
    </item>
    <item>
      <title>Access violation is not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975070#M98107</link>
      <description>&lt;P&gt;Access violation is not usually related to size of memory used. If you run the program under the debugger, it should stop at the point of the error (sometimes you may need to look at earlier stack frames to see your code rather than library code). If you enable traceback, it will tell you where the error occurred. I suggest using Intel Inspector XE's memory analysis to see if it identifies allocatable memory usage errors.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 20:18:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975070#M98107</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-03-15T20:18:59Z</dc:date>
    </item>
    <item>
      <title>Quote:Steve Lionel (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975071#M98108</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Steve Lionel (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Access violation is not usually related to size of memory used. If you run the program under the debugger, it should stop at the point of the error (sometimes you may need to look at earlier stack frames to see your code rather than library code). If you enable traceback, it will tell you where the error occurred. I suggest using Intel Inspector XE's memory analysis to see if it identifies allocatable memory usage errors.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Yes, I increase the virtual memory even more ( 21GB-42GB) but the stopping point is the same, (the error point) is the starting line of one of my recursive subroutine.&lt;/P&gt;
&lt;P&gt;I don't know how to enable traceback, would you tell me how?...I did not hear before the functionality of Intel Inspector in this type of problems. I will try that. Thanks Steve ! &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 21:29:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975071#M98108</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-15T21:29:07Z</dc:date>
    </item>
    <item>
      <title>You enable traceback by</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975072#M98109</link>
      <description>&lt;P&gt;You enable traceback by adding /traceback on the command line. It is the default when building a debug configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 23:03:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975072#M98109</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-03-15T23:03:39Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I increase the virtual</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975073#M98110</link>
      <description>&amp;gt;&amp;gt;...I increase the virtual memory even more ( 21GB-42GB) but the stopping point is the same, (the error point) is
&amp;gt;&amp;gt;the starting line of one of my recursive subroutine...

Could you provide some details on what the code does in the recursive subroutine?</description>
      <pubDate>Fri, 15 Mar 2013 23:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975073#M98110</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-03-15T23:16:00Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;&gt;Unhandled exception at</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975074#M98111</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Unhandled exception at 0x000007fef5e3fe67 in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000120ff8.&amp;gt;&amp;gt;&amp;gt;

This exception can be due to some wrong pointer passed in registers or some garbage loaded in register and dereferenced by  the code.
!address 0x00000000000120ff8 should reveal the what is the  memory content in this address.</description>
      <pubDate>Sat, 16 Mar 2013 10:05:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975074#M98111</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-03-16T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Quote:Sergey Kostrov wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975075#M98112</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Kostrov wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;...I increase the virtual memory even more ( 21GB-42GB) but the stopping point is the same, (the error point) is&lt;BR /&gt; &amp;gt;&amp;gt;the starting line of one of my recursive subroutine...&lt;/P&gt;
&lt;P&gt;Could you provide some details on what the code does in the recursive subroutine?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The recursive subroutine is a 300 line subroutine which is constructed for a 3 dimensional grid generator, works as a cut-cell refiner. It calls itself at 8 different parts of it and also some of them are in a do loop. It also calls 10 different subroutines.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 10:35:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975075#M98112</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-16T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Quote:iliyapolak wrote:</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975076#M98113</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;iliyapolak wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;Unhandled exception at 0x000007fef5e3fe67 in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000120ff8.&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;
&lt;P&gt;This exception can be due to some wrong pointer passed in registers or some garbage loaded in register and dereferenced by the code.&lt;BR /&gt; !address 0x00000000000120ff8 should reveal the what is the memory content in this address.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I guess so, the thing is I cannot find the wrong pointer.Can you tell me or show me how can I change this adresses into location to find this uninitialized (garbage) reference ?&amp;nbsp;( as jim dempsey said before&amp;nbsp;&amp;nbsp;0120ff8 == 1183736. but when I change the virtual memory limits, it changes too. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 10:39:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975076#M98113</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-16T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Quote:Steve Lionel (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975077#M98114</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Steve Lionel (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You enable traceback by adding /traceback on the command line. It is the default when building a debug configuration.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Ok, Steve. /traceback is in the command line by default. I will try Inspector on Monday, then I will share the results.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 10:42:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975077#M98114</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-16T10:42:50Z</dc:date>
    </item>
    <item>
      <title>Let me show the problem page</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975078#M98115</link>
      <description>&lt;P&gt;Let me show the problem page and the outputs, maybe it can show you that I cannot see. I upload the screenshots of the error and the "call stack" outputs (as part1 and part2) after the break.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 11:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975078#M98115</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-16T11:04:00Z</dc:date>
    </item>
    <item>
      <title>I forgot it. When I stop the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975079#M98116</link>
      <description>&lt;P&gt;I forgot it. When I stop the debugger after this access violation error, the debug output gives:&lt;/P&gt;
&lt;P&gt;'3d.exe': Loaded 'E:\3d\x64\Debug\3d.exe', Symbols loaded.&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\ntdll.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\kernel32.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\KernelBase.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\imagehlp.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\msvcrt.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\advapi32.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\sechost.dll', Cannot find or open the PDB file&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\rpcrt4.dll', Cannot find or open the PDB file&lt;BR /&gt;First-chance exception at 0x0000000140617977 in 3d.exe: 0xC00000FD: Stack overflow.&lt;BR /&gt;'3d.exe': Loaded 'C:\Windows\System32\dbghelp.dll', Cannot find or open the PDB file&lt;BR /&gt;First-chance exception at 0x000007feff57faad in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000040fa8.&lt;BR /&gt;Unhandled exception at 0x000007feff57faad in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000040fa8.&lt;BR /&gt;First-chance exception at 0x000007feff57faad in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000040fa8.&lt;BR /&gt;Unhandled exception at 0x000007feff57faad in 3d.exe: 0xC0000005: Access violation writing location 0x0000000000040fa8.&lt;BR /&gt;The program '[6524] 3d.exe: Native' has exited with code -1073741819 (0xc0000005).&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 11:12:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975079#M98116</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-16T11:12:04Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;First-chance exception at</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975080#M98117</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;First-chance exception at 0x0000000140617977 in 3d.exe: 0xC00000FD: &lt;EM&gt;&lt;STRONG&gt;Stack overflow&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 13:08:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975080#M98117</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-03-16T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Quote:jimdempseyatthecove</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975081#M98118</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;jimdempseyatthecove wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;First-chance exception at 0x0000000140617977 in 3d.exe: 0xC00000FD: &lt;EM&gt;&lt;STRONG&gt;Stack overflow&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I found a thread which is very similar to mine:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://software.intel.com/en-us/forums/topic/282409" target="_blank"&gt;http://software.intel.com/en-us/forums/topic/282409&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2013 13:27:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/0xC0000005-Access-Violation-Writing-Location-Error/m-p/975081#M98118</guid>
      <dc:creator>emreka82</dc:creator>
      <dc:date>2013-03-16T13:27:53Z</dc:date>
    </item>
  </channel>
</rss>

