Bug 118501 - Sending SIGINT to cvs(1) gives segmentation fault
Summary: Sending SIGINT to cvs(1) gives segmentation fault
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 8.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-08 22:40 UTC by David E. O'Brien
Modified: 2016-12-10 15:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David E. O'Brien freebsd_committer freebsd_triage 2007-12-08 22:40:02 UTC
	When a cvs operation is interrupted it segfaults

	quynh kernel: nfs_getpages: error -1355307328
	quynh kernel: vm_fault: pager read error, pid 59981 (cvs)
	quynh kernel: pid 59981 (cvs), uid 0: exited on signal 11 (core dumped)

How-To-Repeat: 	cd /usr/src
	cvs -d /nfs/mounted/repo -q diff
	^C
	Segmentation fault: 11 (core dumped)
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2016-12-10 15:40:14 UTC
cvs is not part of base anymore