[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 |
Date: |
Mon, 30 Jan 2012 12:09:00 -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 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
New description:
It appears that compiling programs under Mac OS X 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:4>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.