> >> 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.

Do a debug build, enable crash dumps, post the full back trace from the crashes.

ulimit -c unlimited
the core file should be placed in /cores

I assume you are building with the latest version of XCode and Clang,
therefore lldb will be your debugger

lldb -c core.nnnnnn
thread backtrace all

Paul



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to