G'day, all.
While experimenting a bit on John's case example, I noticed
a problem when the _LMFILES_ string length was going to get
bigger than 960 characters; modules splits the variable into
two, _LMFILES_000 and _LMFILES_001. Once this happens, any
unload operation won't be reflected in these environment
variables.
Additionally, performing a switch operation results in a new
_LMFILES_ variable being created, so modules only reports the
switched module as being loaded.
I can "cure" modules simply by fixing the environment vars.
Otherwise, continuing to attempt additional module commands
can result in a core dump.
This is occurring on a UltraSPARC 10 running SunOS 5.7
Generic_106541-07 with tcsh 6.07.02.
Any thoughts?
Thanks,
- Leo Butler
|