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

Home » Public Forums » archive » Re: IDL on IRIX 6.1 problem
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: IDL on IRIX 6.1 problem [message #5152] Tue, 24 October 1995 00:00
rosentha is currently offline  rosentha
Messages: 23
Registered: November 1994
Junior Member
Colin Rosenthal (rosentha@aauobs.obs.aau.dk) wrote:
: Frank J. �ynes (frank@spacetec.no) wrote:
: : rosentha@aauobs.obs.aau.dk (Colin Rosenthal) wrote:
: : >We are running IDL 4.0 on an SGI Power Challenge. We have recently
: : >upgraded the operating system to IRIX 6.1, and some IDL programs
: : >no longer work. Specifically, attempting to run XINTERANIMATE, the
: : >program generates the first few frames of the movie and then exits
: : >with
: : >
: : >% WINDOW: Unable to create X windows pixmap (BadAlloc (insufficient resources for
: : > operation)).
: : >% Error occurred at: CW_ANIMATE_LOAD 505 /usr/local/rsi/idl_4/lib/cw_animate.pro
: : >% XINTERANIMATE 272
: : > /usr/local/rsi/idl_4/lib/xinteranimate.pro
: : >
: : >A check of help,/memory gives
: : >
: : >heap memory in use: 314924, calls to MALLOC: 1111, FREE: 928 .
: : >
: : >Evidently IDL is swallowing up large amounts of memory which is not
: : >being freed up. Has anyone else experienced similar problems?
: : >
: : >Note that this particular example worked fine under the old operating
: : >system.
: : >
: : >--Colin Rosenthal | ``Don't smell the flowers -
: : >--rosentha@obs.aau.dk | They're an evil drug -
: : >--http://bigcat.obs.aau.dk/~rosentha | To make you lose your mind''-
: : >--Aarhus University, Denmark | Ronnie James Dio, 1983 -

: : If I remember correctly, 6.1 is essentially the same as IRIX 5.3, only
: : for the Power Ch. architecture. If so, check the following:

: : 1) /var/adm/SYSLOG says something like "Out of logical swap space ...."
: : 2) swap -s shows large amount of swapspace RESERVED, though almost no
: : applications are running
: : 3) The application might work the fist time(s) after a reboot, but then
: : the error starts occuring.

: : If all these are true, (at least 2 and 3), I'll bet you have run into
: : bug (or rather, SGI incident) #254412
: : In this case, ask SGI when a patch is available
: : OR mail me for a "workaround" I got from SGI a while back
: : OR downgrade your operating system again.

: This problem has now been solved. It turned out not to have anything

No it hasn't. It looks like you may have been right.

--Colin Rosenthal | ``Don't smell the flowers -
--rosentha@obs.aau.dk | They're an evil drug -
--http://bigcat.obs.aau.dk/~rosentha | To make you lose your mind''-
--Aarhus University, Denmark | Ronnie James Dio, 1983 -
Re: IDL on IRIX 6.1 problem [message #5153 is a reply to message #5152] Tue, 24 October 1995 00:00 Go to previous message
rosentha is currently offline  rosentha
Messages: 23
Registered: November 1994
Junior Member
Frank J. �ynes (frank@spacetec.no) wrote:
: rosentha@aauobs.obs.aau.dk (Colin Rosenthal) wrote:
: >We are running IDL 4.0 on an SGI Power Challenge. We have recently
: >upgraded the operating system to IRIX 6.1, and some IDL programs
: >no longer work. Specifically, attempting to run XINTERANIMATE, the
: >program generates the first few frames of the movie and then exits
: >with
: >
: >% WINDOW: Unable to create X windows pixmap (BadAlloc (insufficient resources for
: > operation)).
: >% Error occurred at: CW_ANIMATE_LOAD 505 /usr/local/rsi/idl_4/lib/cw_animate.pro
: >% XINTERANIMATE 272
: > /usr/local/rsi/idl_4/lib/xinteranimate.pro
: >
: >A check of help,/memory gives
: >
: >heap memory in use: 314924, calls to MALLOC: 1111, FREE: 928 .
: >
: >Evidently IDL is swallowing up large amounts of memory which is not
: >being freed up. Has anyone else experienced similar problems?
: >
: >Note that this particular example worked fine under the old operating
: >system.
: >
: >--Colin Rosenthal | ``Don't smell the flowers -
: >--rosentha@obs.aau.dk | They're an evil drug -
: >--http://bigcat.obs.aau.dk/~rosentha | To make you lose your mind''-
: >--Aarhus University, Denmark | Ronnie James Dio, 1983 -

: If I remember correctly, 6.1 is essentially the same as IRIX 5.3, only
: for the Power Ch. architecture. If so, check the following:

: 1) /var/adm/SYSLOG says something like "Out of logical swap space ...."
: 2) swap -s shows large amount of swapspace RESERVED, though almost no
: applications are running
: 3) The application might work the fist time(s) after a reboot, but then
: the error starts occuring.

