11-27-2008 11:09 AM
Hi,
I have an application that uses TABs, and DLLs for FPGA, GPIB, PCI and CAN devices. I also have a TestStand UI on one of the TABs.
Sporadicaly I get the error concerning fpsane.cpp line 367.
Can someone explain me where this error is coming from?
Daniel Coelho
Solved! Go to Solution.
11-27-2008 12:19 PM
11-27-2008 12:39 PM
Other post don't refer to line 367...
I've seen the description of this error.
But I don't understand the concept of locking a tab.
What is that? How is it done.
11-28-2008 08:58 AM
I managed to find the menu that Locks a control, but I don't use it on TABs nor on anything else.
So the description I've read about this error doesn't apply to me.
Still would apreciate any help.
Daniel Coelho
11-28-2008 09:07 AM
The line number will vary depending on the control and the specific issue. It's almost always a problem with the front panel. I do not understand what you are referring to as far as "locking" the tab, and which "description of the error" you are referring to. Do you have the link to a specific KB article or thread?
If you can, post your VI so others can take a look at it.
11-28-2008 09:53 AM
I found a description of this error a while ago and I saved it as pdf. See the attachement.
The fpsane.cpp line 367 was refered as being an error associated with locking a tab that is already locked. (Menu Group->Lock)
I had a hard time figuring out what that was but I now know that I'm not locking any controls.
So, if the problem is with the front panel, how do I search for an *sporadical* error?
I can't post the VIs because it isn't a small project.
What else could help to find this error?
11-29-2008 08:47 AM
You have a number of possible courses:
12-03-2008 02:43 AM
####
#Date: qui, 27 de Nov de 2008 16:59:17
#OSName: Windows NT
#OSVers: 5.1
#AppName: LabVIEW
#Version: 8.5.1
#AppKind: FDS
#AppModDate: 01/11/2008 20:11 GMT
Insane object at FPHP+3260A74, UID 10, in "MB8500 App.vi": {dsitem } (0x400): Panel (FPSC)
c:\builds\penguin\labview\branches\Jupiter\dev\source\panel\fpsane.cpp(367) : DAbort: Fatal insanities(0x400) exist in ReportInsanities, 'MB8500 App.vi'
$Id: //labview/branches/Jupiter/dev/source/panel/fpsane.cpp#82 $
0x0071EABA - LabVIEW <unknown> + 0
0x0071F248 - LabVIEW <unknown> + 0
0x00B55FB9 - LabVIEW <unknown> + 0
0x00B567EC - LabVIEW <unknown> + 0
0x00B552C2 - LabVIEW <unknown> + 0
0x00B5588B - LabVIEW <unknown> + 0
0x00B56582 - LabVIEW <unknown> + 0
0x007FF7EA - LabVIEW <unknown> + 0
0x00BD9A0A - LabVIEW <unknown> + 0
0x00AC5D0A - LabVIEW <unknown> + 0
0x00ACCEC6 - LabVIEW <unknown> + 0
0x00ACDDFE - LabVIEW <unknown> + 0
0x0049C459 - LabVIEW <unknown> + 0
0x0049ACA1 - LabVIEW <unknown> + 0
0x004AE230 - LabVIEW <unknown> + 0
0x7E398734 - USER32 <unknown> + 0
0x7E398816 - USER32 <unknown> + 0
0x7E3989CD - USER32 <unknown> + 0
0x7E3996C7 - USER32 <unknown> + 0
0x5027591D - PAVSHOOK <unknown> + 0
0x5F91000A - <unknown> <unknown> + 0
0x0045D373 - LabVIEW <unknown> + 0
0x005063D5 - LabVIEW <unknown> + 0
0x005065FB - LabVIEW <unknown> + 0
0x00506640 - LabVIEW <unknown> + 0
0x0149A5CF - LabVIEW <unknown> + 0
0x7C817067 - kernel32 <unknown> + 0
0x00000000 - LabVIEW <unknown> + 0
*** Dumping Bread Crumb Stack ***
sanity checking heap VI "MB8500 App.vi" (C:\MB8500DVDPlayer\MB8500 Aplicacao Geral\MB8500 App.vi)
sanity checking VI "MB8500 App.vi" (C:\MB8500DVDPlayer\MB8500 Aplicacao Geral\MB8500 App.vi)
compile VI "MB8500 App.vi" (C:\MB8500DVDPlayer\MB8500 Aplicacao Geral\MB8500 App.vi)
*** End Dump ***
This is a file a found when I pressed Investigate Error.
I'm not sure if this is any help.
I'm disabling some parts of the code and I've copy/paste the intire VI to a new VI.
But since the error is sporadic I'm not sure if the problem persists or not.
I'll keep posting my results.
Regards,
Daniel Coelho
01-19-2009 01:24 PM
Hi smercurio_fc,
I changed some controls on the front panel and I never had the same problem.
Thank you for the hints.
Sorry for the delay.
Regards,
Daniel Coelho
01-19-2009 03:40 PM