Re: uclibc segfault in ldso again..

2009-04-02 Thread Colin Whittaker
The debug segfault occurs when the reloc flag is set. Looks like the _dl_reltypes_tab symbol is not fixed up correctly in ldso. I don't really understand this. gdb shows _dl_reltypes_tab as 0x9af0, which happens to be the offset in the file. But I couldn't find the symbol with objdump. How do

Re: uClibc++: bug in map::operator[]

2009-04-02 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Olivier Hochreutiner wrote: Hi there, I am facing a problem with the uClibc++ implementation of std::map, which can be illustrated with the following code: uClibc++ is not uCLibc. Please post your question to the proper list. Cheers, Carmelo

Rif: Re: stack size (per thread) ??

2009-04-02 Thread Alessio . Stella
How can i post this on the list as an answer (indented) to your post? Alessio Stella (+39)051 642 3319 RD / Machine SW G.D Via Emilia Ponente 49 - 40011 Anzola Emilia - Bologna - Italy Headquarters: Via Battindarno 91 - 40133 Bologna Italy www.gidi.it

Re: kernel 2.6.23 and linuxthreads? (no NPTL??)

2009-04-02 Thread Will Newton
On Thu, Apr 2, 2009 at 10:57 AM, alessio.ste...@gidi.it wrote: My colleague tells me he built up a system using buildroot and uclibc that has kernel 2.6.23 but i see here in the mailing that uclibc makes use of linuxthreads (not NPTL)?? Is this correct? I thought that kernel 2.6.x was

Strange dynamic linking issue

2009-04-02 Thread Alexandros Frantzis
Hello, I have been trying to use uClibc 0.9.28 (I know its an old version but I cannot upgrade) on a mipsel system and I have come across what seems to be a strange dynamic linking issue. The problem is than if I compile a program against a library that has been linked with pthread but the

Re: uclibc segfault in ldso again..

2009-04-02 Thread Colin Whittaker
So, it appears elf_machine_relative() was never implemented for MIPS. Thats why the debug strings _dl_reltypes_tab are not fixed up. Is anyone else trying to use uClibc with MIPS ? Colin.. Colin Whittaker wrote: The debug segfault occurs when the reloc flag is set. Looks like the