[LLVMbugs] [Bug 15843] New: Scan-view pages return 404 file not found

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Apr 24 18:42:27 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=15843

            Bug ID: 15843
           Summary: Scan-view pages return 404 file not found
           Product: clang
           Version: 3.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: Flaeme.flow at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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:
http://127.0.0.1:12009
  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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130425/837a4458/attachment.html>


More information about the llvm-bugs mailing list