Re: Re: `)read' and large inputs

Themos Tsikas <[email protected]>
Newsgroups gmane.comp.mathematics.axiom.user
Organization NAG Ltd
Message-ID <[email protected]>
In a fresh session, can you get the Library domain to work at all?
Can you open a library, put some keyed values in it and retrieve them?
I can and 
)version
says 
Value = "Monday January 12, 2004 at 13:08:36 "

When I strace AXIOMsys, I get things like

when I create a Library
open("data.KAF", O_RDONLY)              = 8
open("/users/themos/data.KAF/index.KAF", O_RDONLY) = 8

when I put values
open("/users/themos/./data.KAF/index.KAF", O_RDONLY) = 8
open("/users/themos/./data.KAF/index.KAF", O_RDWR) = 8

when I retrieve values
open("data.KAF", O_RDONLY)              = 8
open("/users/themos/data.KAF/index.KAF", O_RDONLY) = 8

On Thursday 16 November 2006 12:49, Ludovic Courtès wrote:
> 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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.