[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1459: segfault violation with thread-sleep! on a
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1459: segfault violation with thread-sleep! on a flonums |
Date: |
Mon, 30 Apr 2018 18:14:56 -0000 |
#1459: segfault violation with thread-sleep! on a flonums
-----------------------------------+---------------------
Reporter: kristianlm | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 5.0
Resolution: | Keywords:
Estimated difficulty: |
-----------------------------------+---------------------
Comment (by kristianlm):
I discovered that if you change the file to look like this:
{{{
2013 address@hidden ~/p/e/c/tests ➤ cat thread-sleep-segfault.scm
(import srfi-18 (only (chicken repl) repl))
(thread-start!
(lambda () (thread-sleep! 0.3)))
(repl)
}}}
Then the segfault appears in all cases (csi -s, csi, csc).
--
Ticket URL: <https://bugs.call-cc.org/ticket/1459#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.