[android-developers] Re: a simple native pthread test but SIGSEGV generated!

2008-11-20 Thread allstars
i found the reason why SIGSEGV is generated i didnt call exit(0) in the end thanks On Nov 17, 10:04 pm, David Turner [EMAIL PROTECTED] wrote: You are using arm-none-linux-gnueabi-gcc which is not compatible with the android toolchain. This kind of issue is perfectly normal and non supported.

[android-developers] Re: a simple native pthread test but SIGSEGV generated!

2008-11-17 Thread David Turner
You are using arm-none-linux-gnueabi-gcc which is not compatible with the android toolchain. This kind of issue is perfectly normal and non supported. Only trivial programs may correctly work that way, more by chance that anything else. On Mon, Nov 17, 2008 at 1:35 PM, allstars [EMAIL PROTECTED]