My feeling is first identify where the freeze is happening, which is most
easily done by having the code print debugging info either to a string
indicator or to a file. That will give a handle on where the problem lies
and how reproducible it is. Also check your code- you don't say how you're
using the serial port, but if you're opening it each time and not correctly
closing it, for instance (despite what you say), then that could cause
problems. This is pretty generic advice, but without knowing more- and
ideally having a single reference VI that shows the problem- there's not
much else can be said.
I'd also, personally, be reluctant to develop on the machine you describe.
Reinstall, preferably with something more reliable such as Win2000 or NT4.
Win95 i
sn't wonderfully stable at the best of times and you don't know what
system files have been replaced by those utilities etc.
--
Craig Graham
Physicist/Labview Programmer
Lancaster University, UK
"Ken Kobayashi" wrote in message
news:5ED86AE934E12355.3B90F620F3DD98D7.6D6D27715170BBC8@lp.airnews.net...
>
> Hi,
>
> I have a LabView program that seems to crash every few hours,
> seemingly at random. By crash I mean that LabView does not respond to
> any user input - I have to do a Ctrl-Alt-Del to bring up the task
> manager (I'm using Win95) and kill LabView itself. Do you have any
> tips on determining whether the problem is mine (a bug in my program)
> or something to do with the LabView development environment itself or
> windows? The computer's environment is a bit dubious, as it's an old
> Win95 box with tons of programs added by many people over the last few
> years. I removed many of the utilities haven't done a re-install of
> Windows.