<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Scan-view pages return 404 file not found"
href="http://llvm.org/bugs/show_bug.cgi?id=15843">15843</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Scan-view pages return 404 file not found
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.2
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Static Analyzer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>kremenek@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>Flaeme.flow@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>I'm using scan-build/scan-view 3.2-5 on Arch Linux with the official package.
Scan-build works fine, generates the correct files, and detects some simple
errors. I can directly open the files in my browser and it works fine. However,
the pages served by scan-build return 404's. To be exact (wrapped in "'s for
easy viewing):
"""
Error response
Error code 404.
Message: File not found.
Error code explanation: 404 = Nothing matches the given URI.
"""
Output of scan-build (I try explicitly going to /index.html here after the
first failure):
"""
$ scan-view --debug --debug --debug --auto-reload --port=12009
/tmp/scan-build-2013-04-24-3
/usr/bin/scan-view: Waiting for server.Starting scan-view at:
<a href="http://127.0.0.1:12009">http://127.0.0.1:12009</a>
Use Ctrl-C to exit.
../usr/bin/scan-view: SERVER: waiting...
/usr/bin/scan-view: SERVER: sending path "/index.html"
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:21]
code 404, message File not found
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:21]
"GET / HTTP/1.0" 404 -
/usr/bin/scan-view: Starting webbrowser...
/usr/bin/scan-view: SERVER: waiting...
/usr/bin/scan-view: SERVER: sending path "/index.html"
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:25]
code 404, message File not found
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:25]
"GET / HTTP/1.1" 404 -
/usr/bin/scan-view: SERVER: waiting...
Created new window in existing browser session.
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:27]
code 404, message File not found
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:27]
"GET /favicon.ico HTTP/1.1" 404 -
/usr/bin/scan-view: SERVER: waiting...
/usr/bin/scan-view: SERVER: sending path "/index.html"
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:55]
code 404, message File not found
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:55]
"GET /index.html HTTP/1.1" 404 -
/usr/bin/scan-view: SERVER: waiting...
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:57]
code 404, message File not found
/usr/bin/scan-view: SERVER: localhost.localdomain - - [24/Apr/2013 19:41:57]
"GET /favicon.ico HTTP/1.1" 404 -
/usr/bin/scan-view: SERVER: waiting...
^C
"""
No combination of options to scan-view seem to help.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>