comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Problem using sav files.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Problem using sav files. [message #21789 is a reply to message #21784] Thu, 21 September 2000 00:00 Go to previous messageGo to previous message
Theo Brauers is currently offline  Theo Brauers
Messages: 58
Registered: November 1997
Member
David Fanning wrote:
>
> I'm going to guess programmer error. :-)
>
> You will go a long way toward solving the problem if you
> stick some kind of Catch error handler in those functions/routines.
> It is hard to write an application with 4 functions that doesn't
> have some kind of error, let alone 400! I use a Catch
> error handler in most of my widget programs that is some
> variation of this:
>
> Catch, theError
> IF theError NE 0 THEN BEGIN
> Catch, /Cancel
> Widget_Control, event.top, Set_UValue=info, /No_Copy
> ok = Error_Message(Traceback=1, /Error)
> RETURN
> ENDIF
>
> The Error_Message program can be found on my web page. It
> will put the system error message (!Error_State.Msg) in
> a Dialog_Message if appropriate for the device. Otherwise,
> it will use Message. But setting the Traceback keyword
> will lead you directly to the error. :-)
>
> Cheers,
>
> David
>
Hi again:

I put your code into those routines which are called in the vicinity
of the crash. No error during the operation from compiled routines.
It crashes again IDL coming up with Dr.Watson. The exception is an
access violation 0xc0000005 at address 0x02854f14. The problem
is that you cant step through a program loaded from sav file. Since
the error doesnot occur during the operation from freshly compiled
I am trapped ..... Probably its better to report the error to RSI
or to wait for IDL5.4.

Best Theo



--
----------------------------------------------
Dr. Theo Brauers
Institut fuer Atmosphaerische Chemie (ICG-3)
Forschungszentrum Juelich
52425 JUELICH, Germany
Tel. +49-2461-61-6646 Fax. +49-2461-61-5346
http://www.kfa-juelich.de/icg/icg3/MITARBEITER/th.brauers.ht ml
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Log axis tickvalue format
Next Topic: Re: Finding Memory Leak ?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 02:37:16 PDT 2025

Total time taken to generate the page: 1.12052 seconds