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: boehm-gc troubles with 2.0.10 on NetBSD/i386 Date: Fri, 11 Apr 2014 15:39:55 -0400 Message-ID: References: <87mwfrg4to.fsf@yeeloong.lan> <87ioqffztd.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1397245219 8630 80.91.229.3 (11 Apr 2014 19:40:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2014 19:40:19 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 11 21:40:12 2014 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 1WYhJ6-0002vy-AQ for guile-devel@m.gmane.org; Fri, 11 Apr 2014 21:40:12 +0200 Original-Received: from localhost ([::1]:59580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYhJ5-0007Ke-OX for guile-devel@m.gmane.org; Fri, 11 Apr 2014 15:40:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYhIw-0007HP-Eb for guile-devel@gnu.org; Fri, 11 Apr 2014 15:40:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYhIq-0003Vh-2x for guile-devel@gnu.org; Fri, 11 Apr 2014 15:40:02 -0400 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]:49813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYhIp-0003Vc-Vt for guile-devel@gnu.org; Fri, 11 Apr 2014 15:39:56 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id A5777A812; Fri, 11 Apr 2014 15:39:55 -0400 (EDT) OpenPGP: id=32611E25 X-Hashcash: 1:20:140411:mhw@netris.org::wlZL7pwQY3rsYU1Z:0002BVR X-Hashcash: 1:20:140411:guile-devel@gnu.org::6A9ivWMtnyJ5fhJw:000000000000000000000000000000000000000000HFdy In-Reply-To: <87ioqffztd.fsf@yeeloong.lan> (Mark H. Weaver's message of "Fri, 11 Apr 2014 15:09:34 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.4 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.1.100.210 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:17055 Archived-At: --=-=-= Content-Type: text/plain Mark H Weaver writes: >> Program received signal SIGSEGV, Segmentation fault. >> [Switching to LWP 1] >> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >> (gdb) bt >> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1 >> #1 0xbba8696e in GC_find_limit () from /usr/pkg/lib/libgc.so.1 >> #2 0xbba8699d in GC_init_netbsd_elf () from /usr/pkg/lib/libgc.so.1 >> #3 0xbba85b3f in GC_init () from /usr/pkg/lib/libgc.so.1 >> #4 0xbbaf9748 in scm_storage_prehistory () from .libs/libguile-2.0.so.29 >> #5 0xbbb0abaf in scm_i_init_guile () from .libs/libguile-2.0.so.29 >> #6 0xbbb6712c in scm_i_init_thread_for_guile () from .libs/libguile-2.0.so.29 >> #7 0xbbb67347 in with_guile_and_parent () from .libs/libguile-2.0.so.29 >> #8 0xbba85767 in GC_call_with_stack_base () from /usr/pkg/lib/libgc.so.1 >> #9 0xbbb67529 in scm_with_guile () from .libs/libguile-2.0.so.29 >> #10 0xbbb0ab67 in scm_boot_guile () from .libs/libguile-2.0.so.29 >> #11 0x08048ce9 in main () > > My guess is that this SIGSEGV is probably intentional, perhaps the > method used by GC on NetBSD to determine the bounds of the stack or some > other data area. I would try continuing and seeing what happens next. > GC may also use some other signals for its own purposes. continuing leads to the program exiting. I should build libgc with debugging... >> LICENSE= gnu-gpl-v3 > > I think this license field is incorrect. Guile's license is the GNU > _Lesser_ General Public License v3-or-later. Is everything that is installed under LGPL, even readline? (But even if so, that should say "gnu-gpl-v3 AND gnu-lgpl-v3".) --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNIRQsACgkQ+vesoDJhHiXXFgCfRNgL0xlCmuNsa3HEQhjKJxWl LxQAoLakmo/QAs9OOIIWDlCdBf2+6Anl =XAhu -----END PGP SIGNATURE----- --=-=-=--