LabVIEW 2010 crashes when changing representation of TypeDef

Hello NI,
I have to report a bug
which causes LV 2010 to crash with error in "datamgr.cpp", line 2720.
This crash is reproduceable.I use LabVIEw 2010, 32 bit on Windows 7.
To cause this crash you have to perform the
following steps (I attached a sample VI to reproduce these steps.):
Place a ring control on the FP, change
representation to I32
On the BD, create a property node “Strings
And Values[]”
The datatype of this property is Array of
Cluster with 2 Elems, “String” & “Value”, where “Value” is of type I32
Create a control of this property,
surprisingly the type of Value is “extended”
On the FP, select the cluster inside the
array, click “Customize Control…” from Edit- menu
In the Control- Editor change the DataType
of Value to I32, then exit the Control Editor without saving the control,
but replacing the original cluster
LabVIEW 2010 will crash with the error
message stated above
The problem is to change the
representation of the cluster element, where the cluster is part of a typedef. A
solution is to forbid to call the “Customize”- editor directly from the FP (not
nice) or to forbid to replace the orginal control, instead force the user to
save the altered control to a .ctl (nicer).
This shows a general problem with TypeDefs,
where the array of a not-typedefed cluster is typedefed. This was discussed
earlier with the cursor list of waveform graphs (couldn’t find it anymore, but
read it in this forum) where this problem also can occur. So this is an appeal
to National Instruments to change the TypeDef to the clusters and make arrays
of them.
And, after all, for me it is
unexpected behaviour that a constant / control / indicator, created from a
property (or any terminal / node I can find on the BD) has another datatype
than the original terminal or node.
Greets, Dave
Picture 1: Type of property node
Picture 2: Type of created control
Picture 3: Error message
Greets, Dave
Attachments:
Ring TypeDef Problem.vi ‏66 KB

Hi All,
I am also facing the same bug from the long time which causes loss of data unexpected.Please solve this bug and tell me any way to solve this.I am using Control Type Def in my project.
Thanks
Yogeshwar
Attachments:
error.jpg ‏19 KB

