<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 26 juil. 2011 à 15:05, Andrey Zaytsev a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello everyone. <div>I'm building lldb on personal mac. Code signing is done as described in docs/code-signing.txt</div><div>When I'm deploying it on our distributed build-system lldb doesn't work and gives the following message: "<span class="Apple-style-span" style="border-collapse: collapse; color: rgb(139, 0, 0); font-family: 'helvetica neue', tahoma, arial, sans-serif; font-size: 13px; line-height: 19px; ">failed to get the task for process 92135</span>"</div><div>What is my options? Can I just turn code-signing off to make it work on any machine?</div><div>Thanks.</div><div></div></div><br></blockquote><br></div><div>lldb has to be signed to be able to use task_for_pid() (see 'man taskgated' for details).</div><div>And yours signing certificate has to be installed (and trusted) on all deployments machines.</div><div>Apple's version is signed using a trusted certificate (just like gdb and many other dev tools), that's why it works out of the box on all machines.</div><div><br></div><div>Signing with a commercial certificate distributed by a trusted CA should works but I never try, so I can t'ell.</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>-- Jean-Daniel</div><div><br></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></body></html>