LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Crash LV 12.0f3

 

With this code, LV 2012 f3 crashes.

 

Can anyone confirm this behavior ? (before reporting it as a bug)

 

my first post

 

myTL.png

Message 1 of 12
(4,053 Views)

Can you please state your OS and if this is 32bit or 64bit LV?

 

thanks,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 12
(4,047 Views)

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

0 Kudos
Message 3 of 12
(4,042 Views)

(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)

 

 

Syser.jpg

Message 4 of 12
(4,024 Views)

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.

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 5 of 12
(4,006 Views)

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.

 

crash_LV2012_2.png

Message 6 of 12
(3,987 Views)

Remove writing the Mode from within the TL. Just modify the Offset.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 7 of 12
(3,985 Views)

 

"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.

0 Kudos
Message 8 of 12
(3,980 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 9 of 12
(3,973 Views)

without writing the mode within the Timed Loop ... (like below)

 

LV does not crash ... but the offset is not updated.

 

 

crash_LV2012_3.png

Message 10 of 12
(3,968 Views)