Re: guile 3 update, june 2018 edition

2018-07-17 Thread dsmich
dsm...@roadrunner.com wrote: > Ok! now getting past the "make -j" issue, but I'm still getting a segfault. And now commit e6461cf1b2b63e3ec9a2867731742db552b61b71 has gotten past the segfault. Wooo! -Dale

Re: crashes with Fibers

2018-07-17 Thread Clément Lassieur
Clément Lassieur writes: > Ludovic Courtès writes: > >> Hello Clément, >> >> Clément Lassieur skribis: >> >>> ;; bad >>> (define (test4) >>> (run-fibers >>>(lambda () >>> (spawn-fiber >>> (lambda () >>> (let ((channel (make-channel))) >>>