On Nov 2, 2012, at 12:34 PM, Filipe Cabecinhas <[email protected]> wrote:
> Hi all, > > I'm having some weird problems when testing lldb. > Most tests don't stop the a.out file and leave it in an uninterruptible sleep. > This will exhaust the machine's PID space and make it stop working. > > Can you reproduce this? This happens when your code signing signature is bad. Did you re-install your system? Upgrade your OS? To fix this, open keychain access and search for lldb_codesign, remove all, reboot, then follow the code signing docs again. > > I'm using lldb from trunk (updated a few minutes ago), and it happens the > same way wether I compile it with the latest clang or clang from the latest > Xcode. > > I'm on Mountain Lion 10.8.2. > > Regards, > > Filipe > _______________________________________________ > lldb-dev mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
