From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

GDS(Goop Development Suite)

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 2013 sp1 crash when creating override method

Hello,

I have a issue with labview 2013 SP1, when i create a new overrided method, i have a crash report comments:

the possible cause is "AddViToProject.vi".

Does anybody have an idea about this Problem?

Thanks.

0 Kudos
Message 1 of 12
(11,109 Views)

I have not seen this. Since this is a support-related issue, please use ni.com/support. This forum is not formally monitored by the application engineers and so won't get the usual prompt NI response.

0 Kudos
Message 2 of 12
(8,798 Views)

How to find crashes/bugs in GDS!

Do this (before starting LabVIEW)
Add an empty text file with this name: GDS_DebugLog.txt, and place it in this folder: Documents\LabVIEW Data
Now start LabVIEW, and open the project and reproduce the crash. After the crash examine the file or upload it here so I can have a look at it.

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

Hi Mike,

I attached the text file.

0 Kudos
Message 4 of 12
(8,798 Views)

This is the most common crash I get in GDS.

What happens is that the code adds a VI to the project, at that time LV will call other Project Providers to notify them that the Project Tree has been modified, e.g. GOOP_LVClass_Global_Init.vi

If the GDS code tries to do something in parallel LV crashes, so the code needs to wait until LV is done.

But for how long?

If you would modify the wait time before and after Add VI To Project, or add a wait inside that VI that could fix it.

But are you allowed to modify the code?

It’s up to you and how you interpret the license agreement.

0 Kudos
Message 5 of 12
(8,798 Views)

I can try to edit the vi. But the VI is locked with password. How do I get the password.

Nanda
0 Kudos
Message 6 of 12
(8,798 Views)

I've exactly the same problem... even after i've updated the time to 100ms....

To edit the vi i had to remove the read-only setting of the folder..


open empty project, add goop class (GOOP 400) ... add child class... and crash!

I've tested it on 2 PC's...

64 bit windows 7

  • Install LabVIEW 2013SP1 32 bit (from DevSuite 2014 Q1)
  • Install goop from ni tools network 32 bit (4.8)
  • create new empty project
  • add goop class (goop 4)
  • add child class (goop 4)
  • crash..


0 Kudos
Message 7 of 12
(8,798 Views)

some more info

If you first create the class with 'LabVIEW Object' as parent and later modify the class inheritance then LabVIEW does not crash.

But if you doe it directly... LabVIEW will crash 😞

see create_child.png

0 Kudos
Message 8 of 12
(8,798 Views)

Hey guys. I've been away on holiday and just got back. I'll look into this during the week. But it might be good if NI can look into it as well, since they have better understanding in why LV crash. I can only try to find a work around.

0 Kudos
Message 9 of 12
(8,798 Views)

I've similarly been out of regular contact with the forums (and will be for the next couple weeks). As I said above, posting into the support forums is the right way to get attention from AEs who can dig into the details of the crash.

0 Kudos
Message 10 of 12
(8,798 Views)