02-26-2016 04:00 AM
Hi 🙂
My Teststand crashed with the following error:
And here is error report:
####
#Date: qui, 25 de Fev de 2016 16:11:27
#OSName: Windows 7 Professional Service Pack 1
#OSVers: 6.1
#OSBuild: 7601
#AppName: SeqEdit
#Version: 14.0.1f1 32-bit
#AppKind: AppLib
#AppModDate:
#LabVIEW Base Address: 0x30000000
InitExecSystem() call to GetCurrProcessNumProcessors() reports: 4 processors
InitExecSystem() call to GetNumProcessors() reports: 4 processors
InitExecSystem() will use: 4 processors
<DEBUG_OUTPUT>
25-02-2016 17:50:28.221
Crash 0x00000000: Crash caught by NIER
File Unknown(0) : Crash 0x00000000: Crash caught by NIER
minidump id: e566f74f-c640-4760-8afc-fb4098ab137d
ExceptionCode: 0xC0000005
</DEBUG_OUTPUT>
0x0ECC11AB - nierInterface <unknown> + 0
0x0ECC5E96 - nierInterface <unknown> + 0
0x0ECC621C - nierInterface <unknown> + 0
0x7686031F - KERNEL32 <unknown> + 0
0x7776344F - ntdll <unknown> + 0
0x77729855 - ntdll <unknown> + 0
0x00000000 - SeqEdit <unknown> + 0
Does anyone know what could be the possible cause of it?
Thank you in advance for your help,
02-26-2016 04:33 AM
An access violation always occurs when an user space application tries to access memory which is protected (e.g. kernel mode memory).
That being said, the reason is most likely created by invalid references.
Does this error occur every time you use TS or only with specific sequences?
Norbert
02-26-2016 04:55 AM - edited 02-26-2016 04:55 AM
Hi Norbert,
This happenned twice so far. In a teste that runs in cycle for 6 hours.
It's running in loop, what do you think that can be happening?
Thank you
02-26-2016 05:49 AM
The issue obviously occurs in a LV module. Can you identify and post that VI?
Norbert
02-26-2016 09:30 AM
If you click the View Report link in that dialog, or go to the LabVIEW Data Folder (Likely in C:\Users\Documents\LabVIEW Data) and navigate to LVInternalReports\SEqEdit\<version> and find the folder with the Report ID from your dialog, you will see a crash dump file that might provide more information. Can you post that file as well? If the file is too large, you can send me a private message and I'll send you information about FTP'ing the file to us.
03-24-2016 04:46 PM
Try to change the adapter for labview
go to configure >> adapters>> Labview >> (change from Runtime to Develpment Enviroment)
03-28-2016 04:33 AM
I never had this error again, but thank you anyway. 😉