1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Ghostscript problem report form</title>
<!-- $Id: Bug-form.htm,v 1.33.2.1 2004/01/30 06:57:34 giles Exp $ -->
<!-- Originally: bug-form.txt -->
<link rel="stylesheet" type="text/css" href="gs.css" title="Ghostscript Style">
</head>
<body>
<!-- [1.0 begin visible header] ============================================ -->
<!-- [1.1 begin headline] ================================================== -->
<h1>Ghostscript problem report form</h1>
<!-- [1.1 end headline] ==================================================== -->
<!-- [1.0 end visible header] ============================================== -->
<!-- [2.0 begin contents] ================================================== -->
<p>
Before using this form, please read the <a
href="Bug-info.htm">instructions</a> for reporting problems. If you are
running a developer or beta version of Ghostscript, and you are an
experienced tester (for example, if you have been testing Ghostscript since
before January 1, 2000, or you have already submitted at least two problem
reports that we accepted for investigation), you can send an informal report
to the place indicated below. Otherwise, please fill out this form
completely. Fill out <strong>all</strong> applicable items in this form.
<p>
Most importantly, you <strong>must</strong> include all data (PostScript files,
PDF files, batch/script files, and/or fonts) required to reproduce the problem,
either
by giving a URL from which we can download the data, or by including the
data with the report itself. If you don't include this information, we can't
investigate the problem. Please note that the bug reports are publicly
archived, so the information you provide will be generally available. If the
test data absolutely must remain confidential, please so indicate on the form
below and provide an address we may contact privately for the file.
<p>
Once you have prepared the report, if you are reporting a problem in a
stable release of AFPL Ghostscript, and you do not need to attach any files
to the report, go to <a
href="http://sourceforge.net/bugs/?func=addbug&group_id=1897"
class="offsite">http://sourceforge.net/bugs/?func=addbug&group_id=1897</a>
and follow the instructions there. Use the completed problem reporting form as
the body of the Bug Tracker submission. Otherwise (i.e., if you are reporting
a problem in a developer or beta fileset, or you need to attach files to the report),
e-mail the form, with any attached files, as follows:
<ul>
<li>If the problem is in a developer fileset, mail to <a
href="mailto:bug-gs-dev@ghostscript.com">bug-gs-dev@ghostscript.com</a>.
<li>If the problem is in a beta fileset, mail to <a
href="mailto:bug-gs-beta@ghostscript.com">bug-gs-beta@ghostscript.com</a>.
<li>Otherwise (the problem is in a stable fileset):
<ul>
<li>If you are running MS-DOS, MS Windows, or OS/2, and you are reasonably
sure that the problem is specific to your platform, mail to <a
href="mailto:bug-gswin@ghostscript.com">bug-gswin@ghostscript.com</a>.
<li>If you are running MacOS, and you are reasonably sure that the problem
is specific to the Mac, mail to <a
href="mailto:mac-gs-bugs@ghostscript.com">mac-gs-bugs@ghostscript.com</a>.
<li>Otherwise, mail to <a
href="mailto:bug-gs@ghostscript.com">bug-gs@ghostscript.com</a>.
</ul>
</ul>
<p>
Fully completed problem reports help us improve Ghostscript. Thanks in
advance.
<pre>
------------------------------------------------------------------------
Symptoms:
------------------------------------------------------------------------
Ghostscript version (or include output from "gs -h"):
------------------------------------------------------------------------
Where you got Ghostscript:
------------------------------------------------------------------------
Hardware system you are using (including printer model if the problem
involves printing):
------------------------------------------------------------------------
Operating system you are using:
------------------------------------------------------------------------
If you are using X Windows, and your problem involved output to the
screen, the output from running xdpyinfo and xwininfo:
------------------------------------------------------------------------
C compiler you are using, including its version, if you compiled
Ghostscript yourself:
------------------------------------------------------------------------
If you compiled Ghostscript yourself, changes you made to the makefiles:
------------------------------------------------------------------------
Environment variables:
GS_DEVICE
GS_FONTPATH
GS_LIB
GS_OPTIONS
------------------------------------------------------------------------
Command line:
------------------------------------------------------------------------
URL or FTP location of test files (include the data at the end of this
form if 500K or less):
------------------------------------------------------------------------
Suggested fix, if any:
------------------------------------------------------------------------
Other comments:
</pre>
<!-- [2.0 end contents] ==================================================== -->
<!-- [3.0 begin visible trailer] =========================================== -->
<hr>
<p>
<small>Copyright © 1996, 2001 artofcode LLC. All rights
reserved.</small>
<p>
<small>This file is part of AFPL Ghostscript. See the <a
href="Public.htm">Aladdin Free Public License</a> (the "License") for full
details of the terms of using, copying, modifying, and redistributing AFPL
Ghostscript.</small>
<p>
<small>Ghostscript version 8.01, 30 January 2004
<!-- [3.0 end visible trailer] ============================================= -->
</body>
</html>
|