X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=wMi exvFxXi0A5KIvzHO1NHQPrZZYN92/YjvKXP6aGfrQuhaO5sz4CbkMHTAZE/LQSLV jxIEfkOvcxDwocogly6zFaNWUB7+DEuYiL9PQfdj3MbmTKsZXmrAxyntgm7ytdB1 Rxq+b9W7gTXt47ZU3enqRqHSWb8OE7Yu1rWocar8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=YLU5AApVu swD9gzvAtmTbqFNbjo=; b=rTmNR4BGXnuUQ7M8v6lPHySTSwkFWz1QI/JtLxXvV RSZzWZuvQ4efLgheFbAD15a8KMJUWYq+lvDg+sotVzy2hHgKL/dc0y5nti2zN5dt sJ7wvpCRx451ts7l8l9Qtc7oYk8oFVN2DySftjfDJ9aJCIQxJlHtt5AhvZ1JPWGP Uo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <53EB7607.3040004@cornell.edu> Date: Wed, 13 Aug 2014 10:28:23 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin Subject: glib errors with latest gdb Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes I'm getting errors with the latest gdb when trying to debug programs that depend on glib. Here's an example, run from an xterm window: $ gdb /usr/bin/gvim GNU gdb (GDB) 7.8 [...] Reading symbols from /usr/bin/gvim...(no debugging symbols found)...done. (gdb) r Starting program: /usr/bin/gvim [New Thread 4860.0x1b44] Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/bin/cyggobject-2.0-0.dll-gdb.py", line 9, in from gobject import register File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in import gdb.backtrace ImportError: No module named backtrace Reverting to the previous gdb solves the problem. My actual use case involves emacs-w32 rather than gvim, but I tested gvim also to make sure that this wasn't emacs-specific. The error is more than cosmetic, at least in the emacs case; gdb freezes and has to be killed from the Task Manager. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple