<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:ketmar@ketmar.no-ip.org" title="Ketmar Dark <ketmar@ketmar.no-ip.org>"> <span class="fn">Ketmar Dark</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - gdc segfault on scope(failure)"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=165">bug 165</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;">CC</td>
<td>
</td>
<td>ketmar@ketmar.no-ip.org
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - gdc segfault on scope(failure)"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=165#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - gdc segfault on scope(failure)"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=165">bug 165</a>
from <span class="vcard"><a class="email" href="mailto:ketmar@ketmar.no-ip.org" title="Ketmar Dark <ketmar@ketmar.no-ip.org>"> <span class="fn">Ketmar Dark</span></a>
</span></b>
<pre>further info: somehow it fails in Import::semantic(), where it checks for
'aliasdecls'. with 'scope(failure)' is sees *two* aliases, both to the same
imported function, but the second one has it's entry in 'names[]' initialized
to garbage (1, that's it).
this is not the case for 'scope(exit)' and 'scope(success)', as semantic
analyser doesn't even hit this code path (???).
i can just comment out `mod->search_correct(names[i]);`, but it's definitely
not a fix, 'cause the bug is somewhere else. there shouldn't be two aliases
here to start with.
not sure if i'll have time to investigate this thing further.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>