unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: rm@fabula.de
Cc: guile-devel@gnu.org
Subject: Re: class-of => crash
Date: Mon, 17 Jan 2005 14:02:34 +0100	[thread overview]
Message-ID: <20050117130234.GE22089@seid-online.de> (raw)
In-Reply-To: <200501171348.15230.bruno@clisp.org>

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 ...

| ralf@hobbes:/usr/local/src$ guile
| guile> (class-of 12)
| Segmentation fault
| ralf@hobbes:/usr/local/src$ guile
| guile> (use-modules (oop goops))
| guile> (class-of 12)
| #<<class> <integer> 1004d1a0>
| guile> (class-of 1.2)
| #<<class> <real> 1004d1d0>
| guile>


 HTH Ralf Mattes

> Bruno
> 
> 
> 
> _______________________________________________
> Guile-devel mailing list
> Guile-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/guile-devel


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


  reply	other threads:[~2005-01-17 13:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-17 12:48 class-of => crash Bruno Haible
2005-01-17 13:02 ` rm [this message]
2005-01-17 18:55   ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050117130234.GE22089@seid-online.de \
    --to=rm@fabula.de \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).