I'm trying lldb on linux x86_64.  Upon attaching to any process with "pro attach --pid XXX", I get
<div>an immediate core dump via referencing an invalid mutex.</div><div><br></div><div>I know linux is a new platform for lldb, and I've just recently started exploring lldb on linux so</div><div>so please forgive me if this is already a well known issue. (Is there a bug database to search?).</div>
<div><br></div><div>In case it helps, I attach a debugging log with strack trace and a small test case to make it</div><div>easy to reproduce. This was running on Ubuntu 10.04, with the latest lldb (svn r127570), and</div>
<div>llvm and clang at svn r124349, as Steve Wilson kindly indicated was necessary for lldb to build.</div><div><br></div><div>lldb was built with this configuration.</div><div><br></div><div><div> $ /home/jaten/pkg/latest-svn-llvm/llvm/configure --enable-optimized --enable-debug-runtime --enable-debug-symbols --enable-profiling --enable-jit --enable-doxygen --enable-pic --enable-shared --enable-assertions --enable-targets=x86_64 REQUIRES_RTTI=1</div>
<div><br></div><div>Let me know if I can be of further assistance in tracking this down. If it's a known problem and</div><div>somebody can sketch a solution, I may be able to implement it.</div><div><br></div><div>thanks,</div>
<div>Jason</div></div>