Bug#343108: idem with new cvt_byname_t(name, 1)

2005-12-14 Thread Marc Herbert
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

Bug#343108: libstdc++6-4.0-dev: catching exception from codecvt_byname() segfaults

2005-12-12 Thread Marc Herbert
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