From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: class-of => crash Date: Mon, 17 Jan 2005 19:55:43 +0100 Message-ID: References: <200501171348.15230.bruno@clisp.org> <20050117130234.GE22089@seid-online.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105988324 14596 80.91.229.6 (17 Jan 2005 18:58:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 18:58:44 +0000 (UTC) Cc: Bruno Haible , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 17 19:58:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cqc5C-00021n-00 for ; Mon, 17 Jan 2005 19:58:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqcH3-000347-Ut for guile-devel@m.gmane.org; Mon, 17 Jan 2005 14:10:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqcGw-00032X-0L for guile-devel@gnu.org; Mon, 17 Jan 2005 14:10:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqcGt-00030k-6W for guile-devel@gnu.org; Mon, 17 Jan 2005 14:10:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqcGs-00030B-Sm for guile-devel@gnu.org; Mon, 17 Jan 2005 14:10:38 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cqc2T-0007lS-HA for guile-devel@gnu.org; Mon, 17 Jan 2005 13:55:45 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id EF2E44DB15; Mon, 17 Jan 2005 19:55:44 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03249-04-3; Mon, 17 Jan 2005 19:55:44 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 648073739E; Mon, 17 Jan 2005 19:55:44 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id EDC0FB9B2; Mon, 17 Jan 2005 19:55:43 +0100 (CET) Original-To: rm@fabula.de In-Reply-To: <20050117130234.GE22089@seid-online.de> (rm@fabula.de's message of "Mon, 17 Jan 2005 14:02:34 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de 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: main.gmane.org gmane.lisp.guile.devel:4689 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4689 rm@fabula.de writes: > On Mon, Jan 17, 2005 at 01:48:15PM +0100, Bruno Haible wrote: >> In guile-1.6.4, built on Linux/x86, this crashes: >> >> $ guile >> guile> (class-of 1.2) >> Segmentation fault > > This is a bug i reported long ago ;-) > Class-of segfaults _unless_ '(oop goops)' is > loaded ... Right, should be fixed now: 2005-01-17 Marius Vollmer * objects.h, objects.c (scm_classes_initialized): New. (scm_class_of): Signal error when scm_classes_initialized is zero. * goops.c (create_standard_classes): Set scm_classes_initialized to one. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel