barchandune / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Stop followed by delete sometimes freezes applciation #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call Stop(); on the Stack
2. delete stack;
3.

What is the expected output? What do you see instead?
The delete call never returns; the entire application freezes. This happens 
rarely though, one out of then times in a row maybe. 

What version of the product are you using? On what operating system?
Latest from SVN on Android (3.1 and 4.0)

Please provide any additional information below.
This occurs when using native code on Android

Original issue reported on code.google.com by jons.jo...@gmail.com on 30 Mar 2012 at 10:12

Attachments:

GoogleCodeExporter commented 9 years ago
I'd also like to point out the log looks exactly the same everytime this occurs

Original comment by jons.jo...@gmail.com on 30 Mar 2012 at 10:13

GoogleCodeExporter commented 9 years ago
As a comparison, here's how the log looks like when it works and -Dosn't- 
freeze, which is roughly 9 out of 10 times. 

Original comment by jons.jo...@gmail.com on 2 Apr 2012 at 2:42

Attachments:

GoogleCodeExporter commented 9 years ago
Also, the sequence of Stop() and then delete dosn't appear to be related; tried 
just doing delete and the same can still occur. So something in general with 
shutdown on Android.
We replicate this by starting up everything, start a session etc and then try 
shuting down gracefully and repeating it untill the problem fires btw

Original comment by jons.jo...@gmail.com on 2 Apr 2012 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 10 Apr 2012 at 8:08

GoogleCodeExporter commented 9 years ago
Could you please try with the latest revision?

Original comment by boss...@yahoo.fr on 3 May 2012 at 11:52

GoogleCodeExporter commented 9 years ago
Thanks, I will do some testing in the comming days with the latest revision to 
see if its gone

Original comment by jons.jo...@gmail.com on 6 May 2012 at 10:27