[Bug libstdc++/89118] Illegal memory access in codecvt::out()

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 6 00:06:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89118

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2019-02-06
     Ever confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I cannot reproduce the valgrind errors with any version of GCC, using valgrind
3.14.0

My guess is that these are false positives from valgrind, because it doesn't
know about the SSE4 tricks in your glibc. In other words, this is not a GCC bug
(and probably not a bug at all).

I'm not sure what comment 1 is saying, could you please provide a testcase?


More information about the Gcc-bugs mailing list