Changes between Initial Version and Version 3 of Ticket #781


Ignore:
Timestamp:
01/30/12 13:07:12 (12 years ago)
Author:
Ivan Raikov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #781

    • Property Owner set to felix winkelmann
    • Property Status changed from new to assigned
    • Property Summary changed from Unit tests for bind hangs under Mac OS X to csc -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.
     1It appears that compiling programs with csc -c++ produces executables that hang when run. dtruss shows the following output, over and over:
     2
     3sigprocmask(0x1, 0x0, 0x7FFF6A635BB0)            = 0x0 0
     4sigaltstack(0x0, 0x7FFF6A635BA0, 0x0)            = 0 0
     5sigprocmask(0x3, 0x7FFF6A635BB0, 0x0)            = 0x0 0
     6sigreturn(0x0, 0x80000000, 0x0)          = 0 0