Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'configure': 0.05; 'debug': 0.07; 'see:': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'options.': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; 'source': 0.25; 'header:X-Complaints-To:1': 0.27; "doesn't": 0.30; 'own,': 0.31; 'add': 0.35; 'version': 0.36; 'charset:us-ascii': 0.36; 'to:addr :python-list': 0.38; 'skip:- 10': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'then,': 0.60; 'special': 0.74; 'received:204': 0.75; 'article': 0.77; '../configure': 0.84; './configure': 0.84; 'received:204.14': 0.84; 'subject:read': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: gdb unable to read python frame information Date: Fri, 07 Mar 2014 12:47:15 -0800 References: <0b7f74c8-9c70-4950-b431-6c9bbb3f0058@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.14.154.233 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394225249 news.xs4all.nl 2931 [2001:888:2000:d::a6]:42409 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68007 In article , Wesley wrote: > Then, how to make python get debug symbols? > > Install python from source with some special configure options? If your distribution doesn't have a debug version of Python and you need to build your own, add --with-pydebug to your ./configure options. See: ./configure --help -- Ned Deily, nad@acm.org