By the way using
new cvt_byname_t(name,1)
instead of
new cvt_byname_t(name)
does not change anything.
Looks sensible since the suggested "double delete" explanation is a
"locale" double delete, not a "facet" double delete.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "un
Package: libstdc++6-4.0-dev
Version: 4.0.2-5
Severity: normal
The following code segfaults. Looks like a double delete,
_S_destroy_c_locale() being called twice: first in the regular path of
codecvt.h:codecvt_byname ctor, then a second time when ~codecvt() is
automatically called to clean up the
2 matches
Mail list logo