Similar Messages

  • LabVIEW 2010 crash when calling user32.dll

    Interesting LabVIEW 2010 "feature" I discovered this morning.
    Attached are two identical VIs, one saved in 2010 and one saved in 2009.  These VIs were specifically written to demonstrate the bug I stumbled upon this afternoon.  Each VI when run should allow you to find a specific program (window) open in Microsoft Windows and bring it to the foreground.  It relies on "user32.dll" to perform this operation.  It also allows you to specify the calling convention for the function call.
    In LV 2009, either calling convention works, without error.  However, in LV 2010 the calling convention for the function must be "stdcall (WINAPI)" and not the default "C".  If the calling convention is "C" then LabVIEW crashes and closes without warning.
    If you happen to have both LV 2009 and LV 2010 on your computer, I would love to hear if this phenomenon is duplicated so that I can pinpoint whether the bug is LV 2010 related or is more specific to my personal setup.
    Thanks,
    ~David
    Solved!
    Go to Solution.
    Attachments:
    LV2010 test.vi ‏13 KB
    LV2009 test.vi ‏14 KB

    221113
    Return
    CLFN with the wrong calling convention may siliently crash LabVIEW.
    LabVIEW 8.5 through 2009 could adjust the calling convention at run time if the user selected the wrong option. In 2010 this no longer happens. More information is found in KnowledgeBase 59KB14WI
    Workaround: Use the correct calling convention
    Reported Version: 2010 32-bit
    Resolved Version: N/A
    Added: 07/23/2010
    From 2010 release notes.
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • Airplay audio streaming from Iphone to ATV crashes when changing randomly title?

    Why does airplay audio streaming from Iphone 4S iOS 7.04 crashes when changing randomly title? The ATV is not connected to a TV, only to an AV Receiver. Anywhere the same problem?
    Thx a lot
    Nolame

    Oops - I messed up the title-
    This is with iOS 7.0.2 and Apple TV 6.0.

  • Labview 8 crashes when saving a vi with a 'Bundle By Name' function

    We have a working vi (Get_AN_Fast.vi), created with Labview 7.1.
    Trying to open this vi with Labview 8 crashes Labview.
    Problem seems to be related to a 'Bundle by Name' function, but it is not that simple as using this function by itself wirks fine.
    Any ideas would be a help.
    Attachments:
    Labview_Upgrade_Crash.zip ‏117 KB

    Sorry for the delay, I have been testing on other machines.
    We can reproduce the error on other machines, with completly fresh installs of Labview 8.
    The ActiveX Object we are connecting to is our own COM server, for interfacing to USB based data acquisition devices.
    I have found that when our COM server is not installed on a computer, then the VI will open, but with errors related the the missing COM Server.
    When the COM Server is installed, Labview 8 crashes when opening the vi.
    I realise that our COM server might have bugs, but it worked fine with Labview 6 and 7, and it is Labview 8 that gives the error, not our COM Server (which is a stand-alone executable).
    I have attached a zip file with our COM server, it just needs to be unzipped to a temporary file, and then run the 'register.bat' file to register the server.
    It will not install any other files on your computer and, can just be deleted when you are finished.
    Thanks
    Charlie.
    Attachments:
    COM_Server.zip ‏659 KB
    Labview_Upgrade_Crash.zip ‏117 KB

  • LabVIEW 2010 Crash

    All,
    LabVIEW 2010 now crashes every time I try and open it. It seems to crash at the "loading plugins" phase. I don't recall what I did to cause this. How can I solve this?
    Also there's no error log in the LabVIEW data folder under my documents.
    Regards,
    Ken

    Has anything changed about the system? Has the system ever been in a working state? Has the computer received recent updates from IT or the OS? Did you face any installation problems? 
    Has any third party software been recently installed on the computer? 
    Thank you very much for your time and follow up. Perhaps an installation repair for LabVIEW would assist in ensuring all the correct files are still on disk, in case anything may have been deleted.
    Cheers, 
    Patrick Corcoran
    Application Engineering Specialist | Control
    National Instruments

  • LabVIEW is crashing when i am trying to build the exe

    I am trying to build an executable from a program in which i am communicating with several instruments, whenever i am trying to build an exe labview is crashing and i am getting the error Exception: access violation(0xc0000005)at eip=0x10054DD1.
    after reading some posts on forum i tried builduing an exe on other system also, but still i am getting the same error.
    below i am attaching the program and the image of the error i am getting.
    Attachments:
    labview crash.png ‏53 KB
    automation.zip ‏4455 KB

    Ritu wrote:
    waiting for the reply....
    Realize this community is by a large majority volunteer based.  If you need urgent support contact NI directly 
    http://sine.ni.com/apps/utf8/nicc.call_me?loc=en-US
    That being said I would try to disable the large amount of code.  Say you have a Main that launches a bunch of stuff, put a disabled diagram code around the launching part and then try to rebuild.  It is a very slow process (especially when the build takes a while to fail) but by doing this you can more isolate the parts of the code that can cause the crash.  The only time I've seen a crash on build like you described, I simply rebooted and it was fine.  Usually because of my own fault by stopping code in a bad way previously leaving things in memory.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Crashes when changing editing data model

    Reports 6i crashes (My windows (Unix) disappears) often when I am changing the data model (i.e removing and adding columns). I did figure out one thing and that is you when you delete a column that has a data link without removing the data link first it will not remove the column and the report will crash when you attempt to make an additional changes to that query that was changed. Any additional reasons?

    Kathy,
    Suggest you log a TAR with Oracle Support on this issue. The builder should not be crashing and I did not find any bugs logged. They will need to reproduce the problem and log a bug if necessary. You will need to supply them with the specific version of Reports and the operating system.
    Regards,
    The Oracle Reports Team jls

  • Illustrator CS3 crashes when changing locations during save or place. Mac, Yosemite

    After updating to Yosemite and fixing the initial problem of not being able to open Illustrator (installing older Java). Illustrator now crashes every time I try to select a location to save a file. If I save without changing the file location it's not an issue. It also crashes when I want to PLACE a file and I try to navigate to the location.
    MacBook Pro (2012), OSX 10.10.2 (Yosemite).
    Adobe Illustrator CS3 (Yeah, I know).
    Changing fonts doesn't seem to be a problem. Large files are OK. It's only when navigating to a location using a drop down menu in the SAVE AS or PLACE dialog box.
    Any ideas of what might be wrong?

    New information: I switched to the adobe dialog format and it fixed my issue. I'm leaving this here in case anyone else runs into this. However, I wouldn't mind finding out why it won't work the the OS dialog.

  • Labview 2010 crashes XP while looking for webserver

    Hi,
    I am using a Windows 7 laptop with LV 2010 to compile my 32-bit executable.  I've copied it to my target Windows XP, SP3 computer and after running it for a short while it rebooted the computer automatically (I believe the reboot was caused by a BSOD).
    I've gone into the Windows Event Viewer and there is an event that says "Labview information:  Error: 404 "Not Found" for "national instruments/ni-rpc/interface/eadfc80d-1e6f-425b-8986-12ccef98f646/ncalrpc", file "c:/program files/national instruments/shared/ni webserver/www/national instruments/ni-rpc/interface/eadfc80d-1e6f-425b-8986-12ccef98f646/ncalrpc": Can't access URL     ."
    I'm attaching a jpg of the Event in case I typed it incorrectly.  There is another post that mentions this error but there is no resolution and the discussion went in a different direction:  http://forums.ni.com/t5/LabVIEW/LabVIEW-2010-unstable-on-Windows-7/m-p/1247366/highlight/true
    Neither my Win 7 development laptop or my target Win XP system have this www folder.
    Has anyone seen this before or know the cause?  Thanks.
    Steve
    Attachments:
    Event Viewer small.jpg ‏69 KB

    Altenbach,
    Thanks for the quick reply.
    Yes, the time stamp of this error coincides with the crash.  I guess I assumed that it caused the crash because I see about 20-25 instances of it in the Event Viewer.  Immediately before these errors appear there are two instances of the NI Configuration Manager with the Description saying "Opening configuration database".
    This only happened on time and I have not been able to reproduce it again.
    I'll need to explain to my customer why this Error has appeared so many times in the Event Viewer, and also how I can get it to not happen again.  Do you have any suggestions?  Once I isolate this error and prevent it from happening again then I can monitor the computer for future crashes.
    Thanks.
    Steve

  • Labview 7 crashes when opening an earlier Labview version VI

    Hello guys. I am using Labview 7 professional edition. The labview crashes when opening an earlier labview version VI. The error message I'm getting is just "Labview has encounted a problem and eneds to close. We are sorry for the inconvenience." The VI contains a few Tag SubVIs, and It is written with an earlier version of Labview(BridgeView is what it was called).
    Do anyone have any ideas that how I can fix this bug? It's going to be a great help. Thank you very much.

    Hello,
    LabVIEW should not be crashing in this situation. Now, does this happen for other similar VIs too? It could be possible that a particular VI is corrupt. Also could you post your VI here so that I can try and reproduce the problem at my end.
    Regards,
    Chetan K
    Application Engineering
    National Instruments

  • Labview 2013 crashing when restarting VI

    My VI runs and I have no problems.  
    If I stop then Vi and re-run it, pretty much every second time it crashes.  It does not point to anything and the only message I get is:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: LabVIEW.exe
    Application Version: 13.0.0.4051
    Application Timestamp: 525595c6
    Fault Module Name: NiViPxi.dll
    Fault Module Version: 5.4.0.49152
    Fault Module Timestamp: 51c243ad
    Exception Code: c0000005
    Exception Offset: 0000bbe0
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 6153
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt
    This only clue in the above I can find is NiViPxi.dll
    I am using a PXI rack so maybe it is to do with one of the devices?
    I would be nice to have more clues, does anyone know why labVIEW keeps crashing?
    Rgds,
    Sean
    Solved!
    Go to Solution.

    Hi jinfone.t
    I managed to root cause it to a netway 72 PXI dll and have fixed the issue, (took a lot of effort!)
    - Does the crash only occur when you re run this particular VI that you are talking about?
     Yes
    - Is there any crash logs generated?
     None that I know of apart from the output I pasted on the screen.  It's possible there is something in the event monitor
    - What does your VI do? 
    It function tests our product, (IOT)
    - Would it be possible to show the code? 
    I'm afraid not as it is proprietary.  However, the issue appears to be due to the dll.  Netway may release the VIs but I believe you are required to buy hardware/ software.
    The issue I have is that LabVIEW is not handling this crash well at all.  It does not point to the problem dll nor does it drop a fail log that I know of.
    Thanks for the feedback.
    Ciao,
    Sean

  • Labview 2010 crash at startup windows 7

    Hi,
    Labview crashes on startup. I get this message: "Labview 10.0 Development System has stopped working." I don't get any further than this.
    I have 95 computers running Windows 7 64-bit Enterprise. To install Labview on these I use the automated installer with these options: "/q /acceptlicenses yes /r:n /applyspecfile k:\zfdmsi\Labview2010\yellow1\".
    This was working on Windows XP. I have tried to install Labview manually on one of the windows 7 computers and it works fine.. But I cant do that on 95 computers...
    Any ideas why it's crashing?
    Thanks in advance.
    Solved!
    Go to Solution.

    Yes, m: is a network drive. We have a local policy on all workstations redirecting My Documents to the M: drive.
    I got the issue resolved by installing Labview 2010 SP1

  • Acces 2010 crashes when importing a exceldatabase

    when i import a excel file in excel acces 2010 doesn't work wel. When i want to open the datasheet view acces 2010 crashes.
    i've already tried to import a file with only 100 lines but still the same problem.
    I have a Dell , 64-bit operating system
    thx

    Post a copy of the Excel file so we can try it ourselves.
    Try a 50 line file. Then, a 25 line file. Then 12 lines, etc. until you get one that works. That makes it easier to find the killing line.
    peter n roth - http://PNR1.com, Maybe some useful stuff

  • BEx crashes when changing variable values

    Hi all,
    We're having a problem with BEx.
    It crashes when trying to change variable values.
    We've been looking into syslogs and dev logs and so on,
    and found that the cpic connection has been disconnected
    before the crash. BUT we cannnot find out what is actually
    disconnecting the session.
    Well, at least F/W wasn' the cause. Have check the logs.
    Any ideas? Thx in advance!
    Yuko
    Below is our info.
    BEx: BI 7.10 sp7
    BI: BI 7.0 SAPKW70017
    <BI syslog at the time of BEx crash>
    15:40:36 RD                                 Q0  I Operating system call recv failed (error no. 232 )
    15:40:36 RD                                 S2  3 Connection to CPI-C client 586 was closed
    15:40:36 RD                                 S7  4 > Partner LU name:
    15:40:36 RD                                 S0  R > Host: 172.19.xx.xxx
    15:40:36 RD                                 S0  I > Partner TP Name: EXCEL
    15:40:36 DIA  000 500 BIB103                R4  9 Communication error, CPIC return code 020, SAP return code 223
    15:40:36 DIA  000 500 BIB103                R5  A > Conversation ID: 82142217
    15:40:36 DIA  000 500 BIB103                R6  4 > CPI-C function: CMSEND(SAP)
    <dev_rd log trace level 3>
    GWRD LOOP **********
    I'm in GwReceive
    SiSelPSelect: start select (timeout=20000)
    Thu Apr  9 15:40:36 2009
    SiSelPNext: an error occurred in sock 31
    NiSelISelectInt: error detected on hdl 18 / sock 31
    NiSelIListInsert: add hdl 18 [17] to sel-list (0) of set0
    NiSelISelectInt: 1 handles selected (0 buffered)
    main: NiSelNext (ni_hdl=18, read=1, write=0, connect=0, hdl_info=0x6000000000587400)
    request from CLIENT
    GwRequest: request from client 586
    GwGetMemory: allocated 0x600000000089bee0 (len=34615)
    NiHsLGetHostName: found address 172.19.xx.xxx in cache
    ***LOG Q0I=> NiIRead: recv (232: Connection reset by peer) [nixxi.cpp 4423]
    ERROR => NiIRead: SiRecv failed for hdl 18 / sock 31
        (SI_ECONN_BROKEN/232; I4; ST; 172.19.xx.xxx:1097) [nixxi.cpp    4423]
    Adresse   Offset  bad request
    GwSaveErrInfo2: save err info (225)
    ***LOG S23=> GwIDisconnectClient, client disconnected (586) [gwxxrd.c     11657]
    ***LOG S74=> GwIDisconnectClient, client disconnected ( SY08472) [gwxxrd.c     11665]
    ***LOG S0R=> GwIDisconnectClient, client disconnected () [gwxxrd.c     11704]
    ***LOG S0I=> GwIDisconnectClient, client disconnected ( EXCEL) [gwxxrd.c     11713]
    LOCATION    SAP-Gateway on host mxxx112 / sapgw01
    ERROR       connection to partner '172.19.xx.xxx:1097' broken
    TIME        Thu Apr  9 15:40:36 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -6
    MODULE      nixxi.cpp
    LINE        4423
    DETAIL      NiIRead
    SYSTEM CALL recv
    ERRNO       232
    ERRNO TEXT  Connection reset by peer
    COUNTER     790

    Just FYI.
    After all, we ended up applying BEx addon patch 9.
    The problem about the BEx crash seemed to be fixed in patch 8, but another problem (I heard it was about something to do with report jump function) was not fixed. As a result, we skipped patch 8 and applied 9.
    Both problems were fixed in patch 9.
    Many thanks to SDN informations.
    Yuko

  • IOS 8 Mail share sheet crash when changing From address

    Since upgrading to iOS 8 I've experienced a repeated crash when I try to email content from a secondary (non-default) email account using share sheets. For instance:
    I'm in the NYTimes app and I hit the share button
    I select Mail
    a draft email comes up with the article that I want to share
    I change the From address to a secondary email account set up in iOS 8 and the draft email crashes, kicking me back to the NYTimes app
    This has happened every time I try to change the From address in the Mail share extension on iOS 8. I'm now running 8.1.1 and it's still happening. I even tried deleting the secondary email account and reinstalling it but I'm still getting the crash.
    Is this happening to anyone else and is there a fix?
    thanks!

    I've got 4 accounts. iCloud is the default but also an Exchange (Work), Outlook and Gmail. It crashes when I change to any of them from the default iCloud.
    What also doesn't help is iOS is smart enough to switch accounts automatically depending on who you email so if I pick someone at work, it automatically changes to Exchange and crashes. So I cannot even email those people from my iCloud account via the share sheet.
    I'm stuck having to copy everything and paste into the normal email application is quite a pain. I'm surprised more people aren't compaining about this or Apple isn't bothering to fix it quickly. I've even fully wiped my phone once and not restored the backup but it still doesn't work so it's clearly an OS bug. This worked fine on iOS 7.

