<div dir="ltr">Hello,everyone:<br>I've got a problem, when debugging my process with lldb tool on linux OS(CentOS7).While I use lldb command to set breakpoints, and launch my process, my process will execute a binary code which contains debug information, but when my process launched, all breakpoints can not be hit, and after a while, received several informations like below:        <br>Process 4256 stopped and restarted: thread1 received signal:   SIGCHLD<br>Process 4256 stopped and restarted: thread1 received signal:   SIGCHLD<br>Process 4256 stopped and restarted: thread1 received signal:   SIGCHLD<br>Process 4256 stopped and restarted: thread1 received signal:   SIGCHLD<br>Process 4256 stopped and restarted: thread2 received signal:   SIGCHLD<br><br>Details can be seen in my snapshot in attachment.<div>It seems that lldb crashed, and at last although my process is executed,  this is meaningless. I have checked that debug information in IR is correct. I have no idea the reason. Can anyone tell me the reason and how to fix this problem. My lldb version is 5.0.0, which got from <a href="http://www.llvm.org/">http://www.llvm.org/</a> with llvm5.0.0<br></div></div>