GNU bug report logs -
#24884
Segfault on (mkstemp! "XX" 0)
Previous Next
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
Message #16 received at 24884-done <at> debbugs.gnu.org (full text, mbox):
On Wed 11 Jan 2017 22:33, Andy Wingo <wingo <at> pobox.com> writes:
> 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.)
Sigh, spoke too soon. This one turned out to be a rather more ordinary
bug. Fixed in git on both branches. Thanks for the report!
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.