[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#548842: Apt alignment trap.



reassign 548842 gcc-4.3 4.3.4-2
thanks

On 10/9/09, John Reiser <vendor@bitwagon.com> wrote:
>  Some shared library has been built with an initialized pointer, where the
> storage
>  for the pointer itself is not aligned on a 4-byte boundary.  The problem is
> not
>  in glibc(ld-linux); the problem lies in some shared library that the app
> requires.
>
>  Debug this via
>     setenv LD_DEBUG reloc
>     ./my_app args...

Thanks! It seems to affect any C++ program on armel, including hello.cc

martin@n2100:~$ LD_DEBUG=reloc ./a.out
      6836:	
      6836:	relocation processing: /lib/libc.so.6 (lazy)
      6836:	
      6836:	relocation processing: /lib/libgcc_s.so.1 (lazy)
      6836:	
      6836:	relocation processing: /lib/libm.so.6 (lazy)
      6836:	
      6836:	relocation processing: /usr/lib/libstdc++.so.6 (lazy)
Bus error

and libstdc++.so.6 seems to be provided by gcc-4.3, so I'm reassigning
the bug...



Reply to: