bug#24884: Segfault on (mkstemp! "XX" 0)

2017-03-01 Thread Andy Wingo
On Wed 11 Jan 2017 22:33, Andy Wingo writes: > On Sat 05 Nov 2016 19:16, Jean Louis 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.

bug#24884: Segfault on (mkstemp! "XX" 0)

2017-01-11 Thread Andy Wingo
On Sat 05 Nov 2016 19:16, Jean Louis 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:

bug#24884: Segfault on (mkstemp! "XX" 0)

2016-11-11 Thread Matt Wette
Please check 24862, which includes a patch: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24862 The issue is that (at least on Mac OS 10.12) mkstemp will only accept specific flags.

bug#24884: Segfault on (mkstemp! "XX" 0)

2016-11-05 Thread Jean Louis
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. Jean guile (GNU Guile) 2.0.13 Copyright (C) 2016 Free Software Foundation, Inc.