Re: Strange errors
- From: "Matthew Sullivan" <nospam@xxxxxxxxx>
- Date: Sat, 3 Nov 2007 22:03:07 +0000 (UTC)
"Steven Lord" <slord@xxxxxxxxxxxxx> wrote in message
<fge4f0$126$1@xxxxxxxxxxxxxxxxxx>...
then run your code.
"Matthew Sullivan" <nospam@xxxxxxxxx> wrote in message
news:fgdr8d$me2$1@xxxxxxxxxxxxxxxxxxxxx
ImageAnalyst <imageanalyst@xxxxxxxxxxxxxx> wrote in message
<1193884363.080919.312120@xxxxxxxxxxxxxxxxxxxxxxxxxxx>...
*snip*
I am 100% sure that negative is never null. When I look at
it, it is always a list of positive numbers. Furthermore,
when I just cut and past the last command it works without
problem.
I turned JIT off and I still get the randomly get these
errors. It has become so bad that I can't run scripts for >
20 files without always getting these errors.
Type "dbstop if error" without the quotes at the prompt,
When you receive an error, you'll enter debug mode (theK>> prompt). From
there, you can see the line where the error is thrown andexamine the exact
contents of the variables as they exist at the time thatline is executed.
Double-check that all the variables you use as indices onthat line contain
positive integers or logicals. Once you've finished yourinvestigation, use
"dbquit" to exit debug mode and "dbclear all" to removethe condition that
caused you to enter debug mode when you received an error.
--
Steve Lord
slord@xxxxxxxxxxxxx
That was a useful tip, but again in debug mode everything
checks out (all positive integers). Running the command
that sent me to debug mode in debug mode works fine. I'm
still at a loss for what could be going on.
As a possible workaround, is there an equivalent to the IDL
command (I'm really showing my roots) .continue? That
wouldn't solve the root problem, but it stop it from
annoying me?
Thanks again,
Matt
.
- References:
- Re: Strange errors
- From: ImageAnalyst
- Re: Strange errors
- From: Matthew Sullivan
- Re: Strange errors
- From: Steven Lord
- Re: Strange errors
- Prev by Date: Weighted Sum of Squared Differences in frequency domain
- Next by Date: Re: Problem on the ODE45
- Previous by thread: Re: Strange errors
- Next by thread: Re: Rotate graph
- Index(es):
Relevant Pages
|