[llvm-bugs] [Bug 31303] New: scan-view port conflict

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 6 23:37:46 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=31303

            Bug ID: 31303
           Summary: scan-view port conflict
           Product: clang
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: xiangzhai83 at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Hi llvm developers,

I use Clang Static Analyzer for analyzing code for K3b and other open source
components
http://www.leetcode.cn/2016/11/analyzing-code-for-kde-qt-open-source-components.html
when scan-build finished, I often copied the /tmp/scan-build-XXX under this
project source code's directory.

But when I scan-view several projects' reports, the port conflict, it often
open http://127.0.0.1:8181 wronly for second project, it should be
http://127.0.0.1:8182, then I have to Ctrl-C and scan-view again and again to
*find* correct port for this project.

Regards,
Leslie Zhai

-- 
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/20161207/7ca09908/attachment.html>


More information about the llvm-bugs mailing list