GNU bug report logs - #24884
Segfault on (mkstemp! "XX" 0)

Previous Next

Package: guile;

Reported by: Jean Louis <bugs <at> gnu.support>

Date: Sat, 5 Nov 2016 18:18:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Wingo <wingo <at> pobox.com>
To: Jean Louis <bugs <at> gnu.support>
Cc: 24884 <at> debbugs.gnu.org
Subject: bug#24884: Segfault on (mkstemp! "XX" 0)
Date: Wed, 11 Jan 2017 22:33:30 +0100
On Sat 05 Nov 2016 19:16, Jean Louis <bugs <at> gnu.support> writes:

> I was just testing a function, and before I figured out what is
> happening, it is segfaulting on:
> (mkstemp! "XX" 0)
>
> I don't say, I am using it right. It should not segfault.

I agree.  This is a pending topic in Guile.  (The reason, of course:
mutating literal constants is not valid Scheme.  Guile allocates
some constant literals in read-only memory.  Mutating that memory, or
attempting to do so, segfaults, as you have seen.  We should raise an
error instead.)

Andy




This bug report was last modified 8 years and 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.