ID: |
5305
|
Fixed in: |
|
Issue Date: |
2008-06-05 12:55 AEST
|
Owner: | CVS Support
|
Last Modified: | 2008-12-03 11:24 AEST | Reporter: | Arthur Barrett
|
Current Est. | 0.0 hours
| % Complete: | 0.0
|
Status: | NEW /
|
Severity: | normal
|
Affected: | 2.5.03
|
Description: | Commit second change to -kB file causes server crash
|
Actions:
|
2008-06-05 12:55 AEST by Arthur Barrett - Tested with 2.5.03.3237 (suite 2008 RC2):
$ cvs add -kB test-sutie-2008.psd
cvs server: scheduling file `test-sutie-2008.psd' for addition
cvs server: use 'cvs commit' to add this file permanently
$ cvs ci -m "" test-sutie-2008.psd
RCS file: /www/img-src/photoshop/march-hare/test-sutie-2008.psd,v
done
Checking in test-sutie-2008.psd;
/www/img-src/photoshop/march-hare/test-sutie-2008.psd,v <-- test-sutie-
2008.psd
initial revision: 1.1
done
$ cp scci.psd test-sutie-2008.psd
$ cvs ci -m "" test-sutie-2008.psd
Checking in test-sutie-2008.psd;
/www/img-src/photoshop/march-hare/test-sutie-2008.psd,v <-- test-sutie-
2008.psd
cvs [commit aborted]: end of file from server (consult above messages if any)
12:55:04: S -> RCS_checkout -> return ok
12:55:04: S -> Insert delta at head (1.1,1.2)
12:55:04: S -> get_file(test-sutie-2008.psd,test-sutie-2008.psd,rb,810001)
12:55:04: S -> get_file -> 8BPS
12:55:04: S -> get_file(/tmp/cvsa18307,/tmp/cvsa18307,rb,810001)
12:55:04: S -> get_file -> 8BPS
12:55:05: -> tcp_read(1160)
cvs [commit aborted]: end of file from server (consult above messages if any)
$ cvs status test-sutie-2008.psd
===================================================================
File: test-sutie-2008.psd Status: Up-to-date
Working revision: 1.1
Repository revision: 1.1 /www/img-src/photoshop/march-hare/test-sutie-
2008.psd,v
Expansion option: B
Commit Identifier: 4775484755152589
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: B
Merge From: (none)
I turned audit plugin off to ensure that 4678 was not the cause. Needs testing
on other platforms to determine if it is HPUX specific, linux/unix specific or
all platforms (unspecific). |
|
2008-06-05 13:14 AEST by Arthur Barrett - ServerTraceFile does not add anything new:
13:15:50: S -> RCS_checkout() rcsbuf_valfree
13:15:50: S -> RCS_checkout() rcsbuf_valfree() done
13:15:50: S -> RCS_checkout() free_rev
13:15:50: S -> RCS_checkout() Not a special file: write to WORKFILE or SOUT.
13:15:50: S -> checkout -> workfile != NULL || sout != RUN_TTY && !encode
13:15:50: S -> RCS_checkout() now if (free_value)...
13:15:50: S -> RCS_checkout() now xfree(zbuf);
13:15:50: S -> RCS_checkout() calls modify_mode()
13:15:50: S -> RCS_checkout -> return ok
13:15:50: S -> Insert delta at head (1.1,1.2)
13:15:50: S -> get_file(test-sutie-2008.psd,test-sutie-2008.psd,rb,810001)
13:15:50: S -> get_file(/tmp/cvsa18393,/tmp/cvsa18393,rb,810001)
~
|
|
2008-07-01 12:07 AEST by Arthur Barrett - Re-tested with 2.5.03 Build 3145 (RC 4) (client/server), same result.
Last part of the trace:
12:11:16: S -> RCS_checkout() rcsbuf_valfree() done
12:11:16: S -> RCS_checkout() free_rev
12:11:16: S -> RCS_checkout() Not a special file: write to WORKFILE or SOUT.
12:11:16: S -> checkout -> workfile != NULL || sout != RUN_TTY && !encode
12:11:16: S -> RCS_checkout() now if (free_value)...
12:11:16: S -> RCS_checkout() now xfree(zbuf);
12:11:16: S -> RCS_checkout() calls modify_mode()
12:11:16: S -> RCS_checkout -> return ok
12:11:16: S -> Insert delta at head (1.1,1.2)
12:11:16: S -> get_file(test-sutie-2008-2.psd,test-sutie-2008-2.psd,rb,810001)
12:11:16: S -> get_file(/tmp/cvsa04333,/tmp/cvsa04333,rb,810001)
|
|
2008-07-02 01:30 AEST by Glen Starrett - I checked it with RC4 and didn't see any problems on the following platforms.
Linux (FC5) -> Linux via sserver
Linux -> Linux via pserver
Win (XPSP2) -> win via sspi
|
|
2008-12-03 11:24 AEST by Arthur Barrett - HPUX only bug? Needs testing with stable release. May need higher priority? |
|