<?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 Re: nids.dll crashing in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/976682#M437726</link>
    <description>&lt;P&gt;i found and solved the problem!!!!! &lt;/P&gt;&lt;P&gt;If the disk c: ( where&amp;nbsp; labview is installed) is not shared nids.dll crash !!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="http://forums.ni.com/t5/util/emoticonspopuppage" class="emoticon-link" target="_blank"&gt;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" border="0" alt=":smileyvery-happy:" title="Smiley Very Happy" /&gt;&lt;/A&gt;&lt;A href="http://forums.ni.com/t5/util/emoticonspopuppage" class="emoticon-link" target="_blank"&gt;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" border="0" alt=":smileyvery-happy:" title="Smiley Very Happy" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2009 13:48:13 GMT</pubDate>
    <dc:creator>datino</dc:creator>
    <dc:date>2009-09-02T13:48:13Z</dc:date>
    <item>
      <title>nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/944095#M423483</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're running a LabView 8.5.1 set up, with labview controlling&amp;nbsp;a front end for all of our equipment. This ranges from actual device control, to data aquisition, to data analysis, and then it saves it to a MDSPlus server - and it all runs on DataSocket between several different workstations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've been recently getting a bout of Labview errors with nids.dll that crash the entire program, and requires Labview to restart entirely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The exception information is provided below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code: 0x80000003&lt;/P&gt;&lt;P&gt;Flags: 0x00000000&lt;/P&gt;&lt;P&gt;Record: 0x0000000000000000&lt;/P&gt;&lt;P&gt;Address:0x0000000007458076&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the logfile it generated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on resolving this issue would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2009 23:00:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/944095#M423483</guid>
      <dc:creator>cpowell</dc:creator>
      <dc:date>2009-07-13T23:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/944174#M423511</link>
      <description>will this &lt;A href="http://forums.ni.com/ni/search?q=nids.dll&amp;amp;submitted=true&amp;amp;board_id=170&amp;amp;page=1" target="_blank"&gt;search&lt;/A&gt;&amp;nbsp;help you?</description>
      <pubDate>Tue, 14 Jul 2009 04:11:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/944174#M423511</guid>
      <dc:creator>Mathan</dc:creator>
      <dc:date>2009-07-14T04:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/944187#M423514</link>
      <description>will &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=199932#M199932" target="_self"&gt;this&lt;/A&gt; help</description>
      <pubDate>Tue, 14 Jul 2009 05:15:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/944187#M423514</guid>
      <dc:creator>muks</dc:creator>
      <dc:date>2009-07-14T05:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/949095#M425637</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm another programmer working with cpowell (the starter of this thread). Thanks for the suggestions. I couldn't find much in the search, but muks, that thread you linked me to does open my eyes a bit. It seems like Peachy in that thread is having a similar problem. We are reading from data sockets and writing to a database once a minute. This nids.dll error seems to happen within a minute after one part of our system (that we are reading from via datasocket)&amp;nbsp;is powered on. This suggests that the error happens when the program tries to take some kind of information from that datasocket and write it to the database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to try and narrow it down within my program, but this thing is quite a monster that several people over years before me have developed. I guess I'll work on that for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2009 14:27:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/949095#M425637</guid>
      <dc:creator>maxwellb</dc:creator>
      <dc:date>2009-07-21T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/949247#M425690</link>
      <description>&lt;P&gt;OK, so I've figured some more things out. We have two programs running simultaneously. One is the database save program, the other is the data streaming program. The data streaming program is constantly reading from a TCP port which is connected to a remote&amp;nbsp;computer that does a lot of our data acquisition. As far as I can tell, the data streaming program is&amp;nbsp;using information contained in the byte sequences it acquires from the TCP port to decide in which data socket on localhost to save the data it gets in these sequences. I am not sure whether the data streaming program gives the remote computer instructions as to which data it wants at what&amp;nbsp;time or whether the remote computer simply cycles through the available data it has.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The database save program only runs once per minute. The database save program looks at each data socket individually, saves all the data collected in that data socket over the last minute to a database, then resets that data socket to a zero-by-zero array of zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My theory is that the crash is happening when the data streaming program and the database save program run in to each other while trying to use the same data socket. Any suggestions on how to avoid this? Is it possible to instruct both programs to wait until the other is done with a data socket before trying to use it?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2009 17:11:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/949247#M425690</guid>
      <dc:creator>maxwellb</dc:creator>
      <dc:date>2009-07-21T17:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/950109#M426080</link>
      <description>ballengerm-&lt;BR /&gt;&lt;BR /&gt;Where in your code are you actually getting the error?&amp;nbsp; It sounds like you have a very large application.&amp;nbsp; Can you replicate your system, or part of it, on a smaller scale and still get the error?&amp;nbsp; We need to narrow down where exactly you are getting your error in order to alleviate this issue.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jul 2009 17:47:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/950109#M426080</guid>
      <dc:creator>Online_Courses</dc:creator>
      <dc:date>2009-07-22T17:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: nids.dll crashing</title>
      <link>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/976682#M437726</link>
      <description>&lt;P&gt;i found and solved the problem!!!!! &lt;/P&gt;&lt;P&gt;If the disk c: ( where&amp;nbsp; labview is installed) is not shared nids.dll crash !!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="http://forums.ni.com/t5/util/emoticonspopuppage" class="emoticon-link" target="_blank"&gt;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" border="0" alt=":smileyvery-happy:" title="Smiley Very Happy" /&gt;&lt;/A&gt;&lt;A href="http://forums.ni.com/t5/util/emoticonspopuppage" class="emoticon-link" target="_blank"&gt;&lt;IMG src="http://forums.ni.com/i/smilies/16x16_smiley-very-happy.gif" border="0" alt=":smileyvery-happy:" title="Smiley Very Happy" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2009 13:48:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/nids-dll-crashing/m-p/976682#M437726</guid>
      <dc:creator>datino</dc:creator>
      <dc:date>2009-09-02T13:48:13Z</dc:date>
    </item>
  </channel>
</rss>

