06-02-2008 03:42 PM
06-02-2008 04:00 PM
06-02-2008 05:15 PM
Also see what Eric V (NI) says here:
http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=327527#M327527
QUOTE:
"A DWARN like the one you experienced means that something unexpected occurred in the LabVIEW program, but not necesarily something that is going to cause you problems.
Looking through our database, I found several bug reports (aka: Corrective Action Requests or CARs) filed with R&D about this error, but they all seem to correspond to LabVIEW 8.2.1 (ie: they are probably fixed in the latest version).
Do you have access to a newer version of LabVIEW that you could try? If not, if you can tell me how to reproduce it in 8.2.1 I will try here and hopefully verify that it has been corrected in 8.5.
In any case, you probably don't need to worry about it if you haven't noticed any other problems."
02-06-2009 09:36 AM
I'm using LabVIEW 8.6 I got the same error by mass compiling 2 projects that used common code between them. The older project I had named as a "donor" project and set it aside for canabalising. The newer project I am rebuilding from the ground up using the new OOB features in 8.6 and the last few releases. I've been sucking strict type def'd functions into class structures. At the end of the day, things were runnig slow, so since the "donor" code was written in 8.5.1, I ran a mass compile on that library and then on the newer project. Reading the lvlog report I see this:
*** Dumping Bread Crumb Stack ***
#** sanity checking heap: "N:\ATEST\Automation\PAT_2.0\Working_Source\PAT_Ver2\Matrix left divisionMM_general_direct.vi"
#** sanity checking: "N:\ATEST\Automation\PAT_2.0\Working_Source\PAT_Ver2\Matrix left divisionMM_general_direct.vi"
#** compile: "N:\ATEST\Automation\PAT_2.0\Working_Source\PAT_Ver2\Matrix left divisionMM_general_direct.vi"
*** End Dump ***
Insane object at BDHP+C77BB9C, UID 1089, in "NI_Gmath.lvlib:Matrix left divisionMM_general_direct.vi": {flags } (0x1000): Call Library Function Node (NODE)
c:\builds\penguin\labview\branches\Saturn\dev\source\panel\fpsane.cpp(434) : DWarn: Insanities(0x00001000) exist in ReportInsanities, 'NI_Gmath.lvlib:Matrix left divisionMM_general_direct.vi'
$Id: //labview/branches/Saturn/dev/source/panel/fpsane.cpp#10 $
So I don't know if this is a continuation of the fpsane.cpp line 401 problem or not. But this is the page I was directed to when I reported the problem.
02-09-2009 11:33 AM
Hi Jamey,
It is actually a very diefferent problem all together. Your issue fpsane.cpp(434) is related to Lv 8.6 . Do you get a pop up dialog box that asks you if you want to report the problem to NI? If you do, it may be best to do this now and start a Service Request on the Issue. Also, is there a way you can post the whole lvlog? Can you repeat this warning in any way? Its possible if this error only occured once that this was just a warning and is of no threat to your code, however, any additional information that you could provide about how the error occured and what the error is saying would be very helpful to figuring exactly what caused it.
02-09-2009 01:26 PM
oops my error. I made a couple fast clicks on links and things and didn't really look hard enough at the error codes. I'll see if I can start a new thread.
Jamey