Ticket #781 (assigned defect)
csc -c++ produces executables that hang under Mac OS X
| Reported by: | iraikov | Owned by: | iraikov |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | build system | Version: | 4.7.x |
| Keywords: | Cc: |
Description (last modified by iraikov) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.
