Problems with IDL under HP-UX 10.10, 10.20 [message #7539] |
Thu, 21 November 1996 00:00  |
Julyan Cartwright
Messages: 1 Registered: November 1996
|
Junior Member |
|
|
Since moving IDL from an HP running HP-UX 9.01, to machines
running 10.10 and 10.20, users are reporting serious problems.
One I have just reproduced myself is that IDL eats
CPU cycles when doing nothing. It's sufficient to start IDL,
enter 'demo',and exit the demo again to start IDL consuming
100% of the CPU while doing nothing. Has anyone else seen
this problem or know of a fix? I have looked in the Web and
in the FAQ with no results.
Julyan
(Please cc your reply by mail since our news server can be
flakey, thanks)
--
Julyan Cartwright Email julyan@hp1.uib.es
Computer Centre WWW http://formentor.uib.es/~julyan
University of the Balearic Islands Tel (+34 71) 172893
07071 Palma de Mallorca, Spain Fax (+34 71) 173426
|
|
|
Re: Problems with IDL under HP-UX 10.10, 10.20 [message #7633 is a reply to message #7539] |
Thu, 28 November 1996 00:00  |
nhbkmich
Messages: 8 Registered: January 1996
|
Junior Member |
|
|
Julyan Cartwright (julyan@hp1.uib.es) wrote:
: Since moving IDL from an HP running HP-UX 9.01, to machines
: running 10.10 and 10.20, users are reporting serious problems.
: One I have just reproduced myself is that IDL eats
: CPU cycles when doing nothing. It's sufficient to start IDL,
: enter 'demo',and exit the demo again to start IDL consuming
: 100% of the CPU while doing nothing. Has anyone else seen
: this problem or know of a fix? I have looked in the Web and
: in the FAQ with no results.
: Julyan
We had the same problem after migrating from HP-UX 9.07 to HP-UX 10.02 a
couple of weeks ago.
Our IDL distributor attributed this to a bug in the /usr/lib/libcurses.sl.
Since there was no patch available for that library then, they proposed to
replace libcurses.sl by libcur_colr.sl. In other words, redirect the
symbolic link
libcurses.sl -> /usr/lib/libcurses.1
to
libcurses.sl -> /usr/lib/libcur_colr.1
It works and hasn't caused any "sideeffect harm" yet.
Michael Steffens
--
************************************************************ *****************
Michael Steffens Institut f. Meteorologie u. Klimatologie
Tel.: +49-511-7624413 Universitaet Hannover
email: Michael.Steffens@mbox.muk.uni-hannover.de Herrenhaeuser Str. 2
steffens@muk.uni-hannover.de D-30419 Hannover
PGP fingerprint = FA BE 6C 1C F6 C3 EC 33 DD 42 6B 7F DE CF 84 B8
|
|
|