Bug in shared library version of newlib's libstdc++.so?
- Hans-Joerg Frieden
- AmigaOS Core Developer
- Posts: 223
- Joined: Wed Dec 08, 2010 3:52 pm
Re: Bug in shared library version of newlib's libstdc++.so?
I'll have a look at this ASAP. It could be an issue with an unsupported reloc.
NOTICE: If you want to contact me, use E-Mail. I cannot be contacted via the forum/private messages anymore
Re: Bug in shared library version of newlib's libstdc++.so?
I hit this problem way back when I was trying to port C++ Boost using newlib and shared objects.Hans-Joerg Frieden wrote:I'll have a look at this ASAP. It could be an issue with an unsupported reloc.
I think I still have a very simple test case around here someplace in case you need it.
It had to do with throwing exceptions if I recall correctly. It has been a while since I worked on it.
ExecSG Team Lead
Re: Bug in shared library version of newlib's libstdc++.so?
Any word on whether this will be resolved in the next OS update?
Re: Bug in shared library version of newlib's libstdc++.so?
Fixed in Update 4?
Re: Bug in shared library version of newlib's libstdc++.so?
Looking at my test results I can confirm that it is fixed in U4Trev wrote:Fixed in Update 4?

Re: Bug in shared library version of newlib's libstdc++.so?
@Trev
Dunno if i do something wrong , but i just trying to use example above, and with / without -use-dynld , on update3 and on update4, i have in shell output:
throw error
Dummy error!
And no crashes.
Trying that on my peg2.
Dunno if i do something wrong , but i just trying to use example above, and with / without -use-dynld , on update3 and on update4, i have in shell output:
throw error
Dummy error!
And no crashes.
Trying that on my peg2.