axiom-mail
[Top][All Lists]
Advanced

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

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


From: Themos Tsikas
Subject: Re: [Axiom-mail] Re: `)read' and large inputs
Date: Thu, 16 Nov 2006 14:11:32 +0000
User-agent: KMail/1.9.1

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.




reply via email to

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