From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: guile-gnome2 - Segmentation fault Date: Fri, 2 Jul 2010 13:32:12 -0300 Organization: Alto Air Services [http://www.altosw.be/aas/] Message-ID: <20100702133212.5cbe6533@rascar> References: <20100629183348.02da603c@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278088355 25756 80.91.229.12 (2 Jul 2010 16:32:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2010 16:32:35 +0000 (UTC) Cc: guile-user To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 02 18:32:33 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OUjAF-0002T7-H7 for guile-user@m.gmane.org; Fri, 02 Jul 2010 18:32:31 +0200 Original-Received: from localhost ([127.0.0.1]:54109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUjAF-0002Rh-0i for guile-user@m.gmane.org; Fri, 02 Jul 2010 12:32:31 -0400 Original-Received: from [140.186.70.92] (port=53407 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUjA9-0002P6-GQ for guile-user@gnu.org; Fri, 02 Jul 2010 12:32:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUjA8-0000fp-75 for guile-user@gnu.org; Fri, 02 Jul 2010 12:32:25 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:52518) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUjA8-0000fh-0d for guile-user@gnu.org; Fri, 02 Jul 2010 12:32:24 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 19990A04C136; Fri, 2 Jul 2010 18:32:23 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id UHQE21l8l4bH; Fri, 2 Jul 2010 18:21:20 +0200 (CEST) Original-Received: from rascar (unknown [189.60.69.82]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 607DCA04C12E; Fri, 2 Jul 2010 18:32:15 +0200 (CEST) In-Reply-To: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7946 Archived-At: Hi Andy, I don't know, on the debian patch tracking system page for guile-gnome-plat= form, patches are listed by names. I don't see these [MD5sum?] numbers you mentio= ned, could you may be have a quick look @ http://patch-tracker.debian.org/package/guile-gnome-platform/2.16.1-4 on my box, apt-get source ... the debian/patches directory mention fixes/glib-test-stack-depth.diff -p1 fixes/gtk-2.18-build.diff -p1 fixes/link-with-guile-cairo.diff -p1 Many thanks, David ps I tried to find out where guile-gnome patch names and numbers are, including here, https://bugzilla.gnome.org/browse.cgi?product=3Dguile-gnome but didn't succeed, where is that maintained? ;; -- Le Thu, 01 Jul 2010 11:58:04 +0100, Andy Wingo a =C3=A9crit : > On Tue 29 Jun 2010 22:33, David Pirotte writes: >=20 > > I'll try to produce a better backtrace [some .deb package have no -dbg > > corresponding package and the -dev do not always include debugging symb= ols] > > > > But in order to help me helping developpers to get rid og this bug [whi= ch did > > not desappear with the guile-gnome0 -> guile-gnome2 'porting' [in progr= ess but > > some bits working already], I am sending what i could come up with so f= ar. >=20 > Thanks for the report. Unfortunately the backtrace is not > sufficient. Something is being freed with g_free which should be freed > via a specific deallocator. Can you check to see that the following > patches are applied to the debian package: >=20 > 0ca1de9d89ed7b2899e49f273f27f810540a6508 > 3d11c93b290992b2c4d9eeef57c2a7a54f808783 >=20 > Thanks, >=20 > Andy