Jump to content

QMH in a subVi within a QMH type application


Recommended Posts

Posted (edited)

Is there a problem, in general, with having a program that is setup as a QMH, that has a subVi that is also a QMH?   
I ask this question, because I am trying one right now, and I end up with an error that says something like " Wow, that is problem" or something like that.

 

 

Here is the actual error from the log:

 

<DEBUG_OUTPUT>
11/13/2015 3:27:47.807 PM
DAbort 0x8AAA1713: Wow, this is bad
e:\builds\penguin\labview\branches\2015\dev\source\execsupp\eventoracle.cpp(538) : DAbort 0x8AAA1713: Wow, this is bad
minidump id: f0c3a5cd-99f4-46dc-9a3d-51e7f5b624d9
Edited by Walter Gunter
Posted

parallel qmh subvis is very common, nested qmhs I have never seen, but should be no reason why you couldnt . Try posting your code or something that reproduces the error, not much to go on with just the error message

Posted

This DAbort has to do with trying to access Event Data for an event after the event's refcount has gone to zero and it has been deleted.

This is one of those "shouldn't ever happen" kind of situations, so we'd be very interested in what you are doing to generate the error.

Perhaps your QMH nesting also involves nesting Event structures themselves, possibly operating on the same event queues?

 

If you could post your VIs, or even better, a simplified test case, I'll fire a CAR with that information and make sure it gets investigated.

 

Thanks

 

Craig Smith

LabVIEW R&D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.