<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - readline.so module is not built when running 'ninja lldb' on Linux"
   href="http://llvm.org/bugs/show_bug.cgi?id=20281">20281</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>readline.so module is not built when running 'ninja lldb' on Linux
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tfiala@google.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This probably affects FreeBSD as well.

The readline.so Python Module (not libreadline system library) is needed on
Linux to avoid the crash issue with Python's stock readline module and libedit.
 It needs to be built and installed in the lldb lib dir any time liblldb.so (or
a static equivalent) is considered needed.

Currently, running 'ninja lldb' is not building the readline module.  This
surfaces the broken behavior of using the system Python readline module.

(Having the python readline.so, which links against libreadline.so on
non-MacOSX platforms, in a program which also uses libedit.so, causes havoc in
some libedit readline compatibility mode crossover with the real
libreadline.so).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>