<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 --- - lldb reports "failed to verify the breakpoint trap in memory""
href="http://llvm.org/bugs/show_bug.cgi?id=17880">17880</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lldb reports "failed to verify the breakpoint trap in memory"
</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>FreeBSD
</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>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Sometime in the last month lldb on FreeBSD reports this error, although the
breakpoint actually does get set.
Using the dictionary.c example / tutorial code,
feynman% bin/lldb /tank/emaste/src/snippets/dictionary
Current executable set to '/tank/emaste/src/snippets/dictionary' (x86_64).
(lldb) b find_word
warning: failed to set breakpoint site at 0x400e60 for breakpoint 2.1: failed
to verify the breakpoint trap in memory.
(lldb) run romeo-and-juliet.txt
Process 75214 launched: '/tank/emaste/src/snippets/dictionary' (x86_64)
Dictionary loaded.
Enter search word: Romeo
Process 75214 stopped
* thread #1: tid = 102845, 0x0000000000400e60
dictionary`find_word(dictionary=0x0000000800c4b040, word=0x00007fffffffd0a0) +
16 at dictionary.c:126, stop reason = breakpoint 2.1</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>