Re: [sqlite] Crash on Android

2017-02-28 Thread Hick Gunter
An: SQLite mailing list Betreff: [sqlite] Crash on Android Hi All, Any thoughts on this will be greatly appreciated. I am having an issue only on a specific tablet when it is running Android 4.2.2. When Android is upgraded to 4.4.2 problems appears to be gone. I still want to understand roo

Re: [sqlite] Crash on Android

2017-02-27 Thread Daniel Anderson
looks like a race condition! but it could also be uninitialized variable, but this is rarer these day as most compiler flag uninitialized var. unless your uninitialized var happen to be in a struct, this is why constructor are so important for struct/class 2017-02-27 11:28 GMT-05:00 Jeff Arc

[sqlite] Crash on Android

2017-02-27 Thread Jeff Archer
Hi All, Any thoughts on this will be greatly appreciated. I am having an issue only on a specific tablet when it is running Android 4.2.2. When Android is upgraded to 4.4.2 problems appears to be gone. I still want to understand root cause to know if problem is really gone. My environment is a