llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.83k stars 11.46k forks source link

scan-view port conflict #30651

Open xiangzhai opened 7 years ago

xiangzhai commented 7 years ago
Bugzilla Link 31303
Version 3.9
OS Linux

Extended Description

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

xiangzhai commented 7 years ago

assigned to @tkremenek