bug-cvs
[Top][All Lists]
Advanced

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

Re: TEST AAA


From: Paul Edwards
Subject: Re: TEST AAA
Date: Thu, 09 Oct 2003 14:27:36 GMT

"Pierre" <pceteaudatmacif.fr@netcourrier.com> wrote in message 
b86193eb.0310090519.69157533@posting.google.com">news:b86193eb.0310090519.69157533@posting.google.com...
> > Ok, now for TEST DDD.
> >Use cvs 1.11.6 unmodifed.
> >Where you put that sleep(10), instead put a sleep(1).
>
> It's works :-)))

Ok, great!  :-)  I'll give you further instructions in another message.

> > Now for TEST EEE.
> >In config.h or wherever, add the following:
> >#define SYSTEM_CLEANUP() sleep(1)
>
> Bug still there !!
>
> Le sous-programme assert a ÚchouÚ : fstat ( fileno (bc->fp), &s ) != -1, 
> fichier
>  buffer.c, ligne 1384
> cvs [login aborted]: received abort signal
>
> I modified the file emx/config.h is it the right ?

No.  You should modify the main config.h, after you've run
the autoconf.

I don't believe TEST EEE will fail if you do that.

If it does fail, then try this:

#define SYSTEM_CLEANUP() fred was here

and tell me if server.c fails to compile.  I doubt that this step
will be required though, I'm 99.9% sure that if you put the
#define SYSTEM_CLEANUP() sleep(1)
into config.h AFTER you've run the autoconf, then it will
stop having that assertion failure, at least in the test in
question, ie the "cvs login".

In both TEST DDD and TEST EEE you may find that you have
problems with commands other than cvs login.  TEST EEE is
more likely to fix all commands.  TEST DDD will definitely
only fix the "cvs login", but on the other hand, it definitely won't
cause any unexpected side-effects.

BFN.  Paul.




reply via email to

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