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

20010420: UACROSS segmentation violation on OSF/1; KFGZ not in STNDB.CORE (cont.)

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 20010420: UACROSS segmentation violation on OSF/1; KFGZ not in STNDB.CORE (cont.)
  • Date: Fri, 20 Apr 2001 16:02:35 -0600

>From: "Alliss, Randall J." <address@hidden>
>Organization: TASC
>Keywords: 200104201654.f3KGsIL13905 McIDAS-X UACROSS STNDB.CORE

Randy,

>thanks Tom, for the info on Flagstaff.

No problem.

>i need it to do my cross section so i will wait until you look into the
>UACROSS problem. Atleast you were able to reproduce the error.

I found and fixed the problem with UACROSS (bad logic in the XSAXIS
subroutine contained in uacross.pgm).

I put a revised copy of uacross.pgm in the pub/mcidas/src directory of
anonymous FTP on our FTP server, ftp.unidata.ucar.edu, for you to
grab.

To build a new UACROSS executable, you should:

<login as 'mcidas'>
cd mcidas7.7/src
mv uacross.pgm uacross.pgm.770
ftp ftp.unidata.ucar.edu
  <user> anonymous
  <pass> your_full_email_address
  cd pub/mcidas/src
  get uacross.pgm
  quit
make uacross.k
rm ~/bin/uacross.k
ln uacross.k ~/bin

Tom