unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#16060: segfault when loading file
@ 2013-12-05 19:39 Pieter Slabbert
  2013-12-05 23:04 ` bug#16060: Attempt to mutate a literal pair results in segfault (master) Mark H Weaver
  2023-07-19 22:13 ` Jean Abou Samra
  0 siblings, 2 replies; 3+ messages in thread
From: Pieter Slabbert @ 2013-12-05 19:39 UTC (permalink / raw)
  To: 16060

HI

When I try to load a file which contains
  (set-car! '(0 . ()) 1)

Guile segfaults .
if I enter the same thing into the interpreter it works fine.

I tried the same thing in chibi and it complained about try to mutate
an immutable pair. Fixed it in my code but the segfault made it a lot 
harder to find

I installed guile from git. Version gives me 2.1.0.526-7f710
Running Ubuntu 13.10
Processor: Intel Atom N450

Steps to reproduce:

$ echo "(set-car! '(0 . ()) 1)" > test.scm
$ guile
 > (load "test.scm")
segfault

Thanks
Pieter





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-19 22:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-05 19:39 bug#16060: segfault when loading file Pieter Slabbert
2013-12-05 23:04 ` bug#16060: Attempt to mutate a literal pair results in segfault (master) Mark H Weaver
2023-07-19 22:13 ` Jean Abou Samra

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