02-20-2013 07:02 AM
With this code, LV 2012 f3 crashes.
Can anyone confirm this behavior ? (before reporting it as a bug)
02-20-2013 07:10 AM
Can you please state your OS and if this is 32bit or 64bit LV?
thanks,
Norbert
02-20-2013 07:32 AM - edited 02-20-2013 07:32 AM
Yes, for me it crashes too.
####
#Date: mer 20 feb 2013 14:30:08
#OSName: Windows 7 Professional Service Pack 1
#OSVers: 6.1
#OSBuild: 7601
#AppName: LabVIEW
#Version: 12.0f3 32-bit
#AppKind: FDS
#AppModDate: 10/04/2012 15:12 GMT
#LabVIEW Base Address: 0x00400000
<DEBUG_OUTPUT>
20/02/2013 14:30:29.233
Crash 0x0: Crash caught by NIER
File Unknown(0) : Crash 0x0: Crash caught by NIER
minidump id: 3a487f33-61f9-49b2-adce-70896b9df5b4
ExceptionCode: 0xC0000005Œ¥l€rˆÁð
</DEBUG_OUTPUT>
0x01AF1179 - LabVIEW <unknown> + 0
0x01AF1688 - LabVIEW <unknown> + 0
0x7C37FDB4 - MSVCR71 <unknown> + 0
0x770F74DF - ntdll <unknown> + 0
0x770B9EC5 - ntdll <unknown> + 0
0x00000000 - <unknown> <unknown> + 0
02-20-2013 08:37 AM - edited 02-20-2013 08:50 AM
(thank you Harlequinade for the test)
ouadji :
Windows XP pro sp3 (32bits) - LV 2012 0f3 32bits
error code : 0x80000003 (STATUS_BREAKPOINT)
with syser (kernel debugger) in the background, when LV crashes, syser handles the crash and I see a breakpoint INT3 (0xCC)
02-20-2013 08:55 AM - edited 02-20-2013 08:58 AM
Since the issue reproduces on several machines, i created CAR #392545 for it.
Norbert
EDIT: The crash is connected to modifying the Offset with altering values and re-setting the Mode to anything other than "No Change" continuously. My test revealed that setting the Mode once before entering the TL does not lead to the crash. You should try and verify this.
02-20-2013 09:12 AM
My test revealed that setting the Mode once before entering the TL does not lead to the crash.
You should try and verify this.
like this ?
for me, this code (below) crashes LV too.
02-20-2013 09:15 AM
Remove writing the Mode from within the TL. Just modify the Offset.
Norbert
02-20-2013 09:21 AM - edited 02-20-2013 09:22 AM
"just modify the offset ..." ...
yes but look at this :
http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/con_change_tsnodes_dynam/
NOTE : If you dynamically change the offset of a Timed Loop by wiring a value to the Offset input of the Right Data node,
you also must specify a mode with the Mode input of the Right Data node.
02-20-2013 09:24 AM
Hm, please give it try nevertheless. I received no error, but i didn't test if the modified offset took effect.....
So possibly, my offset was not "updated" or the documentation is incorrect.
Norbert
02-20-2013 09:39 AM - edited 02-20-2013 09:39 AM
without writing the mode within the Timed Loop ... (like below)
LV does not crash ... but the offset is not updated.