: If all these are true, (at least 2 and 3), I'll bet you have run into
: bug (or rather, SGI incident) #254412
: In this case, ask SGI when a patch is available
: OR mail me for a "workaround" I got from SGI a while back
: OR downgrade your operating system again.

This problem has now been solved. It turned out not to have anything
to do with the upgrade, but was due to some strange state of the
diskless Indy I was using as a terminal. Thanks for taking the time
to reply.

--Colin Rosenthal | ``Don't smell the flowers -
--rosentha@obs.aau.dk | They're an evil drug -
--http://bigcat.obs.aau.dk/~rosentha | To make you lose your mind''-
--Aarhus University, Denmark | Ronnie James Dio, 1983 -
Re: IDL on IRIX 6.1 problem [message #5157 is a reply to message #5152] Mon, 23 October 1995 00:00 Go to previous message
Frank J. �ynes is currently offline  Frank J. �ynes
Messages: 17
Registered: February 1995
Junior Member
rosentha@aauobs.obs.aau.dk (Colin Rosenthal) wrote:
> We are running IDL 4.0 on an SGI Power Challenge. We have recently
> upgraded the operating system to IRIX 6.1, and some IDL programs
> no longer work. Specifically, attempting to run XINTERANIMATE, the
> program generates the first few frames of the movie and then exits
> with
>
> % WINDOW: Unable to create X windows pixmap (BadAlloc (insufficient resources for
> operation)).
> % Error occurred at: CW_ANIMATE_LOAD 505 /usr/local/rsi/idl_4/lib/cw_animate.pro
> % XINTERANIMATE 272
> /usr/local/rsi/idl_4/lib/xinteranimate.pro
>
> A check of help,/memory gives
>
> heap memory in use: 314924, calls to MALLOC: 1111, FREE: 928 .
>
> Evidently IDL is swallowing up large amounts of memory which is not
> being freed up. Has anyone else experienced similar problems?
>
> Note that this particular example worked fine under the old operating
> system.
>
> --Colin Rosenthal | ``Don't smell the flowers -
> --rosentha@obs.aau.dk | They're an evil drug -
> --http://bigcat.obs.aau.dk/~rosentha | To make you lose your mind''-
> --Aarhus University, Denmark | Ronnie James Dio, 1983 -

If I remember correctly, 6.1 is essentially the same as IRIX 5.3, only
for the Power Ch. architecture. If so, check the following:

1) /var/adm/SYSLOG says something like "Out of logical swap space ...."
2) swap -s shows large amount of swapspace RESERVED, though almost no
applications are running
3) The application might work the fist time(s) after a reboot, but then
the error starts occuring.

If all these are true, (at least 2 and 3), I'll bet you have run into
bug (or rather, SGI incident) #254412
In this case, ask SGI when a patch is available
OR mail me for a "workaround" I got from SGI a while back
OR downgrade your operating system again.


--
/* Frank J. �ynes | frank@spacetec.no /*
/* Spacetec a.s | Phone: +47 77684500 Fax: +47 77655859 /*
/* Prestvannv. 38, | /*
/* N-9005 Troms�, Norway | (...with the bravery of being out of range!) /*
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: anyone know the ship date for Wave 6.0?
Next Topic: IDL with new MacX 1.5 on PowerMac?

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

Current Time: Sun Oct 12 17:25:16 PDT 2025

Total time taken to generate the page: 0.96065 seconds