This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch PR libstdc++/51135]: Fix [4.7 Regression] SIGSEGV during exception cleanup on win32
2011/12/12 Paolo Carlini <paolo.carlini@oracle.com>:
> On 12/12/2011 12:29 PM, Kai Tietz wrote:
>>
>> Well, this was my initial attempt to solve it. The issue here is that
>> libsupc++ doesn't use the the os-header-file
>
> Are you sure? Should include bits/c++config.h, no?
>
> Paolo.
Well, I tested it, and I saw that the define in the os part for
libsupc++ weren't set. By looking into this, this might be also
caused by not including in all .cc files using cxxabi.h before
bits/c++config.h.
Kai