[android-porting] Re: porting android to a custom board casusing SIGSEGV

2009-07-29 Thread mizmit1222
Hi, I guess you hit across a famous TLS issue. See the first diff applied to bionic_tls.h. http://pastebin.com/f3da569bf diff --git a/libc/private/bionic_tls.h b/libc/private/bionic_tls.h index da34344..ba86d2a 100644 --- a/libc/private/bionic_tls.h +++ b/libc/private/bionic_tls.h -81,7 +81,8

[android-porting] Re: porting android to a custom board casusing SIGSEGV

2009-07-29 Thread Rupesh Gujare
You dont require this patch if you have disabled CONFIG_HAS_TLS_REG in kernel. Regards, -- Rupesh Gujare http://labs.embinux.org http://embinux.com mizmit1222 wrote: Hi, I guess you hit across a famous TLS issue. See the first diff applied to bionic_tls.h. http://pastebin.com/f3da569bf