LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lvrt.dll crash LV2010SP1

  Problem Event Name:    APPCRASH
  Application Name:    Test.exe
  Application Version:    1.0.0.0
  Application Timestamp:    4d2fa0d5
  Fault Module Name:    lvrt.dll
  Fault Module Version:    10.0.1.4002
  Fault Module Timestamp:    4d2fb3a1
  Exception Code:    c0000005
  Exception Offset:    007487b7
  OS Version:    6.1.7600.2.0.0.256.48
  Locale ID:    1033

 

This is LabVIEW 2010 SP1 on Windows 7.

Maybe it has something to do with "Call By Reference" , but not sure.

0 Kudos
Message 1 of 5
(7,103 Views)

Hi,

 

This is most likely caused by the Windows Data Execution Prevention (DEP) security feature. If this feature is activated and the LabVIEW EXE you built is not set as an exception, it may cause the above errors or just prevent you from opening the application.

You can check if Data Execution Prevention is activated by doing the following:

  1. Right-click on My Computer and choose Properties.
  2. Click the Advanced tab.
  3. Under the Performance section, click Settings.
  4. Click the Data Execution Prevention tab.
  5. Check to see if DEP is activated for essential Windows programs and services only, or for all programs except those you select.
  6. If DEP is on for all programs, either change it to be on only for Windows programs and services, or add an exception for your new EXE.


The errors and crashes should stop occurring once an exception is made for your application or you choose to use DEP for only essential Windows programs and services.

 

Regards,

Matteo

0 Kudos
Message 2 of 5
(7,008 Views)

Hello,

I have a very similar problem- please find the attachment. The DEP is configured as described above.

 

Meyfy- have you solved your problem?

 

przemmo

Download All
0 Kudos
Message 3 of 5
(6,971 Views)

Hello,

 

I know it is an old post, but I would like to know if finally the problem was solved.

 

The same issue is happening to me, LabVIEW crashes after several days runing with lvrt.dll faulting module.

 

Some information:

 

- DEP is configured correctly.

- Application is running in serveral PCs with Windows 7.

- Work fine for several days/weeks until it crashes

- The app is built in labVIEW 2012 in some Servers and LabVIEW 2010 in others. Same issue happens.

 

Any idea?

 

Thanks in advance.

 

0 Kudos
Message 4 of 5
(5,713 Views)

Strange, I would also appreciate any updates on a solution.  I can run my application for several days as well and then the system gives me the error.  I have not checked my DEP settings, but will do so.  I was leaning towards a problem with resources since I am running for several days - I thought maybe the memory or cpu usage was a problem.

 

I am using Windows 7, LabVIEW2013, SP1 64 bit application.

 

Is there any reasonable way to recover from this crash programmatically since it is a Windows error?

 

Problem signature:

Problem Event Name:                        APPCRASH

Application Name:                             Avionic_Communication.exe

Application Version:                           5.0.0.2

Application Timestamp:                     52d9885e

Fault Module Name:                          lvrt.dll

Fault Module Version:                        13.0.1.4018

Fault Module Timestamp:                  52d99503

Exception Code:                                  c0000005

Exception Offset:                                0000000000bb7e80

OS Version:                                          6.1.7601.2.1.0.256.48

Locale ID:                                             1033

Additional Information 1:                  56fb

Additional Information 2:                  56fb6f9c2aae0ddbb77d8c94b1041558

Additional Information 3:                  848b

Additional Information 4:                  848b2abc34bf08ac556f274cd9d77734

 

Read our privacy statement online:

http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

 

If the online privacy statement is not available, please read our privacy statement offline:

C:\Windows\system32\en-US\erofflps.txt

0 Kudos
Message 5 of 5
(5,682 Views)