[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 5.3 segfault?



In article <880no5$asq$1@news.ox.ac.uk>,
	Alan Iwi <iwi@atm.ox.ac.uk> writes:
> Sorry, my previous message referred to version 5.3; the "5.0.3" in the
> subject line was a typo.  Can anyone reproduce this following error?
> 
>> IDL> spawn,'echo 1',unit=unit1
>> IDL> spawn,'echo 2',unit=unit2
>> IDL> spawn,'echo 3',unit=unit3
>> IDL> readf,unit3,a
>> Segmentation fault


    IDL> PRINT, !VERSION
    { x86 linux unix 5.3 Nov 11 1999}
    IDL>  SPAWN, 'echo "test"'   
    test
    IDL> SPAWN, 'echo "test"', UNIT = unit
    IDL> a = ''
    IDL> READF, unit, a
    Segmentation fault (core dumped)


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Robert S. Mallozzi                                       256-544-0887
                                                      Mail Code SD 50
http://gammaray.msfc.nasa.gov/           Marshall Space Flight Center 
http://cspar.uah.edu/~mallozzir/                 Huntsville, AL 35812
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~