From: Alex P. <pes...@ma...> - 2012-08-01 13:29:24
|
On 08/01/12 17:16, JLM wrote: > On 01/08/2012 13:13, Alex Peshkoff wrote: > >> Looks like races. They are random. >> Can you get stack traces for Android? In many cases they are enough to >> fix a bug. > > > I get stack traces of Android. I send a version with error and a > version without error. Sorry - I've forgotten the most important detail. Please type make Debug to do cross-compile. You will get version with full debug info in gen/Debug. Stack trace should be much better readable with it. |