[Issue 250] New - Directory history gett ing signal 11

[email protected] 1 Jun 2005 16:35:33 -0000
Newsgroups gmane.comp.version-control.cvs.issuezilla
Message-ID <[email protected]>
https://ccvs.cvshome.org/issues/show_bug.cgi?id=250
                 Issue #|250
                 Summary|Directory history getting signal 11
               Component|ccvs
                 Version|1.11.20
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|history
             Assigned to|issues@ccvs
             Reported by|drfickle






------- Additional comments from [email protected] Wed Jun  1 09:35:32 -0700 2005 -------
I have two modules that I am trying to get history information from. One of them
works fine and the other gives the errror "Terminated with fatal signal 11". I
an unable to find anything obvious in the latter module which would cause this
error.

[drfickle@flooterbu ~]$ cvs
-d:pserver:[email protected]:/cvsroot/cbmtool history -c -a
-D"2005-05-25 16:00:00" com.ibm.almaden.asr.extras/
A 2005-05-30 17:32 +0000 achandra 1.1 build.xml com.ibm.almaden.asr.extras ==
<remote>

[drfickle@flooterbu ~]$ cvs
-d:pserver:[email protected]:/cvsroot/cbmtool history -c -a
-D"2005-05-25 16:00:00" com.ibm.almaden.asr.cbm.rcp/
Terminated with fatal signal 11

Adding some tracing:

[drfickle@flooterbu ~]$ cvs -n -t
-d:pserver:[email protected]:/cvsroot/cbmtool history -c -a
-D"2005-05-25 16:00:00" com.ibm.almaden.asr.extras/
 -> main loop with
CVSROOT=:pserver:[email protected]:/cvsroot/cbmtool
 -> Connecting to cvs.opensource.ibm.com(9.42.107.103):2401
A 2005-05-30 17:32 +0000 achandra 1.1 build.xml com.ibm.almaden.asr.extras ==
<remote>
 -> Lock_Cleanup()


[drfickle@flooterbu ~]$ cvs -n -t
-d:pserver:[email protected]:/cvsroot/cbmtool history -c -a
-D"2005-05-25 16:00:00" com.ibm.almaden.asr.cbm.rcp/
 -> main loop with
CVSROOT=:pserver:[email protected]:/cvsroot/cbmtool
 -> Connecting to cvs.opensource.ibm.com(9.42.107.103):2401
Terminated with fatal signal 11
 -> Lock_Cleanup()

Both modules are fairly small:

[root@iiosb cbmtool]# du -hs com.ibm.almaden.asr.extras
124k    com.ibm.almaden.asr.extras
[root@iiosb cbmtool]# du -hs com.ibm.almaden.asr.cbm.rcp
916k    com.ibm.almaden.asr.cbm.rcp

Please let me know if I can provide any more information.