axiom-mail
[Top][All Lists]
Advanced

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

[Axiom-mail] Re: `)read' and large inputs


From: Ludovic Courtès
Subject: [Axiom-mail] Re: `)read' and large inputs
Date: Thu, 16 Nov 2006 13:49:18 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Themos Tsikas <address@hidden> writes:

> The Library domain is for putting AXIOM values from different domains into 
> one 
> Keyed-Acess-File. It's a useful way for transmitting values from one AXIOM 
> session to another. Your first session should have created a directory called 
> data.KAF containing a file called index.KAF and in this file would be a 
> Lisp-readable representation of the values you put in it. Do you get these 
> files at the end of the first session?
> The second session must be started at the same working directory as the 
> first. 
> Is there a directory called data.KAF when you start the second session?

Yes, but it only contains a 23-octet long `index.KAF' containing the
following line:

  20                  NIL

The issue is that the first session (where `axiom-large.input' is passed
on axiom's standard input) _does_ create the `data.KAF' directory and
the `index.KAF' above but it outputs the following error message:

   >> Error detected within library code:
   File is not readable
   "data.KAF"

This message does not correspond to any actual read/open error from what
I can see from the output of `strace'.

Hope this helps,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]