bug-guile
[Top][All Lists]
Advanced

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

variable-ref segfaults regular variables


From: Kevin H
Subject: variable-ref segfaults regular variables
Date: Mon, 24 Jan 2011 15:44:32 -0500

Hi everyone:

I'm using guile 1.9.14 (Ubuntu) and I think I found a bug that I think you want to know about.  It's easy to reproduce, just do this:

(define x 42)

(variable-ref x)

I get a segmentation fault every time.

Thanks,

Kevin

reply via email to

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