[csw-users] 64bit g++ 4.7.2 exception handling ...

Edward Maros emaros at ligo.caltech.edu
Thu Feb 14 00:21:58 CET 2013


On 2/13/13 2:57 PM, Maciej (Matchek) Bliziński wrote:
> 2013/2/13 Edward Maros <emaros at ligo.caltech.edu>
>> terrminate called after throwing an instance of 'std::runtime_error'
>> terminate called recursively
>> Abort (core dumped)
> I am able to reproduce this, only on Intel. The Sparc version doesn't
> suffer from this problem.
>
> I did some searching around and found this bug:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53730  The solution is
> rather unexciting: "Yes, switching away from the gold linker and
> rebuilding gcc solves the problem!"
>
> We aren't using the gold linker in our build, so maybe it's a similar
> problem with the sun linker? Obviously it's only a guess.
>
> I'll try to get that resolved, but I'm currently spread very thin, so
> I can't promise fast progress.
>
> Maciej
Thank you for looking into this. Currently it is not critical since I
can build my software as a 32bit executable. I look forward to the day
when it can be a 64bit executable.

Ed


More information about the users mailing list