[8625] in athena10
Re: possible AFS bug on 32 bit systems?
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Thu Nov 3 13:56:27 2011
From: Alex T Prengel <alexp@MIT.EDU>
To: Geoffrey Thomas <geofft@MIT.EDU>
Cc: debathena@MIT.EDU, alexp@MIT.EDU
In-Reply-To: <alpine.DEB.2.00.1111031328310.8518@tyger.mit.edu>
Content-Type: text/plain; charset="ISO8859-1"
Date: Thu, 03 Nov 2011 13:56:23 -0400
Message-ID: <1320342983.7640.21.camel@dit>
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
On Thu, 2011-11-03 at 13:31 -0400, Geoffrey Thomas wrote:
> I get similar output on a 64-bit Debian system:
>
> tyger:~ geofft$ /afs/athena.mit.edu/software/math_v8.0.4/samplescript.m
> error: Cannot stat link ../../../distrib/SystemFiles/Kernel/Binaries/@sys/MathematicaScript
> Segmentation fault
>
> It seems to work fine if I cd into the directory containing
> MathematicaScript first, viz.:
>
> tyger:/afs/athena.mit.edu/software/math_v8.0.4/arch/i386_deb50/bin geofft$
> /afs/athena.mit.edu/software/math_v8.0.4/samplescript.m
> 2.7791826342517999596707997900531048781604793468549176006128880531561`50.
> 3.0438152992885326626600381865107628152768600819252835819338884040493`50.
> 2.9527232590493977288840145261490898268010589217105977492409528527276`50.
> 0.8601678055215004196783223742585300460123847537009212794587623486218`50.
> 2.9106422667470550529722951224446278680509097113303745399360503992263`50.
> 2.8559022821519549414811098261794921167646721471261634611319968019509`50.
> 3.2080134733358405125478863362189256967208031909602107913697662450547`50.
> 2.780066100983459776280164036099053199627953894863703958097681201181`50.
> 3.0848653572248799519278172427231085714710524469193365578099667524911`50.
> 2.9857441614948536317907561181972692014470234281515869827269073776466`50.
>
So fiddling around a bit more by changing the #! line to:
#!/afs/athena.mit.edu/software/math_v8.0.4/distrib/SystemFiles/Kernel/Binaries/@sys/Ma
thematicaScript -script
seems to fix the problem (alt.samplescript.m) but I don't know why it
didn't work the first way.
A.