| 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 |