[Lldb-commits] [PATCH] Local Linux debugging via LLGS passing all Linux local debugging tests.

Ed Maste emaste at freebsd.org
Mon Feb 2 17:56:42 PST 2015


In http://reviews.llvm.org/D7238#117279, @chaoren wrote:

> Hi Ed,
>
> FreeBSD 10.1-RELEASE #0 r274401
>  Python 2.7.9


Ok, I suspect this is an unfortunate bug in libedit which I fixed in FreeBSD stable/10 here:
https://svnweb.freebsd.org/base?view=revision&revision=277931

It started showing up after a python update when this change made it in:
https://hg.python.org/cpython/rev/6303266beb80
which caused OS X crashes, fixed in:
https://hg.python.org/cpython/rev/3f08c1156050
but not fixed for FreeBSD.

The most straightforward way to fix it is to checkout the FreeBSD source tree, then run make in src/lib/libedit followed by sudo make install.


http://reviews.llvm.org/D7238

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list