- To: Paweł Sikora <pluto@xxxxxxxx>
- Subject: Re: strange segfaults / valgrind errors / invalid free on string ::_Rep::_S_empty_rep_storage
- From: Jonathan Wakely <jwakely.gcc@xxxxxxxxx>
- Date: Wed, 1 Aug 2012 19:57:25 +0100
- Cc: gcc-help@xxxxxxxxxxx
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- In-reply-to: <1512139.sXdItCRhLH@pawels>
On 1 August 2012 14:59, Paweł Sikora wrote:
> i have no idea why the string implementation tries to destroy static _S_empty_rep_storage area?
This usually implies some objects were compiled by GCC configured with
--enable-fully-dynamic-string and some objects were compiled by a
different GCC configured without that option. That option changes the
ABI, so you can't mix objects with an without it.
Could that be the cause?
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]