|
From: Elmar H. <el...@ha...> - 2018-03-21 17:05:14
|
>> After compiling firebird 2.5.8 on latest MacOS I run into problem that >> win1252 charset seems to crash software when using embedded to open >> local database file. >> >> When charset is specified on connect crash does happen there. >> When connect is done using UTF8 crash does happen as soon as an table >> defined with win1252 charset is accessed with reading sorted rows. >> >> How can I avoid (or further investigate) that problem? > ? When you compiled it - what optimisation level did you use (if any)? just the defaults from configure script. Compilation is done using XCode gcc-frontend. |