<html>
<head>
<base href="https://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 --- - Debug any executable doesn't contain the architecture x86_64"
href="https://llvm.org/bugs/show_bug.cgi?id=23236">23236</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Debug any executable doesn't contain the architecture x86_64
</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>lmejias3@eafit.edu.co
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Hi, I just have installed all the packages of the stable branch (version 3.5.0)
of llvm from here (<a href="http://llvm.org/apt/">http://llvm.org/apt/</a>)
I working on a c++ program, I compiled it with clang but when I execute it I
got a segmentation fault, so I tried to debugged it with lldb but I get the
following error:
error: '/home/balmung/Projects/my-program' doesn't contain the architecture
x86_64
but file of my-program show this:
my-program: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.24,
BuildID[sha1]=60eb835cbba69abdded27adcd9a7ddbc385ab3f4, not stripped
and this same pass with any executable (even compiled with g++ or clang++)
I work on a Ubuntu 14.04 LTS - 64 bit guest on a Windows 8.1 pro 64 bit host
Processor: Intel® Core™ i7-3537U CPU @ 2.00GHz × 2</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>