coar 97/05/07 10:56:17
Modified: . bugdb.cgi
Log:
Added request for backtrace to "Full Description" section
(per Ben's request in <[EMAIL PROTECTED]>).
Revision Changes Path
1.4 +5 -0 apache-site/bugdb.cgi
Index: bugdb.cgi
===================================================================
RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** bugdb.cgi 1997/05/01 10:55:19 1.3
--- bugdb.cgi 1997/05/07 17:56:16 1.4
***************
*** 414,419 ****
--- 414,424 ----
<B>Synopsis</B> - a brief description of the problem at hand.<BR>
<INPUT NAME="Synopsis" SIZE=$width><BR>
<B>Full Description</B><BR>
+ If you are getting a core dump, such as a SIGSEGV, please provide a
+ backtrace (see
+ <A HREF="http://www.apache.org/docs/misc/FAQ#what2do">the FAQ</A>
+ for instructions).
+ <BR>
<TEXTAREA NAME="Description" COLS=$width ROWS=$height2></TEXTAREA><BR>
<B>How can we repeat this problem?</B> Give example URL's, etc.<BR>
<TEXTAREA NAME="How-To-Repeat" COLS=$width ROWS=$height></TEXTAREA><BR>