From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: guile-gnome-0 - guile-1.6.8-6.3 - random crash Date: Thu, 8 Apr 2010 15:40:11 -0500 Message-ID: References: <20100317170918.0a21c8be@rascar> <20100408150624.0534a579@rascar> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=00163623b15295fee40483bfb009 X-Trace: dough.gmane.org 1270760606 19991 80.91.229.12 (8 Apr 2010 21:03:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 21:03:26 +0000 (UTC) Cc: guile-user To: David Pirotte Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Apr 08 23:03:24 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 1Nzysk-0002zR-N0 for guile-user@m.gmane.org; Thu, 08 Apr 2010 23:03:23 +0200 Original-Received: from localhost ([127.0.0.1]:39535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nzysk-0000Ie-AK for guile-user@m.gmane.org; Thu, 08 Apr 2010 17:03:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzyWp-0008Gd-Mo for guile-user@gnu.org; Thu, 08 Apr 2010 16:40:43 -0400 Original-Received: from [140.186.70.92] (port=49902 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzyWo-0008G6-G1 for guile-user@gnu.org; Thu, 08 Apr 2010 16:40:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzyWn-0007Yo-5s for guile-user@gnu.org; Thu, 08 Apr 2010 16:40:42 -0400 Original-Received: from mail-yx0-f203.google.com ([209.85.210.203]:57367) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzyWn-0007Yh-35 for guile-user@gnu.org; Thu, 08 Apr 2010 16:40:41 -0400 Original-Received: by yxe41 with SMTP id 41so2872531yxe.14 for ; Thu, 08 Apr 2010 13:40:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:received:message-id:subject:to:cc:content-type; bh=C4edLoU7iL5nhTaFhTPcq/JWTVQ72wpFGZlwQM7si5A=; b=YJpbZN7th6VtGn/rGMxNinpvXW3Q+fvOeKfcta0ZTqMiBxqJdkSZD6SmQaVRI3qqKu OzejHn/+FDBhW9gUX441n+NSuwF3jJLhz+CSB5Y7Gua48VPh6O20WbxyCMdFawwS7hW7 Diy58NOec8BUkU147U+QjvrQLVJdmIj2u+rZY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=P4ZG7RDS7bI9AsxUS5c4nKlVPXYgxOsNpyngiCM7lnC3L5MLMdHpM14T9LocPfWNuJ +/H3D2ZYOVYNk5bKB7ZTkAaB4M82qdFlYd8wMjj2X0aIO5knnb64QQJxOwgmYVE2tacF CaxSChsiq36ikn9w0OtrVyKnc4Ct5qdUuI7aQ= Original-Received: by 10.100.207.15 with HTTP; Thu, 8 Apr 2010 13:40:11 -0700 (PDT) In-Reply-To: <20100408150624.0534a579@rascar> Original-Received: by 10.100.222.12 with SMTP id u12mr705561ang.113.1270759231419; Thu, 08 Apr 2010 13:40:31 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:7745 Archived-At: --00163623b15295fee40483bfb009 Content-Type: text/plain; charset=UTF-8 On 8 April 2010 13:06, David Pirotte wrote: > > But I have had another type of bug, which I beleive is not related to the > one > you looked at, which rarely appears and occurred today, so here it is: > > *** glibc detected *** guile: corrupted double-linked list: > 0x08a1ca60 *** > ======= Backtrace: ========= > Shot in the dark: I typically see these if there is a double-free, or if there are writes to freed memory. --linas --00163623b15295fee40483bfb009 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 8 April 2010 13:06, David Pirotte <david@altosw.be&g= t; wrote:

But I have had another type of bug, which I beleive is not related to the o= ne
you looked at, which rarely appears and occurred today, so here it is:

=C2=A0 =C2=A0 =C2=A0 =C2=A0*** glibc detected *** guile: corrupted double-= linked list: 0x08a1ca60 ***
=C2=A0 =C2=A0 =C2=A0 =C2=A0=3D=3D=3D=3D=3D=3D=3D Backtrace: =3D=3D=3D=3D= =3D=3D=3D=3D=3D


Shot in the dark:=C2=A0 I typi= cally see these=C2=A0 if there is a double-free, or if there
are writes = to freed memory.

--linas
--00163623b15295fee40483bfb009--