[LLVMbugs] [Bug 18205] test/Parser/crash-report.c and test/Analysis/crash-trace fail when configured with --enable-optimized --disable-threads --disable-pthreads
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 19 12:38:33 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18205
Hans Wennborg <hans at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Hans Wennborg <hans at chromium.org> ---
Should be fixed in r197718.
The problem was use of an uninitialized variable. Before r193971, I think it
happened to be zero-initialized most of the time by chance, but after that
revision, the test started failing more frequently (but not always, so hard to
bisect).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131219/250c6b5c/attachment.html>
More information about the llvm-bugs
mailing list