Page 1 of 1

Re: Bug in shared library version of newlib's libstdc++.so?

Posted: Thu Apr 14, 2011 2:57 pm
by Hans-Joerg Frieden
I'll have a look at this ASAP. It could be an issue with an unsupported reloc.

Re: Bug in shared library version of newlib's libstdc++.so?

Posted: Thu May 19, 2011 5:20 am
by ssolie
Hans-Joerg Frieden wrote:I'll have a look at this ASAP. It could be an issue with an unsupported reloc.
I hit this problem way back when I was trying to port C++ Boost using newlib and shared objects.

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.

Re: Bug in shared library version of newlib's libstdc++.so?

Posted: Sat Jun 18, 2011 10:43 pm
by Trev
Any word on whether this will be resolved in the next OS update?

Re: Bug in shared library version of newlib's libstdc++.so?

Posted: Sat Dec 24, 2011 5:31 pm
by Trev
Fixed in Update 4?

Re: Bug in shared library version of newlib's libstdc++.so?

Posted: Tue Dec 27, 2011 10:19 pm
by alekc
Trev wrote:Fixed in Update 4?
Looking at my test results I can confirm that it is fixed in U4 :D . If anyone wants I can post my sample code based on original example from problem report post.

Re: Bug in shared library version of newlib's libstdc++.so?

Posted: Wed Dec 28, 2011 9:51 am
by kas1e
@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.