From: Alex P. <pes...@ma...> - 2012-08-01 11:13:21
|
On 08/01/12 14:10, JLM wrote: >> It's very bad idea to try to open database, created with 3.0, using 2.5 >> server. It will never open. > Of course... I didn't give expression to that... > > So, in the fact I can't do a make install of Firebird 3.0, I've tried > the server 2.5, with the 2.5 employee database, with Qt Necessitas using > the ARM Firebird 3.0 libfbclient. > > And it works ! > > But very rarely... > On 70 test > - 55 times there is a Fatal signal 11 (SIGSEGV) on the opening database > (without any network traffic) > - 11 times the program freeze on the opening database (without any > network traffic) > - and 5 times the database is open, an query is executed and I receive > good results... Only 5 times... > > So, why it's so random ? No idea... Looks like races. They are random. Can you get stack traces for Android? In many cases they are enough to fix a bug. |