bug-cvs
[Top][All Lists]
Advanced

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

[bug #14435] Stack overflow on commit


From: anonymous
Subject: [bug #14435] Stack overflow on commit
Date: Tue, 6 Sep 2005 08:05:28 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14435>

                 Summary: Stack overflow on commit
                 Project: Concurrent Versions System
            Submitted by: None
            Submitted on: Tue 09/06/05 at 08:05
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: 
           Fixed Release: None
   Fixed Feature Release: None

    _______________________________________________________

Details:

The project I'm developing uses automated source backup into CVS. CVS runs
under QNX/Neutrino and communication with it is via CVS protocol. After each
change to source file it is automatically commited. Everything works fine
until system tries to commit file revision No. 8152, then CVS fails.
I debugged CVS a bit and found that it is because of recursivness of
RCS_putdtree function, as stack overflow occures when it goes too deep.

Attached sample file on which CVS failes and changed RCS_putdtree function to
correct this. New version is in #else section of RCS_RECURSIVE define.







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14435>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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