bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Segfault while set! with goops


From: Diogo F . S . Ramos
Subject: Segfault while set! with goops
Date: Mon, 07 Mar 2011 18:06:21 -0300 (BRT)

The following code throws a 'segmentation fault' with Guile 2.0.0.

(use-modules (oop goops))

(define-class <foo> ()
  (bar #:init-value 0 #:getter bar))

(define foo (make <foo>))

(set! (bar foo) 42)

-- 
Diogo F. S. Ramos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]