From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: how does one debug a SEGV in scm_threads_prehistory? Date: Thu, 19 Jun 2008 14:09:01 -0400 Message-ID: References: <668c430c0806180937g7fd824e8m7a871340d480599a@mail.gmail.com> <668c430c0806181325h68619345n84a0454e7715d587@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213898981 15416 80.91.229.12 (19 Jun 2008 18:09:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 18:09:41 +0000 (UTC) Cc: guile-devel@gnu.org To: "Bruce Korb" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 19 20:10:25 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K9OaA-0003sL-AH for guile-devel@m.gmane.org; Thu, 19 Jun 2008 20:10:02 +0200 Original-Received: from localhost ([127.0.0.1]:42677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9OZL-0002cn-MD for guile-devel@m.gmane.org; Thu, 19 Jun 2008 14:09:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9OZG-0002bN-Us for guile-devel@gnu.org; Thu, 19 Jun 2008 14:09:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9OZG-0002au-8n for guile-devel@gnu.org; Thu, 19 Jun 2008 14:09:06 -0400 Original-Received: from [199.232.76.173] (port=37146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9OZF-0002ar-Uc for guile-devel@gnu.org; Thu, 19 Jun 2008 14:09:05 -0400 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]:57141) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K9OZC-0000Lm-83; Thu, 19 Jun 2008 14:09:02 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 99F9B5312; Thu, 19 Jun 2008 14:09:01 -0400 (EDT) X-Hashcash: 1:20:080619:bkorb@gnu.org::YJFjftp9QjYBtOzl:00000z4W X-Hashcash: 1:20:080619:guile-devel@gnu.org::pkrslY6MdyEaAAuZ:0000000000000000000000000000000000000000005oZI In-Reply-To: <668c430c0806181325h68619345n84a0454e7715d587@mail.gmail.com> (Bruce Korb's message of "Wed, 18 Jun 2008 13:25:57 -0700") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (berkeley-unix) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7337 Archived-At: "Bruce Korb" writes: > It depends on which Linux: SuSE is x86_64 and Debian amd64. > Unclear why the first name needed to be rethought. Whatever. Thanks - I don't know why NetBSD chose amd64 either. >> Can you trigger this with a simple example? I have i386 and now amd64 >> boxes, and would be curious to try the NetBSD i386 binary on amd64, as >> well as native. > > "simple example" is always a stumbling block. Especially when it is > happening in libguile (which is not simple) and triggered by my app > (which is as large as Guile is). I'll see what I can do. Probably > next week or so. I installed NetBSD/i386 guile on NetBSD/amd64, but apparently the XEN3_DOMU kernel doesn't have i386 emulation. I'll perhaps add it, or find another box.