bug-cvs
[Top][All Lists]
Advanced

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

Bug on cvs commit v1.11


From: Pierre CETEAUD
Subject: Bug on cvs commit v1.11
Date: Fri, 2 Feb 2001 16:44:13 +0100

The message I got is :
Assertion failed: *rcsnode == NULL, file  /u/scjones/cvs-nightly/src/commit.c, 
line 2056

on a normal commit (I don't know why I got this message in this commit rather 
than in another)

Looking to the code on codecatalog.com I read :

2054      if (rcsnode != NULL)
 2055     {
 2056         assert (*rcsnode == NULL);
 2057         *rcsnode = rcsfile;
 2058     }

Everyone can see that line 2057 will never be executed. There's something wrong

I gess that on of the to line 2054 or 2056 as inverted the condition (probably 
line 2056 should be :  assert (*rcsnode != NULL);    if it has any
utility )

I'm a beginner with cvs so this analyse has to be validate

If you could give me a workaround or a description of the condition wich causes 
this error, it will be helpfull


***************************************************
Ce message a été contrôlé par un anti-virus.
***************************************************



reply via email to

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