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

James Lee james at opencsw.org
Thu Mar 21 12:10:00 CET 2013


On 21/03/2013 10:54, Dmitri Shubin wrote:
> Aha, I think I found -- it's direct binding of 
> /opt/csw/lib/amd64/libstdc++.so to libc.so.1 for 
> _Unwind_RaiseException symbol.
...
> $ elfdump -y /opt/csw/lib/amd64/libstdc++.so|grep Unwind_RaiseException
>     [1016]  DB           [2] libc.so.1 _Unwind_RaiseException
> $ elfdump -y /opt/gcc-4.8/lib/amd64/libstdc++.so|grep 
> Unwind_RaiseException

$ elfdump -y /opt/XXXX/lib/amd64/libstdc++.so | grep Unwind_RaiseException
     [1016]  D            [2] libc.so.1 _Unwind_RaiseException


'D' but no 'B'.



James.


More information about the users mailing list