From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Gaylard Newsgroups: gmane.lisp.guile.devel Subject: Re: The 2.0.9 VM cores in enqueue (threads.c:309) Date: Mon, 29 Apr 2013 08:56:16 +0200 Message-ID: <517E1990.3090302@computer.org> References: <517C2DBF.7050304@computer.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1367218588 14427 80.91.229.3 (29 Apr 2013 06:56:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 06:56:28 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Apr 29 08:56:32 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UWi0m-0004fj-JR for guile-devel@m.gmane.org; Mon, 29 Apr 2013 08:56:32 +0200 Original-Received: from localhost ([::1]:44370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWi0m-0003cB-AE for guile-devel@m.gmane.org; Mon, 29 Apr 2013 02:56:32 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWi0f-0003br-0e for guile-devel@gnu.org; Mon, 29 Apr 2013 02:56:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWi0c-0007FV-HK for guile-devel@gnu.org; Mon, 29 Apr 2013 02:56:24 -0400 Original-Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:62393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWi0c-0007FR-Ab for guile-devel@gnu.org; Mon, 29 Apr 2013 02:56:22 -0400 Original-Received: by mail-wg0-f47.google.com with SMTP id j13so3295092wgh.26 for ; Sun, 28 Apr 2013 23:56:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=LURDE92K6R4UUFwtr8mjpV+USgpGknSywIcQzr/O56A=; b=AtYFAs8iLSU/buiDSMndSq1AxDtoYBuQpzWlSTvv4Hitron1A8TV4KR4P7LFIR0ve7 XDdsA+Daa0spMMXNAQfEsqcMG1CeMiKQNJeQ3Gls0AFiqrsvmHW0pCxGZxohfMQF373b TJf+iQhByPU8Pmo110yWHzqXwIkbW320s2gshdfdp+R156bpgQGzzbGGfavI4vEq/AWM pZZ+BBCfFaIt483JpTZiu7/9nRRHaQZvqeqDkbFFGwj4xsEGLHRW39SOL2E+EbeBWlAw Be7wWs8br695o2uf+wsFBWooK6lmdy5fZSGAAGVj06XZYFoQTC8y3kdpqQ9gHEhPHkCU C/CQ== X-Received: by 10.194.59.106 with SMTP id y10mr12229230wjq.28.1367218580707; Sun, 28 Apr 2013 23:56:20 -0700 (PDT) Original-Received: from [10.0.0.3] (41-135-66-80.dsl.mweb.co.za. [41.135.66.80]) by mx.google.com with ESMTPSA id g9sm20187085wix.1.2013.04.28.23.56.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Apr 2013 23:56:20 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; SunOS sun4u; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22f X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16307 Archived-At: On 04/28/13 03:07, Daniel Hartwig wrote: > On 28 April 2013 03:57, Andrew Gaylard wrote: >> Those 0x304 values look dodgy to me, and explain why the >> SCM_SETCDR causes an invalid memory access. >> > 0x304 is SCM_EOL. Hi Daniel, Thanks for the feedback. Are you saying that the 0x304 values are fine, and the problem lies elsewhere? (e.g. heap corruption, ...) -- Andrew