v4k-git-backup/tools/Luminance HDR/help/en/contributing_testing.html

66 lines
2.4 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Luminance HDR User Manual - Contributing - Testing and reporting</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Testing and reporting</h2>
<h3>Testing</h3>
<p>Testing is what helps making applications rock stable. Since we a re a community project, we rely on you, yes&nbsp;&mdash; you, our dear users.</p>
<p>We don't really encourage you to compile the most unstable cutting edge source code, but in case you find some bugs in the latest released version, do not hesitate to point them out to us.</p>
<h3>Crashers</h3>
<p>So you found a reproducible way to crash Luminance HDR. If you are on Linux, please use application called <b>gdb</b> to create a report which in programmers lingo is called <em>backtrace</em>. Here is how you do it:</p>
<ol>
<li>Install gdb via package manager</li>
<li>Open terminal</li>
<li>$ gdb luminance</li>
<li>gdb's console appears</li>
<li><tt>&gt; run</tt></li>
<li>Luminance HDR starts, a little slower than usually</li>
<li>Reproduce the crash</li>
<li>Go back to terminal</li>
<li><tt>&gt; bt</tt></li>
<li>Copy the output using mouse and paste it somewhere</li>
<li><tt>&gt; quit</tt></li>
</ol>
<p>If you are on Windows or Mac or simply do not have time to fiddle with gdb, at least own up and tell us exactly what you did.</p>
<h3>Reporting bugs and requesting features</h3>
<p>You can submit bugs reports to our
<a href="https://sourceforge.net/tracker/?group_id=183831&atid=906820">bugtracker</a>
(no need to register).</p>
<p>A good, useful bug report contains:</p>
<ol>
<li>List of actions that led to a bug</li>
<li>Backtrace, if the application crashed (see above)</li>
<li>Information on your system</li>
</ol>
<p>Typical information on your system we would appreciate:</p>
<ul>
<li>Linux: name and version of distribution, version of Qt, version of Luminance HDR</li>
<li>Mac&nbsp;OS&nbsp;X: version of Mac&nbsp;OS&nbsp;X, version of Luminance HDR</li>
<li>Windows: version of Windows, version of Luminance HDR</li>
</ul>
<p>If you want to request a new feature, please use the
<a href="https://sourceforge.net/tracker/?group_id=183831&atid=906823">feature
request tracker</a>.</p>
</body>
</html>