[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #781: csc -c++ produces executables that hang und
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #781: csc -c++ produces executables that hang under Mac OS X (was: Unit tests for bind hangs under Mac OS X) |
Date: |
Mon, 30 Jan 2012 12:07:12 -0000 |
#781: csc -c++ produces executables that hang under Mac OS X
-----------------------+----------------------------------------------------
Reporter: iraikov | Owner: felix
Type: defect | Status: assigned
Priority: major | Milestone: 4.8.0
Component: compiler | Version: 4.7.x
Resolution: | Keywords:
-----------------------+----------------------------------------------------
Description changed by iraikov:
Old description:
> It seems that the test script for bind hangs under Mac OS X, regardless
> of whether I compile it with Chicken 4.7 or Chicken from the master git
> branch. Removing the c++ option to csc causes the script to run ok.
New description:
It appears that compiling programs with csc -c++ produces executables that
hang when run. dtruss shows the following output, over and over:
sigprocmask(0x1, 0x0, 0x7FFF6A635BB0) = 0x0 0
sigaltstack(0x0, 0x7FFF6A635BA0, 0x0) = 0 0
sigprocmask(0x3, 0x7FFF6A635BB0, 0x0) = 0x0 0
sigreturn(0x0, 0x80000000, 0x0) = 0 0
--
--
Ticket URL: <http://bugs.call-cc.org/ticket/781#comment:3>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.