[llvm-bugs] [Bug 36434] std::regex_replace crash when compiled using Clang

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 19 14:18:37 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=36434

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |eric at efcs.ca

--- Comment #6 from Eric Fiselier <eric at efcs.ca> ---
@lhoussaine, it doesn't look like you're testing against libc++. By default
Clang still uses libstdc++ on Linux unless the -stdlib=libc++ flag is passed.

I can reproduce the SIGSEGV on Ubuntu using ToT Clang and libstdc++, but using
libc++ works fine.

You should either re-file this as a Clang bug, or file the bug with libstdc++,
depending on who's at fault here.

Closing as INVALID.

-- 
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/20180219/fceab703/attachment.html>


More information about the llvm-bugs mailing list