Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'ubuntu': 0.04; 'subject:Python': 0.06; 'bug.': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'tracker': 0.09; 'x86_64': 0.09; 'static': 0.15; 'amd': 0.16; 'message- id:@post.gmane.org': 0.16; 'next?': 0.16; 'paste.': 0.16; '(my': 0.24; 'thanks.': 0.26; "i'm": 0.27; 'fact': 0.27; 'bugs': 0.28; 'now)': 0.30; 'ran': 0.30; 'shows': 0.32; 'it.': 0.33; 'to:addr :python-list': 0.33; 'header:User-Agent:1': 0.34; 'describe': 0.34; 'curious': 0.34; 'header:X-Complaints-To:1': 0.35; '(for': 0.35; 'starting': 0.36; 'charset:us-ascii': 0.36; 'issue': 0.36; 'page': 0.37; 'received:org': 0.38; 'hello,': 0.38; 'should': 0.38; 'option': 0.39; 'skip:- 10': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'friendly': 0.64; 'reporting.': 0.67; 'exact': 0.68; 'received:119': 0.70; 'bear': 0.80; './configure': 0.84; 'analyzer': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Seung =?utf-8?b?U29vLA==?= Ha Subject: Run clang static analyzer on Python 3.30a Date: Wed, 10 Aug 2011 07:01:10 +0000 (UTC) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 119.203.114.118 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312959909 news.xs4all.nl 23931 [2001:888:2000:d::a6]:43096 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11100 Hello, I just ran the clang static analyzer on Python. I'm very new to this, so please bear with me as a describe the exact steps I took. 1. hg clone of python 2. scan-build ./configure --with-pydebug 3. scan-build make -s -j4 4. scan-view /tmp/scan-build-2011-08-10-1/ It shows 6 bugs and the report page even has a friendly option to report the bug. I'm just starting to learn C and I cannot judge whether they are worth reporting. Should I? I am aware of the issue tracker and how to use it. What I'm curious is what information I should provide, considering the fact that my skills (for now) is limited to copy and paste. What should I do next? (my system Ubuntu 11.04 x86_64 on AMD Phenom II X4 955) Thanks.