My last changes to raw_results handling before the course
[PsN.git] / html / buglist.php
blobe2b36f4917ff088c88b58acc0a97fbde1d67bf1f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>PsN :: Bug list</title>
5 <!--Adobe(R) LiveMotion(TM) 1.0 Generated JavaScript. Please do not edit. -->
6 <script>
8 <!--
10 function newImage(arg) {
12 if (document.images) {
14 rslt = new Image();
16 rslt.src = arg;
18 return rslt;
24 ImageArray = new Array;
26 var preloadFlag = false;
28 function preloadImages() {
30 if (document.images) {
32 ImageArray[ImageArray.length++] = newImage(/* OWNER('object', 'dflt') *//*URL*/'images/indexhome.jpg');
33 ImageArray[ImageArray.length++] = newImage(/* OWNER('object', 'movr') *//*URL*/'images/indexhomeov.jpg');
34 ImageArray[ImageArray.length++] = newImage(/* OWNER('object1', 'dflt') *//*URL*/'images/indexdocumentation.jpg');
35 ImageArray[ImageArray.length++] = newImage(/* OWNER('object1', 'movr') *//*URL*/'images/indexdocumentationov.jpg');
36 ImageArray[ImageArray.length++] = newImage(/* OWNER('object2', 'dflt') *//*URL*/'images/indexdownload.jpg');
37 ImageArray[ImageArray.length++] = newImage(/* OWNER('object2', 'movr') *//*URL*/'images/indexdownloadov.jpg');
38 ImageArray[ImageArray.length++] = newImage(/* OWNER('object3', 'dflt') *//*URL*/'images/indexbuglist.jpg');
39 ImageArray[ImageArray.length++] = newImage(/* OWNER('object3', 'movr') *//*URL*/'images/indexbuglistov.jpg');
40 ImageArray[ImageArray.length++] = newImage(/* OWNER('object4', 'dflt') *//*URL*/'images/indexmailing_list.jpg');
41 ImageArray[ImageArray.length++] = newImage(/* OWNER('object4', 'movr') *//*URL*/'images/indexmailing_listov.jpg');
42 preloadFlag = true;
45 function changeImages() {
46 if (document.images && (preloadFlag == true)) {
47 for (var i=0; i<changeImages.arguments.length; i+=2) {
48 document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
52 // -->
53 </script><!-- End generated JavaScript. -->
54 <meta http-equiv="Content-Type"
55 content="text/html; charset=ISO-8859-1">
56 <style type="text/css">
57 <!--
58 body,td,th {
59 font-family: Helvetica, Arial, serif;
60 font-size: 12px;
61 color: #000000;
63 body {
64 margin-left: 6px;
65 margin-top: 0px;
66 margin-right: 0px;
67 margin-bottom: 0px;
68 background-image: url(gfx/bg.jpg);
70 .style1 {
71 font-size: 36px;
72 font-weight: bold;
74 .heading1 {
75 font-size: 16px;
76 font-weight: bold;
77 color: #333399;
78 margin-left: 40px;
80 a:link {
81 color: #656D9C;
82 text-decoration: none;
84 a:visited {
85 color: #656D9C;
86 text-decoration: none;
88 a:hover {
89 color: #AF9D49;
90 text-decoration: none;
92 a:active {
93 color: #656D9C;
94 text-decoration: none;
96 -->
97 </style>
98 <script language="JavaScript" type="text/JavaScript">
99 <!--
100 function MM_reloadPage(init) { //reloads the window if Nav4 resized
101 if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
102 document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
103 else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
105 MM_reloadPage(true);
106 //-->
107 </script>
108 <meta content="Pontus Pihlgren" name="author">
109 </head>
110 <body onload="preloadImages();"
111 style="background-color: rgb(255, 255, 255);">
112 <!-- The table is not formatted nicely because some browsers cannot join images in table cells if there are any hard carriage returns in a TD. -->
113 <div id="Layer1"
114 style="position: absolute; left: 335px; top: 42px; width: 388px; height: 43px; z-index: 1; font-size: x-small;">
115 <div class="style1" align="right">Buglist</div>
116 </div>
117 <div id="Layer2"
118 style="position: absolute; left: 226px; top: 188px; width: 497px; height: 431px; z-index: 2;">
119 <div align="justify">
120 <h3 class="heading1">Bugs</h3>
122 As PsN is a fairly complex piece of software, bugs do emerge. Here is
123 what you can do if you encounter one.
124 </p>
125 <h3 class="heading1">Submitting
126 a bug</h3>
128 If PsN crashes, you get a weird error message, have erroneous output
129 or something that is just plain odd? If you think its a bug, submit it
130 and it will be investigated. Before you do, make sure it has not
131 been submitted already. First check the list below, then search the <a
132 target="_blank"
133 href="http://sourceforge.net/mail/?group_id=101419">mailing
134 list archives</a>, and check the <a target="_blank"
135 href="http://sourceforge.net/tracker/?group_id=101419&amp;atid=629700">SourceForge
136 bug tracker</a> for PsN. If you don't have time for this, submit the
137 bug anyway.
138 </p>
140 The best way to submit a bug is to <a
141 href="mailto:psn-general@lists.sourceforge.net">send a message</a> to
142 the PsN-general mailing list, or to one of the authors. Try to
143 describe, in reasonable detail, what the bug is and what you did when
144 i appeared. Also your PsN version and name of operating system and
145 anything that might be helpful. From there we will try to help you
146 out. Maybe you will also get help from other users on the mailing
147 list. Do not send model files and data files unless we ask you to.
148 </p>
149 <h3 class="heading1">Bug list</h3>
151 Bugs should generally be fixed as soon as possible. Some bugs, however,
152 would require rewriting larger parts of the code or risk breaking
153 behavior in other code bits. Those bugs make the list on this
154 page. When possible a workaround is given, otherwise be patient,
155 eventually these bugs will be fixed. </p>
156 <dl>
157 <dt><b>NorduGrid connection.</b></dt>
158 <dd>The NorduGrid connection
159 is currently broken. This has quite a high priority, and will be dealt
160 with it soon.</dd>
162 <dt><b><span style="font-family: monospace;">MAXEVAL</span>
163 option</b></dt>
165 <dd>There is some ambiguity in NONMEM model files. You can specify
166 the maximum function evaluations as <tt>MAXEVAL</tt> or in a short
167 form <tt>MAX</tt>. In certain cases this confuses PsN. So to be on
168 the safe side, you should use the short form in the model file. If
169 that doesn't work, try the long version. If you still have problems,
170 contact us.</dd>
172 <dt><b>Data file paths</b></dt>
174 <dd>If you specify a path to the data file in your model file and
175 the path is different from where the model file is, then PsN won't
176 find the data file. This is because PsN is always looking in the same
177 directory as where the model file is.
178 </dd>
180 <dt><b>Microsoft Windows</b></dt>
182 <dd>Differences in the Unix style operating systems and Windows
183 makes it hard to maintain a consistent behavior between the two,
184 although we do our best to keep PsN as portable as possible. The most notable difference is that <span
185 style="font-family: monospace;">Parallel::Forkmanager</span>,
186 which is responsible for parallelizing execution, is unable to create
187 processes under Windows. As a consequence, nothing will be done in
188 parallel under Windows.</dd>
189 </dl>
190 </div>
191 <p align="justify">&nbsp;</p>
192 </div>
193 <table border="0" cellpadding="0" cellspacing="0" width="780">
194 <tbody>
195 <tr>
196 <td height="600" width="780">
197 <table border="0" cellpadding="0" cellspacing="0" width="780">
198 <tbody>
199 <tr>
200 <td colspan="7" height="201" width="780"><img
201 src="images/indexpane1_1_.jpg" name="" alt="" border="0" height="201"
202 width="780"></td>
203 </tr>
204 <tr>
205 <td height="46" width="26"><img
206 src="images/indexpane1_2_.jpg" name="" alt="" border="0" height="46"
207 width="26"></td>
208 <td height="46" width="73"><a href="index.php"
209 onmouseover="changeImages(/*CMP*/ 'object', /*URL*/ 'images/indexhomeov.jpg'); return true;"
210 onmouseout="changeImages(/*CMP*/ 'object', /*URL*/ 'images/indexhome.jpg'); return true;"><img
211 src="images/indexhome.jpg" name="object" alt="Home" border="0"
212 height="46" width="73"></a></td>
213 <td height="46" width="11"><img
214 src="images/indexpane3_2_.jpg" name="" alt="" border="0" height="46"
215 width="11"></td>
216 <td height="46" width="25"><img
217 src="images/indexpane4_2_.jpg" name="" alt="" border="0" height="46"
218 width="25"></td>
219 <td height="46" width="15"><img
220 src="images/indexpane5_2_.jpg" name="" alt="" border="0" height="46"
221 width="15"></td>
222 <td height="46" width="40"><img
223 src="images/indexpane6_2_.jpg" name="" alt="" border="0" height="46"
224 width="40"></td>
225 <td height="46" width="590"><img
226 src="images/indexpane7_2_.jpg" name="" alt="" border="0" height="46"
227 width="590"></td>
228 </tr>
229 <tr>
230 <td colspan="7" height="7" width="780"><img
231 src="images/indexpane1_3_.jpg" name="" alt="" border="0" height="7"
232 width="780"></td>
233 </tr>
234 <tr>
235 <td height="46" width="26"><img
236 src="images/indexpane1_4_.jpg" name="" alt="" border="0" height="46"
237 width="26"></td>
238 <td colspan="5" height="46" width="164"><a href="docs.php"
239 onmouseover="changeImages(/*CMP*/ 'object1', /*URL*/ 'images/indexdocumentationov.jpg'); return true;"
240 onmouseout="changeImages(/*CMP*/ 'object1', /*URL*/ 'images/indexdocumentation.jpg'); return true;"><img
241 src="images/indexdocumentation.jpg" name="object1" alt="Documentation"
242 border="0" height="46" width="164"></a></td>
243 <td height="46" width="590"><img
244 src="images/indexpane7_4_.jpg" name="" alt="" border="0" height="46"
245 width="590"></td>
246 </tr>
247 <tr>
248 <td colspan="7" height="7" width="780"><img
249 src="images/indexpane1_5_.jpg" name="" alt="" border="0" height="7"
250 width="780"></td>
251 </tr>
252 <tr>
253 <td height="46" width="26"><img
254 src="images/indexpane1_6_.jpg" name="" alt="" border="0" height="46"
255 width="26"></td>
256 <td colspan="3" height="46" width="109"><a
257 href="download.php"
258 onmouseover="changeImages(/*CMP*/ 'object2', /*URL*/ 'images/indexdownloadov.jpg'); return true;"
259 onmouseout="changeImages(/*CMP*/ 'object2', /*URL*/ 'images/indexdownload.jpg'); return true;"><img
260 src="images/indexdownload.jpg" name="object2" alt="Download" border="0"
261 height="46" width="109"></a></td>
262 <td colspan="3" height="46" width="645"><img
263 src="images/indexpane5_6_.jpg" name="" alt="" border="0" height="46"
264 width="645"></td>
265 </tr>
266 <tr>
267 <td colspan="7" height="7" width="780"><img
268 src="images/indexpane1_7_.jpg" name="" alt="" border="0" height="7"
269 width="780"></td>
270 </tr>
271 <tr>
272 <td height="46" width="26"><img
273 src="images/indexpane1_8_.jpg" name="" alt="" border="0" height="46"
274 width="26"></td>
275 <td colspan="2" height="46" width="84"><a href="buglist.php"
276 onmouseover="changeImages(/*CMP*/ 'object3', /*URL*/ 'images/indexbuglistov.jpg'); return true;"
277 onmouseout="changeImages(/*CMP*/ 'object3', /*URL*/ 'images/indexbuglist.jpg'); return true;"><img
278 src="images/indexbuglist.jpg" name="object3" alt="Buglist" border="0"
279 height="46" width="84"></a></td>
280 <td colspan="4" height="46" width="670"><img
281 src="images/indexpane4_8_.jpg" name="" alt="" border="0" height="46"
282 width="670"></td>
283 </tr>
284 <tr>
285 <td colspan="7" height="7" width="780"><img
286 src="images/indexpane1_9_.jpg" name="" alt="" border="0" height="7"
287 width="780"></td>
288 </tr>
289 <tr>
290 <td height="46" width="26"><img
291 src="images/indexpane1_10_.jpg" name="" alt="" border="0" height="46"
292 width="26"></td>
293 <td colspan="4" height="46" width="124"><a href="list.php"
294 onmouseover="changeImages(/*CMP*/ 'object4', /*URL*/ 'images/indexmailing_listov.jpg'); return true;"
295 onmouseout="changeImages(/*CMP*/ 'object4', /*URL*/ 'images/indexmailing_list.jpg'); return true;"><img
296 src="images/indexmailing_list.jpg" name="object4" alt="Mailing List"
297 border="0" height="46" width="124"></a></td>
298 <td colspan="2" height="46" width="630"><img
299 src="images/indexpane6_10_.jpg" name="" alt="" border="0" height="46"
300 width="630"></td>
301 </tr>
302 <tr>
303 <td colspan="7" height="141" width="780"><img
304 src="images/indexpane1_11_.jpg" name="" alt="" border="0" height="141"
305 width="780"></td>
306 </tr>
307 </tbody>
308 </table>
309 </td>
310 </tr>
311 <tr>
312 <td><img src="images/is_single_pixel_gif.gif" alt="" height="1"
313 width="780"></td>
314 </tr>
315 </tbody>
316 </table>
317 <!--Adobe(R) LiveMotion(TM) DataMap1.0 DO NOT EDIT
318 end DataMap -->
319 </body>
320 </html>