<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jdevlieghere@apple.com" title="Jonas Devlieghere <jdevlieghere@apple.com>"> <span class="fn">Jonas Devlieghere</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - memory read assertion failure with -f a -s 32"
href="https://bugs.llvm.org/show_bug.cgi?id=21736">bug 21736</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jdevlieghere@apple.com
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - memory read assertion failure with -f a -s 32"
href="https://bugs.llvm.org/show_bug.cgi?id=21736#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - memory read assertion failure with -f a -s 32"
href="https://bugs.llvm.org/show_bug.cgi?id=21736">bug 21736</a>
from <span class="vcard"><a class="email" href="mailto:jdevlieghere@apple.com" title="Jonas Devlieghere <jdevlieghere@apple.com>"> <span class="fn">Jonas Devlieghere</span></a>
</span></b>
<pre>Process 58989 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
frame #0: 0x0000000100000f9f a.out`main at main.cpp:9:12
6 void f(S2 &M1);
7 };
8
-> 9 struct S2 { int x; };
10
11 }
12
(lldb) memory read -f a -s 32 `$rbp` `$rbp + 0x30`
0x7ffeefbff620: error: unsupported byte size (32) for char format
(lldb) memory read -f a -s 64 `$rbp` `$rbp + 0x30`
(lldb)
This now prints nothing, but it doesn't trigger the assertion.</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>