www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16567] New: dmd -wi leads compilation to get stuck when

https://issues.dlang.org/show_bug.cgi?id=16567

          Issue ID: 16567
           Summary: dmd -wi leads compilation to get stuck when compiling
                    lots of files
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: timothee.cour2 gmail.com

```
(lldb) process attach --pid 34776
Process 34776 stopped

__write_nocancel + 10, stop reason = signal SIGSTOP

libsystem_kernel.dylib`__write_nocancel:
->  0x7fff884fd612 <+10>: jae    0x7fff884fd61c            ; <+20>
    0x7fff884fd614 <+12>: movq   %rax, %rdi
    0x7fff884fd617 <+15>: jmp    0x7fff884f77cd            ; cerror_nocancel
    0x7fff884fd61c <+20>: retq

(lldb) bt

__write_nocancel + 10, stop reason = signal SIGSTOP





const*, __va_list_tag*, char const*, char const*) + 226


Statement::blockExit::BlockExit::visit(CompoundStatement*) + 515


bool) + 85

Statement::blockExit::BlockExit::visit(ScopeStatement*) + 37


bool) + 85

Statement::blockExit::BlockExit::visit(CaseStatement*) + 37


bool) + 85

Statement::blockExit::BlockExit::visit(CompoundStatement*) + 542


bool) + 85

Statement::blockExit::BlockExit::visit(ScopeStatement*) + 37


bool) + 85




1173

94

Array<Expression*>*) + 4566










531





16115









1173

94

Array<Expression*>*) + 4566

Scope*, Array<RootObject*>*, Type*, Array<Expression*>*) + 274

Array<RootObject*>*, Type*, Array<Expression*>*, int) + 201





1173

94

Array<Expression*>*) + 4566

Scope*, Array<RootObject*>*, Type*, Array<Expression*>*) + 274

Array<RootObject*>*, Type*, Array<Expression*>*, int) + 201





1173

94

Array<Expression*>*) + 3971












D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv + 40

D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ7tryExecMFMDFZvZv + 56

D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZv + 45

D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ7tryExecMFMDFZvZv + 56




```

--
Sep 30 2016