From hsu@fx7.cs.hut.fi  Tue Jan 24 16:05:06 1995
Received: from fx7.cs.hut.fi (fx7.cs.hut.fi [130.233.192.240]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA15465 for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jan 1995 16:04:58 -0800
Received: (from hsu@localhost) by fx7.cs.hut.fi (8.6.9/8.6.9) id BAA03726; Wed, 25 Jan 1995 01:37:31 GMT
Message-Id: <199501250137.BAA03726@fx7.cs.hut.fi>
Date: Wed, 25 Jan 1995 01:37:31 GMT
From: Heikki Suonsivu <hsu@fx7.cs.hut.fi>
Reply-To: hsu@fx7.cs.hut.fi
To: FreeBSD-gnats-submit@freebsd.org
Subject: send-pr says "Aborting ..." and happily removes the report
X-Send-Pr-Version: 3.2

>Number:         184
>Category:       bin
>Synopsis:       send-pr says "Aborting ..." and happily removes the report
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pst
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 16:10:01 1995
>Closed-Date:    Sat Oct 19 23:43:17 MET DST 1996
>Last-Modified:  Sat Oct 19 23:43:59 MET DST 1996
>Originator:     Heikki Suonsivu
>Release:        FreeBSD 2.1.0-Development i386
>Organization:
HUT
>Environment:

setenv EDITOR emacs
send-pr

>Description:

It is a bad joke to dump on people trying to report bugs, and in
particular rm the file containing the report.  I don't know why this
happens; it doesn't seem to be repeatable.  Maybe it is just the cheap
taiwanese keyboard sending C-C twice when once intended.

 * {
---- p2849 -- 1:11am Mail (Fundamental) Top -- /tmp/p2849 ----------------------
send-pr: Aborting ...
[send-pr]: u:10.741s s:4.931s r:2884.086s 0% T:75023 D:152974 T:227998 M:2
0sw 31+4997pf 55i 169o 311r 308s 304sig 4444waits 882csw
hsu has logged on p4 from yoda.

>How-To-Repeat:

(zsh as login shell)
setenv EDITOR emacs
send-pr

>Fix:

partial fix: remove rm from the following or make it mv to some other
name.  This would avoid loosing the huge bug report you just typed in.

xs=0
trap 'rm -f $REF $TEMP; exit $xs' 0
trap 'echo "$COMMAND: Aborting ..."; rm -f $REF $TEMP; xs=1; exit' 1 2 3 13 15

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->pst 
Responsible-Changed-By: pst 
Responsible-Changed-When: Wed Feb 7 17:29:28 PST 1996 
Responsible-Changed-Why:  
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sat Oct 19 23:43:17 MET DST 1996 
State-Changed-Why:  
Duplicated by PR # 1047. 

>Unformatted:
 


