<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 --- - core dump after just setting target on new instance"
href="http://llvm.org/bugs/show_bug.cgi?id=16381">16381</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>core dump after just setting target on new instance
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.2
</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>-New Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>markhall@cs.utah.edu
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=10707" name="attach_10707" title="the source file">attachment 10707</a> <a href="attachment.cgi?id=10707&action=edit" title="the source file">[details]</a></span>
the source file
Total newbie here, trying to port Eli Bendersky's example from 3.1 to 3.2
I get core dump before actually doing anything with a source file.
I
create a compiler instance, create diagnostics, target options, target info.
don't actually have the compiler instance do anything. return.
some desctructor seems to be freeing something already freed. Perhaps a
reference count is off?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>