[android-developers] Re: stack corruption detected : aborted

2010-09-06 Thread Kumar Bibek
Can you post some code for this? I am not sure if it's a bug in your code, or the Android source. -Kumar Bibek http://techdroid.kbeanie.com On Sep 6, 11:34 am, Nand nandithab...@gmail.com wrote: Hi, I'm developing an application which connects to some agent running on desktop via Wi-Fi. After

[android-developers] Re: stack corruption detected : aborted

2010-09-06 Thread Nand
Hi, Thanks for replying. I cant post the code as it is large application calling multiple functions at runtime. I'm also using native functions for thread creation and socket connection. If you can tell me the reasons for this issue to occur, I can look and try to check if any such exist in my

[android-developers] Re: stack corruption detected : aborted

2010-09-06 Thread Kumar Bibek
Go through this link. It might help you. http://rxwen.blogspot.com/2009/04/detect-stack-corruption.html -Kumar Bibek http://techdroid.kbeanie.com On Sep 6, 12:06 pm, Nand nandithab...@gmail.com wrote: Hi, Thanks for replying. I cant post the code as it is large application calling multiple

[android-developers] Re: stack corruption detected : aborted

2010-09-06 Thread Chris Stratton
Perhaps you should instrument the depth of the recursion. And maybe limit it - would not be good if feeding a trick file to your app can crash or corrupt it. I made a wrapper for the android log vprint function that looks like a normal printf and sprinkle it liberally through my code, can simply