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

Home » Public Forums » archive » Hard crash
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: Hard crash [message #89956 is a reply to message #89955] Fri, 09 January 2015 11:31 Go to previous messageGo to previous message
Matt Haffner is currently offline  Matt Haffner
Messages: 34
Registered: October 2000
Member
Jim (& Chris),

No, the command line was fine. But I understand why now...

Those log files were very helpful--I wasn't aware of those before. The stack track in there made it clear it was indeed trying to open a user routine somewhere. dtrace helped me ID a 'test.sav' that was trying to be loaded from the IDLWorkspace84/Default directory, which is why it was only crashing in eclipse--that directory isn't added to the command line IDL path by default.

Trying the same thing from the command line with that file in the path does then give the same result, with a bit more error output:

IDL> test
% Wrong number of tags defined for structure: LIST.
% Structure not restored due to conflict with existing definition: LIST.
Segmentation fault: 11

The file contained an old save of an object that does contain some LISTs buried in it's property hierarchy.

Restoring the file does not crash IDL:

IDL> restore,'./test.sav'
% Wrong number of tags defined for structure: LIST.
% RESTORE: Structure not restored due to conflict with existing definition: LIST.
% Wrong number of tags defined for structure: LIST.
% RESTORE: Structure not restored due to conflict with existing definition: LIST.
% Wrong number of tags defined for structure: LIST.
% RESTORE: Structure not restored due to conflict with existing definition: LIST.

Looks like the save was in IDL 8.2.3. Did LIST's data structure evolve since then?

None of this is critical for me to restore/retain... mostly morbid curiosity at this point. But let me know if it's useful to poke around further to characterize a bug.

- Matt

On Thursday, January 8, 2015 at 8:17:34 PM UTC-6, Jim P wrote:
> On Thursday, January 8, 2015 at 3:34:31 PM UTC-7, Chris Torrence wrote:
>> Hey Matt,
>>
>> That's weird. I still don't have any clue what could be happening for your bug. Regarding the original bug from Helder, it's fixed for IDL 8.4.1 - it now throws the following error:
>> % Subscripts are not allowed with variable attributes.
>>
>> Cheers,
>> Chris
>
> Is it the same behavior when running from command line IDL and from the Workbench?
>
> Are there any files named hs_err*.log created in the default directory when the IDL process exits?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Exelis Purchased by Harris Corp
Next Topic: Reopen HDF5 file to add more data?

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

Current Time: Wed Oct 08 18:29:05 PDT 2025

Total time taken to generate the page: 0.00499 seconds