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 :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=ao1cskKuxUC2X7bmG8RbNOXn0zAOaziDOyTrZ1r+hht sJZRoK7upbsKPhC2t165GP4xWGZnljwao4iKhfFt86u7W5CIaYI3/mdEEQe3etLW F390VuMnSBs+jeOfm6RINRI3WbCkQ0arnQIexVG3kRqrcrdQoSOEuNzaXKOkIdX4 = 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 :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=ciszx2rOwJ+UShMtdF2NU23a3AY=; b=UH42VI+cGGZ2kSaSu lILeNW7g5CN496tq0f/SGSyoyAHf9ke3ZTV5i8X9pL7uk6dI8pbXkC7JWSE0Ckk9 yzEF9UmXJZ962u8X+ewg/MYibSTY/NiOvq0ZrjdmioWnCr+X5e4dMJYy1yOjXp4D vvrK+RVLrirUPb025nTlnPhL+s= 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.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <541349F8.7060205@cygwin.com> Date: Fri, 12 Sep 2014 14:31:04 -0500 From: Yaakov Selkowitz 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 AT cygwin DOT com Subject: Re: glib errors with latest gdb References: <53EB7607 DOT 3040004 AT cornell DOT edu> In-Reply-To: <53EB7607.3040004@cornell.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2014-08-13 09:28, Ken Brown wrote: > 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 This is actually an upstream issue due to an API change in gdb-7.7: https://bugzilla.gnome.org/show_bug.cgi?id=623552 I'm building a glib2.0 update now that includes the latest upstream changes for the gdb scripts, which should fix this error message. Thanks for reporting, Yaakov -- 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