Changes between Initial Version and Version 3 of Ticket #781
- Timestamp:
- 01/30/12 13:07:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #781
- Property Owner set to felix winkelmann
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
Unit tests for bind hangs under Mac OS X
tocsc -c++ produces executables that hang under Mac OS X
-
Ticket #781 – Description
initial v3 1 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. 1 It appears that compiling programs with csc -c++ produces executables that hang when run. dtruss shows the following output, over and over: 2 3 sigprocmask(0x1, 0x0, 0x7FFF6A635BB0) = 0x0 0 4 sigaltstack(0x0, 0x7FFF6A635BA0, 0x0) = 0 0 5 sigprocmask(0x3, 0x7FFF6A635BB0, 0x0) = 0x0 0 6 sigreturn(0x0, 0x80000000, 0x0) = 0 0