Maybe you are looking for

  • MacBook Pro retina: Mid-range 13" or low-range 15"?

    Hi, I'm a second-year university student looking to get the latest MacBook Pro retina (switching from a PC). I have been to the store and tried both - I am very torn between getting a mid-range 13" (I want the 256GB SSD) or a low-range 15". With the

  • Sync-to-Async process

    Hi, I'm trying to call an asynchronous process from a synchronous one following the Sync-to-Async instructions available in the documentation ("Building Synchronous and Asynchronous business processes"). I can generate the Sync-to-Async WSDL file wit

  • HT4106 ■"Accessory Unavailable: The attached accessory uses too much power" -

    I get this message on my Ipad 1 when i tried to transfer pics from an SD card using my offical Apple Ipad SD reader. Why is that, is there a fix? Now , to be total honest...I am trying to transfer pics from a microSD card with an regular size SD adap

  • Where can I see fax results?

    While I'm faxing a document I can see it listed in the fax queue, but as soon as the fax is completed it disappears from the queue. Is there some place where I can see a list of successfully completed faxes, and the times they were sent? Even a list

  • Photoshop Elements 8 won't load properly

    When I activate the program I notice that the cursor is flicking between a + and the blue spinning Windows 7 circle.  Any change that I try to perform doesn't function....example...if I try to crop a photo, I can create the frame but it has no handle