On Sat, 15 Sep 2007 21:58:38 +0300 Thierry Andriamirado <[EMAIL PROTECTED]> wrote:
> Hello all, > > ok, I'm giving up! I'm using the last svn version of lazarus, and when > compiled with gtk 2 lazarus crashes with this kind of error msg: > > TApplication.HandleException Invalid floating point operation > Stack trace: > $00002AAAAABD835E CODEEXPLOPTS_finalize, line 104 of > debugoptionsfrm.pas > $4021000000000000 CODEEXPLOPTS_finalize, line 104 of > debugoptionsfrm.pas > > Note that debugoptionsfrm is not the only one: some packages, if > installed, can cause this crash too (sqlite3...) as soon as lazarus is > launched. > > And it crashes every time I open or save a file within lazarus (the > gtk2 open/save dlg?) > > It doesn't crash: > * When Compiled with gtk1, > * When launched by './lazarus --skip-last-project' and I don't open > any file/project nor save one > * with Mandriva 2007, i386 > > My config: > Ubuntu feisty, 64bit. > fp-*.deb: 2.0.4-5 (same problem with a home-compiled fpc) > gtk2-engines-1:2.10.1-0ubuntu1 and so on > > Any tip? Please start lazarus with gdb, reproduce the crash and send us the backtrace. cd path/to/lazarus/sources gdb lazarus run ... reproduce crash .... backtrace See also http://wiki.lazarus.freepascal.org/Creating_a_Backtrace_with_GDB#Creating_a_Backtrace Mattias _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
