<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - unreal tournament crashes with mesa 7.11-dev"
href="https://bugs.freedesktop.org/show_bug.cgi?id=37637#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - unreal tournament crashes with mesa 7.11-dev"
href="https://bugs.freedesktop.org/show_bug.cgi?id=37637">bug 37637</a>
from <span class="vcard"><a class="email" href="mailto:liquid.acid@gmx.net" title="Tobias Jakobi <liquid.acid@gmx.net>"> <span class="fn">Tobias Jakobi</span></a>
</span></b>
<pre>This still happens in mesa git master.
Im currently using the following setup:
(1) llvm is build with static libstdc++:
ldd doesn't show any ref to libstdc++ anymore, however nm confirm that libLLVM
is now exporting the dynamic_cast symbol
(2) mesa is build with shared llvm
Building with static libstdc++ doesn't seem to work here, since ldd shows that
r600g_dri.so still refs to libstdc++
What I find strange is that swrastg_dri.so works flawlessly, even though it
also refs to _both_ libLLVM and libstdc++.
I'm also attaching two gdb backtraces. One without any preloading (crashing
results from static initialization inside r600g), and one with llvm preloading
(crashing results because ut2003's Core.so now uses dynamic_cast from libLLVM).
I think the crashes would go away if one could hide the libstdc++ symbols that
reside in libLLVM. Any ideas how to tackle this?
Greets,
Tobias</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>