<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 --- - Sporadic segmentation faults with r192398"
href="http://llvm.org/bugs/show_bug.cgi?id=17543">17543</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Sporadic segmentation faults with r192398
</td>
</tr>
<tr>
<th>Product</th>
<td>dragonegg
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</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>baldrick@free.fr
</td>
</tr>
<tr>
<th>Reporter</th>
<td>scott+llvm+bugzilla@pakin.org
</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=11358" name="attach_11358" title="Valgrind analysis of DragonEgg">attachment 11358</a> <a href="attachment.cgi?id=11358&action=edit" title="Valgrind analysis of DragonEgg">[details]</a></span>
Valgrind analysis of DragonEgg
Here's the error I'm getting, but not every time I run the command -- just
often enough to be annoying:
$ /usr/bin/g++ -I/tmp/byfl-build/byfl/build/../include
-I/tmp/byfl-build/byfl/build/include -I/tmp/byfl-build/byfl/build/lib/byfl
-I/tmp/byfl-build/byfl/lib/byfl -I/tmp/byfl-build/llvm/include -DNDEBUG
-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -g -fno-exceptions -fno-rtti
-fPIC -g -O2 -std=c++11 -I/tmp/byfl-build/byfl/build/../lib/include -pedantic
/tmp/byfl-build/byfl/lib/byfl/byfl.cpp -o
/tmp/byfl-build/byfl/build/lib/byfl/Release+Debug/byfl.ll -S
-fplugin=/tmp/byfl-install/lib/dragonegg.so -fplugin-arg-dragonegg-emit-ir
'-cmpxchg16b' is not a recognized feature for this target (ignoring feature)
'-cmpxchg16b' is not a recognized feature for this target (ignoring feature)
Stack dump:
0. Running pass 'Unnamed pass: implement Pass::getPassName()' on module
'/tmp/byfl-build/byfl/lib/byfl/byfl.cpp'.
*** WARNING *** there are active plugins, do not report this as a bug unless
you can reproduce it without enabling any plugins.
Event | Plugins
PLUGIN_FINISH_UNIT | dragonegg
PLUGIN_FINISH | dragonegg
PLUGIN_START_UNIT | dragonegg
PLUGIN_ALL_IPA_PASSES_END | dragonegg
/tmp/byfl-build/byfl/lib/byfl/byfl.cpp:1143:1: internal compiler error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
Preprocessed source stored into /tmp/ccidjVqe.out file, please attach this to
your bugreport.
$ g++ --version | head -1
g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
I wasn't able to get the error to trigger when running from within gdb, but I
did attach a Valgrind report of the preceding command in case it's of any use
in tracking down the problem.
The source file, byfl.cpp, is part of my Byfl tool
(<a href="https://github.com/losalamos/Byfl">https://github.com/losalamos/Byfl</a>, Git commit e420a70a53).
Thanks,
-- Scott</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>